2025-03-21T20:17:46.7426164Z Current runner version: '2.323.0' 2025-03-21T20:17:46.7433354Z Runner name: 'i-03bc73cfd1a2cc6dd' 2025-03-21T20:17:46.7434255Z Runner group name: 'Default' 2025-03-21T20:17:46.7435288Z Machine name: 'ip-10-0-33-253' 2025-03-21T20:17:46.7438341Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:46.7440987Z Contents: read 2025-03-21T20:17:46.7441582Z Metadata: read 2025-03-21T20:17:46.7442282Z ##[endgroup] 2025-03-21T20:17:46.7445390Z Secret source: Actions 2025-03-21T20:17:46.7446300Z Prepare workflow directory 2025-03-21T20:17:47.0682354Z Prepare all required actions 2025-03-21T20:17:47.0725770Z Getting action download info 2025-03-21T20:17:47.2953061Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:47.5446106Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:18:00.1211887Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:18:00.4314149Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:18:00.5253479Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:18:00.9545576Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:18:01.3951089Z Getting action download info 2025-03-21T20:18:01.5441294Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:01.5443480Z ##[group] Inputs 2025-03-21T20:18:01.5446038Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:01.5449063Z timeout: 90 2025-03-21T20:18:01.5449423Z runner: linux.2xlarge 2025-03-21T20:18:01.5449710Z upload-artifact: 2025-03-21T20:18:01.5450306Z upload-artifact-to-s3: false 2025-03-21T20:18:01.5450635Z download-artifact: 2025-03-21T20:18:01.5450898Z repository: 2025-03-21T20:18:01.5451169Z fetch-depth: 1 2025-03-21T20:18:01.5451423Z submodules: true 2025-03-21T20:18:01.5451735Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:01.5452130Z test-infra-repository: pytorch/test-infra 2025-03-21T20:18:01.5452467Z test-infra-ref: 2025-03-21T20:18:01.5452786Z docker-image: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:01.5453169Z docker-build-dir: .ci/docker 2025-03-21T20:18:01.5453478Z gpu-arch-type: cpu 2025-03-21T20:18:01.5453754Z gpu-arch-version: 2025-03-21T20:18:01.5454015Z job-name: linux-job 2025-03-21T20:18:01.5454293Z continue-on-error: false 2025-03-21T20:18:01.5454581Z binary-matrix: 2025-03-21T20:18:01.5454837Z run-with-docker: true 2025-03-21T20:18:01.5455106Z secrets-env: 2025-03-21T20:18:01.5455340Z no-sudo: false 2025-03-21T20:18:01.5455621Z ##[endgroup] 2025-03-21T20:18:01.5455976Z Complete job name: test-binary-size-linux / linux-job 2025-03-21T20:18:01.5869803Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:18:01.5971381Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:18:01.5980475Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:01.5981218Z ##[endgroup] 2025-03-21T20:18:03.5649543Z Runner Type: linux.2xlarge 2025-03-21T20:18:03.5650210Z Instance Type: c5.2xlarge 2025-03-21T20:18:03.5650739Z AMI Name: unknown 2025-03-21T20:18:03.5674704Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:18:09.0026019Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:09.0026447Z set -euxo pipefail 2025-03-21T20:18:09.0026788Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:09.0027208Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:09.0027624Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:09.0027967Z else 2025-03-21T20:18:09.0028261Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:09.0028637Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:09.0028958Z fi 2025-03-21T20:18:09.0029186Z  2025-03-21T20:18:09.0029443Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:09.0029783Z echo "::endgroup::" 2025-03-21T20:18:09.0038632Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:09.0038944Z env: 2025-03-21T20:18:09.0039228Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:09.0039630Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:09.0039979Z PR_NUMBER: 2025-03-21T20:18:09.0042399Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:09.0044883Z NO_SUDO: false 2025-03-21T20:18:09.0045141Z ##[endgroup] 2025-03-21T20:18:09.0071845Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:09.0082510Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:09.0088791Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:09.1041254Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:09.1042707Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:18:09.1044466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:09.1046286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:18:09.1047996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:18:09.1049862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:09.1051588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:18:09.1053363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:09.1055131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:18:09.1056764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:18:09.1058488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:09.1060257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:09.1061958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:18:09.1063665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:09.1065404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:09.1067584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:09.1069174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:18:09.1070673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:18:09.1072283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:18:09.1073707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:18:09.1075068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:18:09.1076484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:18:09.1078032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:18:09.1080023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:18:09.1081662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:18:09.1083403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:18:09.1085129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:18:09.1086703Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:18:09.1088073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:18:09.1090029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.pack' 2025-03-21T20:18:09.1092289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.rev' 2025-03-21T20:18:09.1094411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.idx' 2025-03-21T20:18:09.1096204Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:18:09.1097740Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:18:09.1099177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:18:09.1100581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:18:09.1101850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:18:09.1103384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:18:09.1105168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:18:09.1106893Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:18:09.1108556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:18:09.1110219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:18:09.1111872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:18:09.1113394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:18:09.1114893Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:18:09.1116822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:18:09.1118295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:18:09.1119703Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:18:09.1121083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:18:09.1122546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:18:09.1124080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:18:09.1125611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:18:09.1127312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:18:09.1129060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:18:09.1130965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:18:09.1132890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:18:09.1134892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:18:09.1136969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:18:09.1138928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:18:09.1140814Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:18:09.1142733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:18:09.1144611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:18:09.1146516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:18:09.1148448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:18:09.1150368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:18:09.1152208Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:18:09.1154184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:18:09.1156202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:18:09.1158202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:18:09.1160132Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:18:09.1162006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:18:09.1163870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:18:09.1165810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:18:09.1168063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:18:09.1170052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:18:09.1171848Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:18:09.1173728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:18:09.1175619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:18:09.1177568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:18:09.1179755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:18:09.1181740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:18:09.1183718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:18:09.1185658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:18:09.1187510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:18:09.1189407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:18:09.1191333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:18:09.1193296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:18:09.1195219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:18:09.1197088Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:18:09.1198919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:18:09.1200739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:18:09.1202502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:18:09.1204322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:18:09.1206246Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:18:09.1208176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:18:09.1210194Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:18:09.1212090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:18:09.1214116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:18:09.1216085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:18:09.1217973Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:18:09.1220239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:18:09.1222192Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:18:09.1224125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:18:09.1226055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:18:09.1228053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:18:09.1230083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:18:09.1231869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:18:09.1233507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:18:09.1235202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:18:09.1236918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:18:09.1238572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:18:09.1240195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:18:09.1241910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:18:09.1243514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:18:09.1245747Z 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:09.1248585Z 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:09.1251231Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:18:09.1253714Z 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:09.1256282Z 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:09.1259004Z 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:09.1261746Z 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:09.1264182Z 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:09.1266485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:18:09.1268810Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:18:09.1270985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:18:09.1272870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:18:09.1275018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:18:09.1276277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:18:09.1277279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:18:09.1278238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:18:09.1279165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:18:09.1280341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:18:09.1281345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:18:09.1282369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:18:09.1283394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:18:09.1284404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:18:09.1285428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:18:09.1286428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:09.1287388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:18:09.1288336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:18:09.1289367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:18:09.1290365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:18:09.1291397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:18:09.1292415Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:18:09.1293448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:18:09.1294611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:18:09.1295710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:18:09.1297279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:18:09.1298338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:18:09.1299676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:18:09.1301078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:18:09.1302210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:09.1303837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:18:09.1305041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:18:09.1306377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:18:09.1307418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:18:09.1308546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:18:09.1309745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:18:09.1310998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:18:09.1312337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:18:09.1313559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:18:09.1314724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:18:09.1315935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:18:09.1317168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:18:09.1318280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:18:09.1319457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:18:09.1320641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:18:09.1321873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:18:09.1323084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:18:09.1324724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:18:09.1325800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:18:09.1327283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:18:09.1328262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:18:09.1329640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:18:09.1331020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:18:09.1332502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:18:09.1333582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:18:09.1334706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:18:09.1336330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:18:09.1337409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:18:09.1338923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:18:09.1340372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:18:09.1342027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:18:09.1343279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:18:09.1344551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:18:09.1345781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:18:09.1347536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:18:09.1348657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:18:09.1349757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:18:09.1350896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:18:09.1352157Z 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:09.1353517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:18:09.1354790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:18:09.1356044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:18:09.1357247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:18:09.1358495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:18:09.1359731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:18:09.1360930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:18:09.1362008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:18:09.1363109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:18:09.1364200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:18:09.1365315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:18:09.1366511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:18:09.1367542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:18:09.1368462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:18:09.1369685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:18:09.1371078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:18:09.1372380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:18:09.1373595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:18:09.1375163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:18:09.1376278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:18:09.1377320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:18:09.1378909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:18:09.1380224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:18:09.1381465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:18:09.1383037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:18:09.1384244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:18:09.1385795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:09.1387101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:18:09.1388319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:18:09.1389435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:18:09.1390616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:18:09.1391865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:18:09.1393097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:18:09.1394326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:18:09.1395602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:18:09.1396834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:18:09.1397926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:18:09.1398915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:18:09.1399829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:18:09.1400664Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:18:09.1401428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:18:09.1402190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:18:09.1403006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:18:09.1403778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:18:09.1405328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:18:09.1406541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:18:09.1407289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:18:09.1408137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:18:09.1409213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:18:09.1410183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:18:09.1411048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:18:09.1412319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:18:09.1414083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:18:09.1415038Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:18:09.1415980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:18:09.1417022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:18:09.1418175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:18:09.1419259Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:18:09.1420356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:18:09.1421560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:18:09.1422825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:18:09.1424135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:18:09.1425370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:18:09.1426607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:18:09.1427799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:18:09.1428923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:18:09.1430050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:18:09.1431115Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:18:09.1432103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:18:09.1433242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:18:09.1434694Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:18:09.1435788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:18:09.1437122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:18:09.1438060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:18:09.1438879Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:18:09.1439756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:18:09.1440695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:18:09.1441658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:18:09.1443045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:18:09.1444020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:18:09.1444997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:18:09.1446012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:18:09.1447113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:18:09.1448668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:18:09.1449953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:18:09.1451572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:18:09.1452780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:18:09.1454027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:18:09.1455206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:18:09.1456678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:18:09.1457735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:18:09.1458840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:18:09.1459989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:18:09.1461089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:18:09.1462164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:18:09.1463437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:18:09.1464432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:18:09.1465886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:18:09.1466984Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:18:09.1468029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:18:09.1469023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:18:09.1470060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:18:09.1471148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:18:09.1472581Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:18:09.1473563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:18:09.1474540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:18:09.1475525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:18:09.1476491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:18:09.1477466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:18:09.1479031Z 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:09.1480377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:18:09.1481430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:18:09.1482604Z 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:09.1484145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:18:09.1485218Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:18:09.1486234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:18:09.1487678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:18:09.1488741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:18:09.1489835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:18:09.1490893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:18:09.1492020Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:18:09.1493406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:18:09.1494387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:18:09.1495349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:18:09.1496327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:18:09.1497549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:18:09.1498901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:18:09.1499905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:18:09.1501615Z 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:09.1503237Z 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:09.1504627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:18:09.1505665Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:18:09.1506651Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:18:09.1508040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:18:09.1509060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:18:09.1510126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:18:09.1511217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:18:09.1512732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:18:09.1513809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:18:09.1514827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:18:09.1515844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:18:09.1516903Z 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:09.1518245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:18:09.1519457Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:18:09.1520467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:18:09.1521483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:18:09.1522529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:18:09.1523621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:18:09.1524671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:18:09.1525909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:18:09.1527041Z 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:09.1528093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:18:09.1529157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:18:09.1530218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:18:09.1531281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:18:09.1532799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:18:09.1533926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:18:09.1535135Z 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:09.1536390Z 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:09.1537987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:18:09.1539049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:18:09.1540092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:18:09.1541551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:18:09.1542658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:18:09.1543813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:18:09.1544945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:18:09.1546229Z 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:09.1547631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:18:09.1548559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:18:09.1549496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:18:09.1550617Z 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:09.1551888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:18:09.1553338Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:18:09.1554275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:18:09.1555069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:18:09.1555886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:18:09.1556888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:18:09.1558375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:18:09.1559694Z 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:09.1561347Z 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:09.1562561Z 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:09.1563725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:18:09.1564921Z 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:09.1566188Z 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:09.1567805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:18:09.1568797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:18:09.1569680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:18:09.1570432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:18:09.1571220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:18:09.1572463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:18:09.1573337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:18:09.1574206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:18:09.1575150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:18:09.1576126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:18:09.1577072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:18:09.1578380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:18:09.1579278Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:18:09.1580755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:18:09.1582308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:18:09.1583794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:18:09.1584790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:18:09.1585708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:18:09.1586577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:18:09.1587452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:18:09.1588298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:18:09.1589131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:18:09.1590250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:18:09.1591140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:18:09.1592028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:18:09.1592980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:18:09.1593886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:18:09.1594740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:18:09.1595609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:18:09.1596486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:18:09.1597377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:18:09.1598225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:18:09.1599172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:18:09.1600171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:18:09.1601151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:18:09.1602513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:18:09.1603392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:18:09.1604250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:18:09.1605156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:18:09.1606075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:18:09.1607165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:18:09.1608200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:18:09.1609067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:18:09.1609974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:18:09.1610819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:18:09.1612006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:18:09.1612882Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:18:09.1613680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:18:09.1614451Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:18:09.1615342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:18:09.1616596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:18:09.1617776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:18:09.1618925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:18:09.1620319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:18:09.1621418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:18:09.1622531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:18:09.1623549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:18:09.1624929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:18:09.1626032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:18:09.1627678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:18:09.1628870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:18:09.1630312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:18:09.1631720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:18:09.1633108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:18:09.1634619Z 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:09.1635938Z 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:09.1637807Z 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:09.1639428Z 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:09.1641141Z 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:09.1642986Z 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:09.1644584Z 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:09.1646186Z 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:09.1648363Z 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:09.1650075Z 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:09.1652091Z 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:09.1653929Z 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:09.1655651Z 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:09.1657348Z 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:09.1658992Z 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:09.1660818Z 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:09.1662852Z 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:09.1664830Z 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:09.1666776Z 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:09.1668592Z 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:09.1670289Z 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:09.1671922Z 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:09.1673956Z 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:09.1675548Z 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:09.1677438Z 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:09.1678759Z 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:09.1680223Z 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:09.1681632Z 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:09.1683541Z 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:09.1684962Z 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:09.1686951Z 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:09.1688389Z 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:09.1689794Z 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:09.1691231Z 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:09.1692869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:18:09.1694138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:18:09.1695422Z 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:09.1696719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:18:09.1697951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:18:09.1699591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:18:09.1700878Z 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:09.1702737Z 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:09.1704417Z 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:09.1706430Z 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:09.1707943Z 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:09.1709880Z 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:09.1711346Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:18:09.1712695Z 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:09.1714089Z 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:09.1715549Z 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:09.1717030Z 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:09.1718571Z 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:09.1720285Z 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:09.1721853Z 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:09.1723371Z 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:09.1724867Z 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:09.1726301Z 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:09.1727679Z 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:09.1729030Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:18:09.1730415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:18:09.1732037Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:18:09.1733276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:18:09.1734421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:18:09.1735608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:18:09.1737192Z 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:09.1738606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:18:09.1739892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:18:09.1741183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:18:09.1742469Z 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:09.1744202Z 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:09.1745543Z 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:09.1746907Z 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:09.1748252Z 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:09.1750085Z 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:09.1751656Z 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:09.1753629Z 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:09.1755146Z 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:09.1756680Z 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:09.1758187Z 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:09.1759711Z 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:09.1761673Z 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:09.1763364Z 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:09.1764907Z 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:09.1766881Z 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:09.1768430Z 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:09.1770021Z 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:09.1771552Z 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:09.1773478Z 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:09.1774997Z 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:09.1776513Z 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:09.1778166Z 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:09.1780196Z 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:09.1781871Z 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:09.1783781Z 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:09.1785469Z 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:09.1787204Z 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:09.1788986Z 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:09.1790467Z 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:09.1791951Z 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:09.1793449Z 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:09.1794929Z 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:09.1796335Z 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:09.1797676Z 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:09.1799016Z 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:09.1800934Z 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:09.1802442Z 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:09.1803816Z 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:09.1805151Z 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:09.1806884Z 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:09.1808188Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:18:09.1809507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:18:09.1810692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:18:09.1811830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:18:09.1813072Z 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:09.1814822Z 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:09.1816200Z 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:09.1817591Z 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:09.1819529Z 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:09.1820904Z 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:09.1822396Z 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:09.1823791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:18:09.1825412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:18:09.1826619Z 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:09.1827820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:18:09.1828995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:18:09.1830559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:18:09.1831778Z 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:09.1833061Z 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:09.1834335Z 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:09.1835666Z 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:09.1837468Z 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:09.1838955Z 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:09.1840406Z 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:09.1842303Z 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:09.1843719Z 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:09.1845057Z 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:09.1846334Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:18:09.1847975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:18:09.1849124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:18:09.1850926Z 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:09.1852315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:18:09.1853600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:18:09.1855131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:18:09.1856586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:18:09.1857893Z 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:09.1859262Z 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:09.1861046Z 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:09.1862389Z 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:09.1863743Z 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:09.1865089Z 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:09.1866814Z 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:09.1868158Z 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:09.1869511Z 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:09.1871114Z 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:09.1872777Z 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:09.1874181Z 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:09.1875532Z 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:09.1877300Z 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:09.1878806Z 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:09.1880554Z 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:09.1882364Z 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:09.1883690Z 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:09.1885181Z 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:09.1886472Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:18:09.1888129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:18:09.1889349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:18:09.1890905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:18:09.1892059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:18:09.1893335Z 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:09.1894755Z 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:09.1896543Z 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:09.1897972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:18:09.1899191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:18:09.1900411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:18:09.1901992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:18:09.1903138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:18:09.1904240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:18:09.1905283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:18:09.1906792Z 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:09.1908020Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:18:09.1909158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:18:09.1910297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:18:09.1937267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:18:09.1939240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:18:09.1940919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:18:09.1942455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:18:09.1943757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:18:09.1944808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:18:09.1946086Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:18:09.1947152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:18:09.1948018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:18:09.1948970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:18:09.1949966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:18:09.1950937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:18:09.1952334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:18:09.1953325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:18:09.1954328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:18:09.1955264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:18:09.1956172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:18:09.1957566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:18:09.1958774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:18:09.1959886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:18:09.1960962Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:18:09.1961930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:18:09.1963413Z 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:09.1964677Z 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:09.1965872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:18:09.1967035Z 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:09.1968736Z 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:09.1970213Z 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:09.1971428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:18:09.1972634Z 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:09.1974335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:18:09.1975519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:18:09.1976556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:18:09.1977526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:18:09.1978596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:18:09.1980313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:18:09.1981714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:18:09.1983206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:18:09.1984924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:18:09.1986209Z 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:09.1987264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:18:09.1988275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:18:09.1989388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:18:09.1990747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:18:09.1991756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:18:09.1992728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:18:09.1993692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:18:09.1994738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:18:09.1996178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:18:09.1997175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:18:09.1998156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:18:09.1999131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:18:09.2000107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:18:09.2001463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:18:09.2002439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:18:09.2003406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:18:09.2004381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:18:09.2005403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:18:09.2007130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:18:09.2008100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:18:09.2009015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:18:09.2009991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:18:09.2010934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:18:09.2012341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:18:09.2013214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:18:09.2014125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:18:09.2015044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:18:09.2016050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:18:09.2017209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:18:09.2018090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:18:09.2019027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:18:09.2020055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:18:09.2021498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:18:09.2022645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:18:09.2023712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:18:09.2024774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:18:09.2025826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:18:09.2027016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:18:09.2028380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:18:09.2029459Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:18:09.2030543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:18:09.2031589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:18:09.2032981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:18:09.2033938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:18:09.2035345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:18:09.2036321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:18:09.2037442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:18:09.2038443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:18:09.2039402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:18:09.2040730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:18:09.2041635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:18:09.2042594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:18:09.2043650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:18:09.2044707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:18:09.2046056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:18:09.2047424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:18:09.2048457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:18:09.2049486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:18:09.2050429Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:18:09.2051596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:18:09.2052773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:18:09.2053779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:18:09.2054784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:18:09.2055770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:18:09.2056811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:18:09.2058262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:18:09.2059297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:18:09.2060311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:18:09.2061247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:18:09.2062634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:18:09.2063720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:18:09.2064680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:18:09.2065606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:18:09.2067015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:18:09.2068167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:18:09.2069250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:18:09.2070497Z 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:09.2072002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:18:09.2073581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:18:09.2074791Z 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:09.2075970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:18:09.2077028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:18:09.2078377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:18:09.2079266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:18:09.2080374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:18:09.2081422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:18:09.2082526Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:18:09.2083770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:18:09.2084701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:18:09.2085668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:18:09.2086609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:18:09.2087551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:18:09.2088966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:18:09.2089996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:18:09.2090940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:18:09.2092041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:18:09.2093016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:18:09.2094398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:18:09.2095323Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:18:09.2096269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:18:09.2097248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:18:09.2098496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:18:09.2100154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:18:09.2101253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:18:09.2102307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:18:09.2103313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:18:09.2104302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:18:09.2105714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:18:09.2106748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:18:09.2108172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:18:09.2109213Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:18:09.2110205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:18:09.2111151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:18:09.2112047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:18:09.2112892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:18:09.2113869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:18:09.2115390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:18:09.2116539Z 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:09.2117702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:09.2118821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:18:09.2119965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:18:09.2121378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:18:09.2122479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:18:09.2123630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:18:09.2125177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:18:09.2126191Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:18:09.2127583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:09.2128638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:18:09.2129926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:18:09.2130943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:18:09.2132244Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:18:09.2133082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:18:09.2133949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:18:09.2134840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:18:09.2136159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:18:09.2137132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:18:09.2138032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:18:09.2138943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:18:09.2140089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:18:09.2141142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:18:09.2142444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:18:09.2143368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:18:09.2144446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:18:09.2145594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:18:09.2147158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:18:09.2148245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:18:09.2149173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:18:09.2150060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:18:09.2151449Z 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:09.2152910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:18:09.2153875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:18:09.2154856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:18:09.2155872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:18:09.2156839Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:18:09.2158126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:18:09.2159049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:18:09.2159890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:18:09.2160894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:18:09.2161740Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:18:09.2162997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:18:09.2163790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:18:09.2164620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:18:09.2165443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:18:09.2166275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:18:09.2167123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:18:09.2168347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:18:09.2169440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:18:09.2170975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:18:09.2172297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:18:09.2173539Z 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:09.2174812Z 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:09.2176067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:18:09.2177716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:18:09.2178917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:18:09.2180250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:18:09.2181711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:18:09.2182992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:18:09.2184144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:18:09.2185279Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:18:09.2186443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:18:09.2188057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:18:09.2189233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:18:09.2190389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:18:09.2191736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:18:09.2193271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:18:09.2194478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:18:09.2195754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:18:09.2197007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:18:09.2198727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:18:09.2200085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:18:09.2201422Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:18:09.2202677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:18:09.2204242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:18:09.2205388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:18:09.2206527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:18:09.2207677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:18:09.2209187Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:18:09.2210436Z 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:09.2211622Z 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:09.2212798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:18:09.2214394Z 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:09.2215645Z 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:09.2216874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:18:09.2218091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:18:09.2219680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:18:09.2220861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:18:09.2222047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:18:09.2223793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:18:09.2224965Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:18:09.2226136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:18:09.2227696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:18:09.2228834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:18:09.2229996Z 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:09.2231214Z 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:09.2232804Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:18:09.2234021Z 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:09.2235250Z 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:09.2236692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:18:09.2238077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:18:09.2239300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:18:09.2240478Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:18:09.2242011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:18:09.2243270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:18:09.2244824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:18:09.2245992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:18:09.2247173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:18:09.2248325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:18:09.2249934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:18:09.2251043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:18:09.2252148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:18:09.2253290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:18:09.2254933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:18:09.2256151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:18:09.2257346Z 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:09.2258978Z 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:09.2260183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:18:09.2261419Z 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:09.2262697Z 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:09.2264367Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:18:09.2265912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:18:09.2267253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:18:09.2268453Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:18:09.2269665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:18:09.2271286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:18:09.2272469Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:18:09.2273666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:18:09.2275249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:18:09.2276419Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:18:09.2277630Z 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:09.2279155Z 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:09.2280664Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:18:09.2281926Z 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:09.2283593Z 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:09.2284846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:18:09.2286105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:18:09.2287898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:18:09.2289209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:18:09.2290530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:18:09.2291777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:18:09.2293432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:18:09.2294641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:18:09.2295816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:18:09.2296974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:18:09.2298546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:18:09.2300149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:18:09.2301335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:18:09.2302633Z 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:09.2304451Z 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:09.2305859Z 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:09.2307232Z 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:09.2309000Z 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:09.2310360Z 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:09.2312180Z 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:09.2313610Z 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:09.2315129Z 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:09.2316761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:18:09.2318420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:18:09.2319620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:18:09.2320950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:18:09.2322609Z 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:09.2323933Z 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:09.2325242Z 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:09.2326901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:18:09.2328128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:18:09.2329392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:18:09.2330670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:18:09.2332137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:18:09.2333686Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:18:09.2334800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:18:09.2335928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:18:09.2337114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:18:09.2338681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:18:09.2339847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:18:09.2341023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:18:09.2342269Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:18:09.2343747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:18:09.2345323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:18:09.2346455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:18:09.2347563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:18:09.2348797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:18:09.2350080Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:18:09.2351157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:18:09.2352303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:18:09.2353693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:18:09.2354938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:18:09.2356460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:18:09.2357576Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:18:09.2358731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:18:09.2360020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:18:09.2361535Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:18:09.2362689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:18:09.2363829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:18:09.2365002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:18:09.2366492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:18:09.2368066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:18:09.2369312Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:18:09.2370499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:18:09.2372126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:18:09.2373714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:18:09.2374930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:18:09.2376118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:18:09.2377295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:18:09.2378857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:18:09.2380154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:18:09.2381302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:18:09.2382437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:18:09.2383984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:18:09.2385330Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:18:09.2386878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:18:09.2388056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:18:09.2389215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:18:09.2390387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:18:09.2392105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:18:09.2393296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:18:09.2394476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:18:09.2395690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:18:09.2397279Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:18:09.2398529Z 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:09.2399815Z 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:09.2401092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:18:09.2402775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:18:09.2404429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:18:09.2405628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:18:09.2406806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:18:09.2408333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:18:09.2409556Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:18:09.2410731Z 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:09.2412316Z 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:09.2413923Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:18:09.2415154Z 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:09.2416384Z 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:09.2418131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:18:09.2419404Z 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:09.2420623Z 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:09.2421878Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:18:09.2423409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:18:09.2424573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:18:09.2425716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:18:09.2426814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:18:09.2428297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:18:09.2429372Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:18:09.2430959Z 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:09.2432242Z 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:09.2433520Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:18:09.2434082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:18:09.2434644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:18:09.2435589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:18:09.2436139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:18:09.2436668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:18:09.2437355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:18:09.2438062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:18:09.2438755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:18:09.2439452Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:18:09.2440634Z 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:09.2441530Z 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:09.2442396Z 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:09.2443279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:18:09.2444145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:18:09.2445118Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:18:09.2445657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:18:09.2446151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:18:09.2446703Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:18:09.2447208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:18:09.2447687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:18:09.2448177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:18:09.2448696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:18:09.2449217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:18:09.2449805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:18:09.2450372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:18:09.2450909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:18:09.2451462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:18:09.2452101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:18:09.2452705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:18:09.2453289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:18:09.2453839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:18:09.2454377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:18:09.2454899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:18:09.2455469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:18:09.2456020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:18:09.2456605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:18:09.2457607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:18:09.2458103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:18:09.2458983Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:18:09.2459557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:18:09.2460086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:18:09.2460621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:18:09.2461161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:18:09.2461698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:18:09.2462216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:18:09.2463095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:18:09.2463719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:18:09.2464421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:18:09.2465167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:18:09.2465632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:18:09.2466104Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:18:09.2466633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:18:09.2467157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:18:09.2467671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:18:09.2468272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:18:09.2469251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:18:09.2469838Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:18:09.2470403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:18:09.2470956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:18:09.2471519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:18:09.2472119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:18:09.2472962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:18:09.2473643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:18:09.2474168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:18:09.2474667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:18:09.2475501Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:18:09.2476069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:18:09.2476566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:18:09.2477041Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:18:09.2477601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:18:09.2478139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:18:09.2478681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:18:09.2479195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:18:09.2479880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:18:09.2480392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:18:09.2480925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:18:09.2481455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:18:09.2481968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:18:09.2482575Z 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:09.2483158Z 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:09.2483747Z 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:09.2484274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:18:09.2484876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:18:09.2485717Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:18:09.2486312Z 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:09.2487069Z 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:09.2487643Z 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:09.2488161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:18:09.2488651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:18:09.2489151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:18:09.2489714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:18:09.2490407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:18:09.2491131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:18:09.2491685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:18:09.2492413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:18:09.2493175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:18:09.2493752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:18:09.2494345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:18:09.2494911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:18:09.2495539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:18:09.2496142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:18:09.2496743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:18:09.2497380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:18:09.2497996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:18:09.2498679Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:18:09.2499539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:18:09.2500060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:18:09.2500561Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:18:09.2501040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:18:09.2501631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:18:09.2502104Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:18:09.2502651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:18:09.2503254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:18:09.2504135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:18:09.2504743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:18:09.2505743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:18:09.2506332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:18:09.2506846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:18:09.2507345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:18:09.2507863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:18:09.2508426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:18:09.2509000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:18:09.2509830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:18:09.2510531Z 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:09.2511092Z 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:09.2511664Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:18:09.2512218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:18:09.2512775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:18:09.2513311Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:18:09.2514044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:18:09.2514789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:18:09.2515315Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:18:09.2515901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:18:09.2516571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:18:09.2517137Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:18:09.2517642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:18:09.2518357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:18:09.2519028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:18:09.2519467Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:18:09.2520314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:18:09.2520844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:18:09.2521294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:18:09.2521733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:18:09.2522146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:18:09.2522560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:18:09.2523000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:18:09.2523427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:18:09.2523880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:18:09.2524499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:18:09.2525204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:18:09.2525660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:18:09.2526134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:18:09.2526555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:18:09.2527032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:18:09.2527465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:18:09.2527903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:18:09.2528354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:18:09.2528983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:18:09.2529637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:18:09.2530058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:18:09.2530596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:18:09.2531448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:18:09.2531870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:18:09.2532328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:18:09.2532752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:18:09.2533214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:18:09.2533638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:18:09.2534049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:18:09.2534477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:18:09.2535093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:18:09.2535812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:18:09.2536234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:18:09.2536767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:18:09.2537568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:18:09.2537983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:18:09.2538454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:18:09.2538896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:18:09.2539319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:18:09.2539795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:18:09.2540216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:18:09.2540682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:18:09.2541230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:18:09.2542143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:18:09.2542689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:18:09.2543199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:18:09.2543679Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:18:09.2544219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:18:09.2544683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:18:09.2545288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:18:09.2546029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:18:09.2546668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:18:09.2547215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:18:09.2548182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:18:09.2548697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:18:09.2549249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:18:09.2549776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:18:09.2550297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:18:09.2550863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:18:09.2551393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:18:09.2551964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:18:09.2552798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:18:09.2553334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:18:09.2553923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:18:09.2554472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:18:09.2555065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:18:09.2555752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:18:09.2556442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:18:09.2557135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:18:09.2558089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:18:09.2558639Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:18:09.2559204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:18:09.2559695Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:18:09.2560303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:18:09.2560822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:18:09.2561319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:18:09.2561791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:18:09.2562227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:18:09.2562805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:18:09.2563351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:18:09.2564266Z 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:09.2565107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:18:09.2565876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:18:09.2566780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:18:09.2567389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:18:09.2568050Z 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:09.2568686Z 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:09.2569356Z 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:09.2570014Z 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:09.2570964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:18:09.2571517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:18:09.2572441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:18:09.2572957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:18:09.2573479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:18:09.2573989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:18:09.2574490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:18:09.2574911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:18:09.2575466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:18:09.2576027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:18:09.2576806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:18:09.2577282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:18:09.2577749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:18:09.2578170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:18:09.2578595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:18:09.2579035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:18:09.2579757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:18:09.2580354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:18:09.2581205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:18:09.2581732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:18:09.2582402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:18:09.2583047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:18:09.2583493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:18:09.2583969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:18:09.2584385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:18:09.2584946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:18:09.2585457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:18:09.2586032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:18:09.2587042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:18:09.2587847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:18:09.2588915Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:18:09.2589555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:18:09.2590217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:18:09.2590871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:18:09.2591642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:18:09.2592419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:18:09.2593547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:18:09.2594169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:18:09.2594774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:18:09.2595278Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:18:09.2595740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:18:09.2596190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:18:09.2596645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:18:09.2597381Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:18:09.2597886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:18:09.2598295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:18:09.2598709Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:18:09.2599417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:18:09.2599838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:18:09.2600236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:18:09.2600651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:18:09.2601066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:18:09.2601449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:18:09.2601891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:18:09.2602410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:18:09.2602888Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:18:09.2603684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:18:09.2604228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:18:09.2605006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:18:09.2605605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:18:09.2606144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:18:09.2606748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:18:09.2607225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:18:09.2607678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:18:09.2608114Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:18:09.2608511Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:18:09.2609010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:18:09.2609758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:18:09.2610165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:18:09.2610621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:18:09.2611094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:18:09.2611536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:18:09.2611925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:18:09.2612379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:18:09.2612762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:18:09.2613227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:18:09.2613927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:18:09.2614361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:18:09.2615002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:18:09.2615594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:18:09.2616034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:18:09.2616445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:18:09.2616932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:18:09.2617392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:18:09.2617772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:18:09.2618245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:18:09.2618664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:18:09.2619045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:18:09.2619422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:18:09.2619925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:18:09.2620308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:18:09.2620688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:18:09.2621147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:18:09.2621823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:18:09.2622203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:18:09.2622743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:18:09.2623496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:18:09.2623861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:18:09.2624290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:18:09.2624654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:18:09.2625096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:18:09.2625482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:18:09.2625871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:18:09.2626224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:18:09.2626647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:18:09.2627012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:18:09.2627388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:18:09.2628059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:18:09.2628572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:18:09.2628924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:18:09.2629299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:18:09.2629687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:18:09.2630189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:18:09.2630580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:18:09.2630927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:18:09.2631279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:18:09.2631733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:18:09.2632347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:18:09.2632896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:18:09.2633410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:18:09.2633997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:18:09.2634492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:18:09.2634973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:18:09.2635383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:18:09.2635800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:18:09.2636157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:18:09.2636522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:18:09.2636897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:18:09.2637253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:18:09.2637895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:18:09.2638674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:09.2639225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:18:09.2640135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:18:09.2640692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:18:09.2641187Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:09.2641673Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:18:09.2642092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:18:09.2642454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:18:09.2642986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:18:09.2643503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:09.2644442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:18:09.2644957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:09.2645457Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:18:09.2645898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:18:09.2646389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:18:09.2646834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:18:09.2647389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:18:09.2647832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:18:09.2648273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:18:09.2649123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:18:09.2649632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:18:09.2650170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:18:09.2650926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:18:09.2651356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:18:09.2651747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:18:09.2652207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:18:09.2652654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:18:09.2653113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:18:09.2653553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:18:09.2653998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:18:09.2654734Z 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:09.2655662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:18:09.2656247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:18:09.2656761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:18:09.2657232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:18:09.2657660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:18:09.2658097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:18:09.2658649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:18:09.2659351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:09.2660142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:09.2660615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:18:09.2661146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:18:09.2661841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:18:09.2662406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:18:09.2662999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:09.2663639Z 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:09.2664254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:18:09.2664894Z 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:09.2665551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:18:09.2666466Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:09.2666972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:18:09.2667436Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:18:09.2668003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:18:09.2668547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:18:09.2669135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:09.2669710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:09.2670441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:18:09.2671086Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:18:09.2671488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:18:09.2672179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:18:09.2672899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:18:09.2673470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:18:09.2674019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:09.2674520Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:18:09.2674971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:18:09.2675351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:18:09.2675898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:18:09.2676487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:18:09.2677374Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:18:09.2677824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:18:09.2678236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:18:09.2678674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:18:09.2679086Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:18:09.2679692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:18:09.2680111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:18:09.2680512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:18:09.2681112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:09.2681696Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:09.2682219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:18:09.2682708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:18:09.2683121Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:18:09.2683506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:18:09.2683909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:18:09.2684474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:09.2685017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:09.2685511Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:09.2685974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:18:09.2686360Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:18:09.2686750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:18:09.2687143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:18:09.2687537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:18:09.2688125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:09.2688683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:09.2689212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:18:09.2689845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:18:09.2690398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:18:09.2690793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:18:09.2691269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:18:09.2691829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:18:09.2692371Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:18:09.2692850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:18:09.2693294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:18:09.2693653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:18:09.2694068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:18:09.2694476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:18:09.2694901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:18:09.2695766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:18:09.2696186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:18:09.2696759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:09.2697618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:09.2698205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:18:09.2698642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:18:09.2699033Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:18:09.2699636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:18:09.2700217Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:18:09.2700739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:09.2701223Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:18:09.2701658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:09.2702022Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:09.2702484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:09.2702864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:09.2703435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:09.2704177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:09.2704621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:09.2704993Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:09.2705437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:09.2705816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:09.2706178Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:09.2706592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:09.2707018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:09.2707484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:09.2707974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:09.2708437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:09.2709112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:09.2709726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:09.2710088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:09.2710902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:09.2711310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:09.2711702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:09.2712118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:09.2712530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:09.2712950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:09.2713395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:09.2713864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:09.2714316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:09.2715128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:09.2715616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:09.2716243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:09.2716982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:09.2717467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:09.2718088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:09.2718578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:09.2719105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:09.2719587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:09.2720075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:09.2720964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:09.2721504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:09.2722011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:09.2722571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:09.2723122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:09.2723691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:09.2724260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:09.2724796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:09.2725559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:09.2726085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:09.2726876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:09.2727414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:09.2727918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:09.2728316Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:09.2728726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:09.2729153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:09.2729661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:09.2730073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:09.2730445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:09.2730857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:09.2731295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:09.2731993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:09.2732582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:09.2733022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:09.2733504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:09.2733995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:09.2734376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:09.2734729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:09.2735218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:09.2735664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:09.2736034Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:09.2736394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:09.2737110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:09.2737555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:09.2737903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:09.2738235Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:09.2738534Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:09.2739293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/branches' 2025-03-21T20:18:09.2739810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:09.2740258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/commit-msg.sample' 2025-03-21T20:18:09.2740698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/post-update.sample' 2025-03-21T20:18:09.2741168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:09.2741604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-commit.sample' 2025-03-21T20:18:09.2742087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:09.2742518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-push.sample' 2025-03-21T20:18:09.2742970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-receive.sample' 2025-03-21T20:18:09.2743435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:09.2743916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:09.2744347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/update.sample' 2025-03-21T20:18:09.2745232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:09.2745692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:09.2746279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:09.2746688Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks' 2025-03-21T20:18:09.2747066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/info/exclude' 2025-03-21T20:18:09.2747463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/info' 2025-03-21T20:18:09.2747839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/description' 2025-03-21T20:18:09.2748205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/config' 2025-03-21T20:18:09.2748617Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/refs/heads' 2025-03-21T20:18:09.2749232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/refs/tags' 2025-03-21T20:18:09.2749807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/refs' 2025-03-21T20:18:09.2750150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/HEAD' 2025-03-21T20:18:09.2750828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects/pack/pack-065b0081f61ee2b594c39dedcd0ceaafc2ee4da4.pack' 2025-03-21T20:18:09.2751871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects/pack/pack-065b0081f61ee2b594c39dedcd0ceaafc2ee4da4.rev' 2025-03-21T20:18:09.2752505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects/pack/pack-065b0081f61ee2b594c39dedcd0ceaafc2ee4da4.idx' 2025-03-21T20:18:09.2752929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects/pack' 2025-03-21T20:18:09.2818891Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects/info' 2025-03-21T20:18:09.2819700Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects' 2025-03-21T20:18:09.2820297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/FETCH_HEAD' 2025-03-21T20:18:09.2820747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/shallow' 2025-03-21T20:18:09.2821330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/config.worktree' 2025-03-21T20:18:09.2821799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/index' 2025-03-21T20:18:09.2822399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/logs/HEAD' 2025-03-21T20:18:09.2823036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/logs' 2025-03-21T20:18:09.2823886Z 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:09.2825136Z 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:09.2825862Z 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:09.2826566Z 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:09.2827273Z 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:09.2828228Z 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:09.2828948Z 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:09.2830041Z 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:09.2831163Z 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:09.2831882Z 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:09.2833034Z 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:09.2833705Z 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:09.2834861Z 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:09.2835550Z 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:09.2836704Z 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:09.2837358Z 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:09.2838189Z 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:09.2839035Z 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:09.2839671Z 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:09.2840645Z 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:09.2841559Z 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:09.2842859Z 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:09.2843753Z 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:09.2844847Z 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:09.2845535Z 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:09.2846926Z 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:09.2847618Z 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:09.2848803Z 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:09.2849585Z 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:09.2850386Z 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:09.2851467Z 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:09.2852268Z 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:09.2852939Z 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:09.2853732Z 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:09.2854577Z 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:09.2855622Z 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:09.2856295Z 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:09.2857103Z 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:09.2857768Z 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:09.2858420Z 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:09.2859019Z 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:09.2859673Z 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:09.2860338Z 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:09.2861004Z 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:09.2861665Z 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:09.2862463Z 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:09.2863156Z 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:09.2863874Z 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:09.2864545Z 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:09.2865192Z 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:09.2865803Z 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:09.2870165Z 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:09.2870884Z 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:09.2871627Z 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:09.2872322Z 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:09.2873005Z 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:09.2873701Z 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:09.2874366Z 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:09.2874983Z 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:09.2875624Z 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:09.2876246Z 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:09.2876857Z 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:09.2877477Z 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:09.2878119Z 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:09.2878825Z 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:09.2879815Z 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:09.2880644Z 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:09.2881609Z 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:09.2882900Z 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:09.2883660Z 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:09.2884335Z 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:09.2885141Z 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:09.2886141Z 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:09.2887150Z 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:09.2887921Z 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:09.2888636Z 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:09.2889774Z 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:09.2890499Z 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:09.2891542Z 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:09.2892165Z 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:09.2892802Z 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:09.2893817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/description' 2025-03-21T20:18:09.2894421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config' 2025-03-21T20:18:09.2895709Z 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:09.2896582Z 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:09.2897589Z 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:09.2898563Z 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:09.2899653Z 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:09.2900566Z 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:09.2901631Z 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:09.2902436Z 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:09.2903099Z 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:09.2903882Z 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:09.2904678Z 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:09.2905329Z 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:09.2906124Z 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:09.2906784Z 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:09.2907590Z 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:09.2908241Z 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:09.2909051Z 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:09.2909707Z 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:09.2910515Z 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:09.2911178Z 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:09.2911978Z 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:09.2912636Z 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:09.2913443Z 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:09.2914307Z 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:09.2915031Z 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:09.2915833Z 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:09.2916502Z 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:09.2917288Z 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:09.2917963Z 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:09.2918765Z 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:09.2919443Z 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:09.2920244Z 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:09.2921051Z 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:09.2921855Z 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:09.2922533Z 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:09.2923324Z 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:09.2924000Z 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:09.2925204Z 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:09.2925885Z 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:09.2926691Z 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:09.2927727Z 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:09.2928551Z 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:09.2929806Z 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:09.2930617Z 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:09.2931815Z 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:09.2932490Z 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:09.2933668Z 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:09.2934344Z 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:09.2935406Z 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:09.2936372Z 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:09.2937033Z 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:09.2937887Z 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:09.2938567Z 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:09.2939382Z 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:09.2940038Z 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:09.2941216Z 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:09.2941879Z 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:09.2942684Z 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:09.2943346Z 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:09.2944149Z 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:09.2944806Z 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:09.2945619Z 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:09.2946482Z 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:09.2947204Z 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:09.2947994Z 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:09.2948667Z 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:09.2949460Z 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:09.2950133Z 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:09.2950936Z 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:09.2951749Z 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:09.2952409Z 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:09.2953226Z 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:09.2953890Z 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:09.2954673Z 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:09.2955341Z 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:09.2956129Z 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:09.2956797Z 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:09.2957683Z 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:09.2958872Z 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:09.2959531Z 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:09.2960345Z 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:09.2961004Z 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:09.2961915Z 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:09.2962575Z 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:09.2963390Z 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:09.2964045Z 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:09.2964850Z 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:09.2965513Z 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:09.2966325Z 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:09.2966988Z 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:09.2967799Z 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:09.2968458Z 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:09.2969345Z 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:09.2970001Z 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:09.2971013Z 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:09.2971857Z 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:09.2972835Z 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:09.2973735Z 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:09.2974581Z 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:09.2975614Z 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:09.2976422Z 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:09.2977238Z 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:09.2978407Z 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:09.2979203Z 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:09.2980438Z 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:09.2981257Z 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:09.2981922Z 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:09.2982741Z 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:09.2983794Z 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:09.2984452Z 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:09.2985045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/HEAD' 2025-03-21T20:18:09.2985699Z 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:09.2986494Z 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:09.2987450Z 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:09.2988131Z 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:09.2989209Z 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:09.2989897Z 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:09.2990596Z 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:09.2991557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/shallow' 2025-03-21T20:18:09.2992199Z 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:09.2992899Z 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:09.2994032Z 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:09.2994832Z 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:09.2995654Z 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:09.2996677Z 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:09.2997346Z 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:09.2997953Z 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:09.2998585Z 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:09.2999221Z 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:09.2999812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/index' 2025-03-21T20:18:09.3000429Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib' 2025-03-21T20:18:09.3000950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party' 2025-03-21T20:18:09.3001425Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm' 2025-03-21T20:18:09.3002006Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/branches' 2025-03-21T20:18:09.3002671Z 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:09.3003292Z 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:09.3003929Z 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:09.3004567Z 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:09.3005199Z 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:09.3005856Z 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:09.3006474Z 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:09.3007094Z 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:09.3007752Z 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:09.3008418Z 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:09.3009016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/update.sample' 2025-03-21T20:18:09.3009965Z 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:09.3010585Z 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:09.3011256Z 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:09.3011819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks' 2025-03-21T20:18:09.3012385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/info/exclude' 2025-03-21T20:18:09.3012949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/info' 2025-03-21T20:18:09.3013513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/description' 2025-03-21T20:18:09.3014043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config' 2025-03-21T20:18:09.3014881Z 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:09.3015698Z 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:09.3016527Z 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:09.3017133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/objects/pack' 2025-03-21T20:18:09.3017747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/objects/info' 2025-03-21T20:18:09.3018323Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/objects' 2025-03-21T20:18:09.3018892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/HEAD' 2025-03-21T20:18:09.3019466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs/heads/main' 2025-03-21T20:18:09.3020183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs/heads' 2025-03-21T20:18:09.3021047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs/tags' 2025-03-21T20:18:09.3021668Z 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:09.3022645Z 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:09.3023333Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs/remotes' 2025-03-21T20:18:09.3023905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs' 2025-03-21T20:18:09.3024922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/shallow' 2025-03-21T20:18:09.3025561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/packed-refs' 2025-03-21T20:18:09.3026205Z 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:09.3027059Z 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:09.3027891Z 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:09.3028498Z 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:09.3029152Z 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:09.3030145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/logs/refs' 2025-03-21T20:18:09.3030683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/logs/HEAD' 2025-03-21T20:18:09.3031255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/logs' 2025-03-21T20:18:09.3031862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/index' 2025-03-21T20:18:09.3032698Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO' 2025-03-21T20:18:09.3033229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils' 2025-03-21T20:18:09.3033708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence' 2025-03-21T20:18:09.3034679Z 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:09.3035504Z 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:09.3036203Z 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:09.3037129Z 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:09.3038008Z 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:09.3038695Z 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:09.3039792Z 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:09.3040492Z 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:09.3041257Z 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:09.3042440Z 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:09.3043177Z 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:09.3043845Z 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:09.3044570Z 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:09.3045252Z 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:09.3045992Z 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:09.3046630Z 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:09.3047270Z 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:09.3047897Z 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:09.3048520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/description' 2025-03-21T20:18:09.3049134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config' 2025-03-21T20:18:09.3050093Z 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:09.3050972Z 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:09.3051832Z 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:09.3052517Z 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:09.3053194Z 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:09.3054013Z 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:09.3054675Z 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:09.3055485Z 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:09.3056147Z 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:09.3057136Z 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:09.3057803Z 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:09.3058612Z 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:09.3059266Z 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:09.3060084Z 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:09.3060744Z 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:09.3061556Z 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:09.3062348Z 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:09.3063018Z 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:09.3063821Z 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:09.3064492Z 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:09.3065285Z 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:09.3065958Z 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:09.3066753Z 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:09.3067563Z 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:09.3068484Z 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:09.3069445Z 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:09.3070186Z 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:09.3071309Z 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:09.3072078Z 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:09.3073281Z 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:09.3073954Z 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:09.3074755Z 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:09.3075428Z 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:09.3076622Z 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:09.3077442Z 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:09.3078098Z 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:09.3079292Z 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:09.3080142Z 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:09.3080962Z 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:09.3082201Z 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:09.3082877Z 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:09.3083957Z 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:09.3084746Z 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:09.3085565Z 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:09.3086259Z 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:09.3087436Z 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:09.3088114Z 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:09.3088910Z 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:09.3090269Z 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:09.3091079Z 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:09.3092149Z 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:09.3092947Z 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:09.3093617Z 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:09.3094428Z 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:09.3095177Z 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:09.3095993Z 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:09.3096658Z 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:09.3097459Z 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:09.3098140Z 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:09.3098949Z 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:09.3099608Z 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:09.3100420Z 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:09.3101082Z 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:09.3101896Z 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:09.3102554Z 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:09.3103372Z 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:09.3104033Z 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:09.3104840Z 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:09.3105631Z 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:09.3106447Z 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:09.3107108Z 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:09.3107917Z 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:09.3108573Z 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:09.3109398Z 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:09.3110053Z 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:09.3110864Z 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:09.3111528Z 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:09.3112340Z 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:09.3113002Z 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:09.3113809Z 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:09.3114647Z 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:09.3115717Z 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:09.3116383Z 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:09.3117570Z 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:09.3118231Z 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:09.3119444Z 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:09.3120104Z 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:09.3121299Z 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:09.3122091Z 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:09.3122906Z 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:09.3123958Z 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:09.3124758Z 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:09.3125434Z 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:09.3126662Z 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:09.3127469Z 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:09.3128136Z 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:09.3129372Z 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:09.3130057Z 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:09.3130865Z 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:09.3131523Z 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:09.3132695Z 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:09.3133524Z 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:09.3134412Z 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:09.3135428Z 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:09.3136101Z 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:09.3136897Z 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:09.3137958Z 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:09.3138875Z 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:09.3140084Z 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:09.3140749Z 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:09.3141563Z 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:09.3142223Z 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:09.3143036Z 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:09.3143696Z 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:09.3144503Z 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:09.3145167Z 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:09.3145975Z 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:09.3146644Z 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:09.3147454Z 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:09.3148115Z 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:09.3148926Z 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:09.3149588Z 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:09.3150394Z 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:09.3151063Z 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:09.3151861Z 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:09.3152531Z 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:09.3153329Z 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:09.3154131Z 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:09.3154927Z 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:09.3155600Z 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:09.3156402Z 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:09.3157078Z 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:09.3157727Z 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:09.3158329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/HEAD' 2025-03-21T20:18:09.3158970Z 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:09.3159641Z 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:09.3160299Z 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:09.3160967Z 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:09.3161653Z 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:09.3162365Z 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:09.3163032Z 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:09.3163679Z 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:09.3164290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/shallow' 2025-03-21T20:18:09.3165332Z 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:09.3166043Z 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:09.3166789Z 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:09.3167871Z 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:09.3168557Z 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:09.3169444Z 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:09.3170479Z 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:09.3171108Z 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:09.3171740Z 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:09.3172663Z 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:09.3173358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/index' 2025-03-21T20:18:09.3173980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:09.3175094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/branches' 2025-03-21T20:18:09.3175860Z 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:09.3176972Z 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:09.3177719Z 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:09.3178468Z 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:09.3179803Z 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:09.3180577Z 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:09.3181305Z 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:09.3182462Z 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:09.3183241Z 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:09.3184049Z 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:09.3185107Z 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:09.3185874Z 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:09.3186993Z 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:09.3187929Z 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:09.3188838Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks' 2025-03-21T20:18:09.3189698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/info/exclude' 2025-03-21T20:18:09.3190364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/info' 2025-03-21T20:18:09.3191039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/description' 2025-03-21T20:18:09.3191680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config' 2025-03-21T20:18:09.3192625Z 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:09.3193550Z 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:09.3194487Z 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:09.3195423Z 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:09.3196358Z 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:09.3197282Z 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:09.3198004Z 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:09.3198719Z 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:09.3199426Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/objects' 2025-03-21T20:18:09.3200053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/HEAD' 2025-03-21T20:18:09.3200754Z 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:09.3201457Z 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:09.3202160Z 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:09.3202987Z 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:09.3203743Z 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:09.3204452Z 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:09.3205130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/refs' 2025-03-21T20:18:09.3205774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/shallow' 2025-03-21T20:18:09.3206454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/packed-refs' 2025-03-21T20:18:09.3207211Z 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:09.3207984Z 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:09.3208716Z 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:09.3209502Z 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:09.3210235Z 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:09.3210939Z 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:09.3211591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/logs/HEAD' 2025-03-21T20:18:09.3212264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/logs' 2025-03-21T20:18:09.3212936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/FETCH_HEAD' 2025-03-21T20:18:09.3213708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/index' 2025-03-21T20:18:09.3214628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:09.3215225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/branches' 2025-03-21T20:18:09.3215892Z 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:09.3216531Z 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:09.3217185Z 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:09.3217973Z 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:09.3219038Z 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:09.3219708Z 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:09.3220548Z 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:09.3221390Z 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:09.3222078Z 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:09.3222754Z 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:09.3223376Z 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:09.3224056Z 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:09.3225018Z 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:09.3225786Z 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:09.3226386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks' 2025-03-21T20:18:09.3226961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/info/exclude' 2025-03-21T20:18:09.3227540Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/info' 2025-03-21T20:18:09.3228121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/description' 2025-03-21T20:18:09.3228666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config' 2025-03-21T20:18:09.3229924Z 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:09.3230761Z 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:09.3231994Z 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:09.3232621Z 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:09.3233255Z 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:09.3234128Z 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:09.3234753Z 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:09.3235504Z 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:09.3236409Z 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:09.3237266Z 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:09.3237946Z 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:09.3239048Z 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:09.3239672Z 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:09.3240425Z 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:09.3241047Z 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:09.3242221Z 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:09.3242850Z 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:09.3243607Z 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:09.3244499Z 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:09.3245404Z 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:09.3246239Z 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:09.3247203Z 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:09.3247875Z 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:09.3248994Z 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:09.3249670Z 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:09.3250430Z 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:09.3251429Z 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:09.3252342Z 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:09.3252955Z 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:09.3254055Z 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:09.3254741Z 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:09.3255796Z 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:09.3256547Z 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:09.3257320Z 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:09.3258083Z 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:09.3259115Z 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:09.3259860Z 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:09.3260919Z 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:09.3261534Z 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:09.3262719Z 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:09.3263336Z 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:09.3264112Z 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:09.3265080Z 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:09.3265913Z 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:09.3266536Z 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:09.3267295Z 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:09.3267985Z 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:09.3268654Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects' 2025-03-21T20:18:09.3269207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/HEAD' 2025-03-21T20:18:09.3269808Z 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:09.3270434Z 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:09.3271032Z 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:09.3271683Z 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:09.3272338Z 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:09.3272977Z 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:09.3273559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/refs' 2025-03-21T20:18:09.3274119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/shallow' 2025-03-21T20:18:09.3274702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/packed-refs' 2025-03-21T20:18:09.3275386Z 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:09.3276068Z 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:09.3276722Z 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:09.3277353Z 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:09.3278004Z 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:09.3278612Z 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:09.3279176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/logs/HEAD' 2025-03-21T20:18:09.3279933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/logs' 2025-03-21T20:18:09.3280507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/FETCH_HEAD' 2025-03-21T20:18:09.3281063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/index' 2025-03-21T20:18:09.3281620Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk' 2025-03-21T20:18:09.3282274Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party' 2025-03-21T20:18:09.3282820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan' 2025-03-21T20:18:09.3283435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/branches' 2025-03-21T20:18:09.3284102Z 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:09.3284757Z 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:09.3285402Z 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:09.3286143Z 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:09.3286781Z 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:09.3287464Z 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:09.3288358Z 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:09.3289164Z 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:09.3290315Z 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:09.3291003Z 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:09.3291634Z 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:09.3292439Z 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:09.3293385Z 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:09.3294337Z 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:09.3295084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks' 2025-03-21T20:18:09.3296040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/info/exclude' 2025-03-21T20:18:09.3296669Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/info' 2025-03-21T20:18:09.3297556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/description' 2025-03-21T20:18:09.3298228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config' 2025-03-21T20:18:09.3299456Z 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:09.3300463Z 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:09.3301707Z 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:09.3302349Z 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:09.3303304Z 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:09.3304169Z 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:09.3304790Z 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:09.3305641Z 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:09.3306588Z 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:09.3307700Z 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:09.3308396Z 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:09.3309473Z 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:09.3310197Z 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:09.3310955Z 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:09.3311585Z 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:09.3312346Z 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:09.3312984Z 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:09.3313751Z 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:09.3314376Z 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:09.3315139Z 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:09.3315765Z 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:09.3316639Z 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:09.3317410Z 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:09.3318031Z 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:09.3318803Z 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:09.3319420Z 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:09.3320195Z 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:09.3320818Z 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:09.3321590Z 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:09.3322206Z 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:09.3322981Z 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:09.3323603Z 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:09.3324379Z 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:09.3324994Z 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:09.3325765Z 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:09.3326382Z 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:09.3327151Z 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:09.3327785Z 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:09.3328539Z 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:09.3329166Z 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:09.3329992Z 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:09.3330679Z 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:09.3331501Z 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:09.3332132Z 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:09.3332892Z 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:09.3333942Z 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:09.3334708Z 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:09.3335339Z 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:09.3336520Z 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:09.3337213Z 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:09.3338320Z 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:09.3339278Z 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:09.3340130Z 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:09.3341170Z 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:09.3341937Z 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:09.3342562Z 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:09.3343636Z 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:09.3344380Z 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:09.3345559Z 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:09.3346549Z 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:09.3347367Z 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:09.3348482Z 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:09.3349274Z 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:09.3350232Z 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:09.3351082Z 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:09.3351848Z 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:09.3352480Z 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:09.3353246Z 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:09.3354222Z 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:09.3355050Z 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:09.3356089Z 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:09.3356849Z 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:09.3357482Z 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:09.3358239Z 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:09.3358870Z 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:09.3359641Z 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:09.3360273Z 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:09.3361036Z 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:09.3361669Z 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:09.3362439Z 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:09.3363069Z 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:09.3363837Z 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:09.3364533Z 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:09.3365357Z 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:09.3365983Z 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:09.3366746Z 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:09.3367364Z 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:09.3367979Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects' 2025-03-21T20:18:09.3368528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/HEAD' 2025-03-21T20:18:09.3369148Z 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:09.3369828Z 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:09.3370452Z 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:09.3371089Z 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:09.3371759Z 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:09.3372382Z 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:09.3372977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/refs' 2025-03-21T20:18:09.3373530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/shallow' 2025-03-21T20:18:09.3374125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/packed-refs' 2025-03-21T20:18:09.3374789Z 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:09.3375488Z 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:09.3376136Z 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:09.3376776Z 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:09.3377413Z 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:09.3378033Z 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:09.3378802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/logs/HEAD' 2025-03-21T20:18:09.3379996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/logs' 2025-03-21T20:18:09.3380776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/FETCH_HEAD' 2025-03-21T20:18:09.3381578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/index' 2025-03-21T20:18:09.3382224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16' 2025-03-21T20:18:09.3383185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/branches' 2025-03-21T20:18:09.3383913Z 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:09.3384924Z 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:09.3385590Z 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:09.3386677Z 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:09.3387337Z 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:09.3388197Z 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:09.3389087Z 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:09.3389739Z 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:09.3390855Z 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:09.3391549Z 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:09.3392502Z 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:09.3393286Z 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:09.3393969Z 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:09.3395042Z 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:09.3395642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks' 2025-03-21T20:18:09.3396522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/info/exclude' 2025-03-21T20:18:09.3397242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/info' 2025-03-21T20:18:09.3398012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/description' 2025-03-21T20:18:09.3398964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config' 2025-03-21T20:18:09.3399827Z 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:09.3401079Z 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:09.3401931Z 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:09.3402982Z 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:09.3403635Z 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:09.3404399Z 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:09.3405034Z 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:09.3405796Z 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:09.3406440Z 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:09.3407217Z 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:09.3407855Z 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:09.3408460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/objects' 2025-03-21T20:18:09.3409019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/HEAD' 2025-03-21T20:18:09.3409695Z 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:09.3410340Z 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:09.3410957Z 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:09.3411615Z 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:09.3412280Z 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:09.3412911Z 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:09.3413637Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/refs' 2025-03-21T20:18:09.3414199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/shallow' 2025-03-21T20:18:09.3414796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/packed-refs' 2025-03-21T20:18:09.3415471Z 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:09.3416175Z 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:09.3416831Z 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:09.3417481Z 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:09.3418125Z 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:09.3418754Z 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:09.3419328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/logs/HEAD' 2025-03-21T20:18:09.3419925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/logs' 2025-03-21T20:18:09.3420507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/FETCH_HEAD' 2025-03-21T20:18:09.3421072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/index' 2025-03-21T20:18:09.3421638Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:09.3422271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/branches' 2025-03-21T20:18:09.3422955Z 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:09.3423612Z 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:09.3424290Z 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:09.3424967Z 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:09.3425639Z 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:09.3426326Z 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:09.3426981Z 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:09.3427747Z 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:09.3428869Z 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:09.3429572Z 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:09.3430223Z 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:09.3430922Z 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:09.3431596Z 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:09.3432449Z 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:09.3433341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks' 2025-03-21T20:18:09.3433972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/info/exclude' 2025-03-21T20:18:09.3434963Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/info' 2025-03-21T20:18:09.3435587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/description' 2025-03-21T20:18:09.3436563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config' 2025-03-21T20:18:09.3437598Z 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:09.3438707Z 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:09.3439933Z 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:09.3440849Z 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:09.3442117Z 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:09.3442982Z 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:09.3444020Z 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:09.3444674Z 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:09.3445503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/objects' 2025-03-21T20:18:09.3446367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/HEAD' 2025-03-21T20:18:09.3447005Z 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:09.3448031Z 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:09.3448690Z 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:09.3449461Z 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:09.3450530Z 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:09.3451167Z 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:09.3452192Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/refs' 2025-03-21T20:18:09.3452770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/shallow' 2025-03-21T20:18:09.3453382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/packed-refs' 2025-03-21T20:18:09.3454063Z 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:09.3454783Z 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:09.3455445Z 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:09.3456108Z 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:09.3456763Z 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:09.3457398Z 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:09.3457989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/logs/HEAD' 2025-03-21T20:18:09.3458592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/logs' 2025-03-21T20:18:09.3459193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/FETCH_HEAD' 2025-03-21T20:18:09.3459751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/index' 2025-03-21T20:18:09.3460344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:09.3460968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/branches' 2025-03-21T20:18:09.3461807Z 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:09.3462465Z 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:09.3463140Z 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:09.3463820Z 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:09.3464489Z 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:09.3465180Z 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:09.3465834Z 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:09.3466493Z 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:09.3467187Z 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:09.3467883Z 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:09.3468529Z 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:09.3469231Z 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:09.3469896Z 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:09.3470597Z 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:09.3471201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks' 2025-03-21T20:18:09.3471807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/info/exclude' 2025-03-21T20:18:09.3472411Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/info' 2025-03-21T20:18:09.3473019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/description' 2025-03-21T20:18:09.3473588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config' 2025-03-21T20:18:09.3474469Z 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:09.3475328Z 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:09.3476323Z 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:09.3477377Z 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:09.3478034Z 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:09.3479232Z 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:09.3480045Z 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:09.3481261Z 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:09.3481913Z 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:09.3482689Z 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:09.3483329Z 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:09.3484114Z 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:09.3485182Z 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:09.3486237Z 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:09.3487021Z 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:09.3488209Z 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:09.3488859Z 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:09.3490126Z 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:09.3490788Z 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:09.3491995Z 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:09.3492649Z 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:09.3493860Z 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:09.3494691Z 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:09.3495905Z 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:09.3496548Z 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:09.3497766Z 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:09.3498608Z 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:09.3499754Z 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:09.3500397Z 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:09.3501200Z 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:09.3501837Z 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:09.3502631Z 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:09.3503273Z 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:09.3504064Z 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:09.3504848Z 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:09.3505502Z 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:09.3506279Z 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:09.3506936Z 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:09.3507719Z 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:09.3508362Z 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:09.3509140Z 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:09.3509784Z 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:09.3510634Z 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:09.3511346Z 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:09.3512136Z 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:09.3512781Z 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:09.3513562Z 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:09.3514217Z 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:09.3515005Z 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:09.3515651Z 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:09.3516424Z 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:09.3517069Z 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:09.3517850Z 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:09.3518488Z 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:09.3519284Z 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:09.3519916Z 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:09.3520713Z 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:09.3521348Z 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:09.3522142Z 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:09.3522775Z 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:09.3523568Z 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:09.3524398Z 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:09.3525483Z 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:09.3526602Z 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:09.3527396Z 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:09.3528029Z 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:09.3529320Z 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:09.3529959Z 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:09.3530755Z 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:09.3531384Z 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:09.3532541Z 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:09.3533225Z 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:09.3534101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects' 2025-03-21T20:18:09.3534843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/HEAD' 2025-03-21T20:18:09.3535568Z 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:09.3536513Z 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:09.3537149Z 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:09.3538221Z 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:09.3538906Z 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:09.3539949Z 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:09.3540568Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/refs' 2025-03-21T20:18:09.3541169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/shallow' 2025-03-21T20:18:09.3542169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/packed-refs' 2025-03-21T20:18:09.3542861Z 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:09.3544063Z 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:09.3544793Z 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:09.3545765Z 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:09.3548004Z 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:09.3549913Z 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:09.3552215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/logs/HEAD' 2025-03-21T20:18:09.3554507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/logs' 2025-03-21T20:18:09.3556911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/FETCH_HEAD' 2025-03-21T20:18:09.3559251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/index' 2025-03-21T20:18:09.3561497Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:09.3563341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/branches' 2025-03-21T20:18:09.3565676Z 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:09.3568164Z 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:09.3570849Z 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:09.3573396Z 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:09.3576124Z 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:09.3578755Z 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:09.3581519Z 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:09.3584208Z 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:09.3586874Z 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:09.3589681Z 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:09.3592584Z 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:09.3595544Z 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:09.3597146Z 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:09.3598741Z 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:09.3600294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks' 2025-03-21T20:18:09.3602063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/info/exclude' 2025-03-21T20:18:09.3603450Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/info' 2025-03-21T20:18:09.3604815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/description' 2025-03-21T20:18:09.3606141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config' 2025-03-21T20:18:09.3607718Z 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:09.3609686Z 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:09.3611548Z 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:09.3613185Z 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:09.3614625Z 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:09.3616209Z 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:09.3617780Z 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:09.3619367Z 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:09.3620943Z 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:09.3622522Z 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:09.3624157Z 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:09.3625734Z 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:09.3627572Z 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:09.3629796Z 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:09.3631924Z 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:09.3633921Z 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:09.3635903Z 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:09.3637732Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects' 2025-03-21T20:18:09.3639315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/HEAD' 2025-03-21T20:18:09.3640828Z 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:09.3642652Z 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:09.3644493Z 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:09.3646349Z 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:09.3648260Z 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:09.3650192Z 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:09.3651613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/refs' 2025-03-21T20:18:09.3652959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/shallow' 2025-03-21T20:18:09.3654299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/packed-refs' 2025-03-21T20:18:09.3655748Z 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:09.3657283Z 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:09.3658809Z 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:09.3660286Z 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:09.3661746Z 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:09.3663332Z 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:09.3664705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/logs/HEAD' 2025-03-21T20:18:09.3666055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/logs' 2025-03-21T20:18:09.3667408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/FETCH_HEAD' 2025-03-21T20:18:09.3668722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/index' 2025-03-21T20:18:09.3670023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:09.3671277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party' 2025-03-21T20:18:09.3672419Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack' 2025-03-21T20:18:09.3673453Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends' 2025-03-21T20:18:09.3674576Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/branches' 2025-03-21T20:18:09.3676301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/applypatch-msg.sample' 2025-03-21T20:18:09.3678081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/commit-msg.sample' 2025-03-21T20:18:09.3679988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/post-update.sample' 2025-03-21T20:18:09.3681377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-applypatch.sample' 2025-03-21T20:18:09.3683080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-commit.sample' 2025-03-21T20:18:09.3684426Z 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:09.3685766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-push.sample' 2025-03-21T20:18:09.3687084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-receive.sample' 2025-03-21T20:18:09.3688798Z 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:09.3690592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/sendemail-validate.sample' 2025-03-21T20:18:09.3692389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/update.sample' 2025-03-21T20:18:09.3694026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:09.3695619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-rebase.sample' 2025-03-21T20:18:09.3697601Z 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:09.3699346Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks' 2025-03-21T20:18:09.3700962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/info/exclude' 2025-03-21T20:18:09.3702356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/info' 2025-03-21T20:18:09.3703777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/description' 2025-03-21T20:18:09.3704939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config' 2025-03-21T20:18:09.3706392Z 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:09.3708133Z 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:09.3709846Z 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:09.3711345Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/pack' 2025-03-21T20:18:09.3712631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/info' 2025-03-21T20:18:09.3714063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/d7/0f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:09.3715484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/d7' 2025-03-21T20:18:09.3716898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/a7/37ca25cec283853735a0062a4493e4c04e18ca' 2025-03-21T20:18:09.3718644Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/a7' 2025-03-21T20:18:09.3720159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/a2/922e50a59335c9305cf9c87e972241fc628839' 2025-03-21T20:18:09.3721654Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/a2' 2025-03-21T20:18:09.3723222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/64/4836303c506a8addc125660da80c1123c5cb16' 2025-03-21T20:18:09.3724718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/64' 2025-03-21T20:18:09.3726248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/c6/e5b104fd2fcfca58aaec3a0de0fcb0e2ffef82' 2025-03-21T20:18:09.3728171Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/c6' 2025-03-21T20:18:09.3730154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/42/e906b4de6ac42f514f15088400e5d56ca57108' 2025-03-21T20:18:09.3732355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/42' 2025-03-21T20:18:09.3734307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/78/f606b861863f896e12cbe10b2d131bd23bab85' 2025-03-21T20:18:09.3736229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/78' 2025-03-21T20:18:09.3738189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/16/c4551850dee2941872e66a222e255e86800a82' 2025-03-21T20:18:09.3740138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/16' 2025-03-21T20:18:09.3741964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects' 2025-03-21T20:18:09.3743625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/HEAD' 2025-03-21T20:18:09.3745070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/heads/main' 2025-03-21T20:18:09.3746754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/heads' 2025-03-21T20:18:09.3748565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/tags' 2025-03-21T20:18:09.3750386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/remotes/origin/HEAD' 2025-03-21T20:18:09.3751893Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/remotes/origin' 2025-03-21T20:18:09.3753369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/remotes' 2025-03-21T20:18:09.3754865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs' 2025-03-21T20:18:09.3756427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/shallow' 2025-03-21T20:18:09.3757696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/packed-refs' 2025-03-21T20:18:09.3759062Z 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:09.3760551Z 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:09.3762017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/refs/remotes' 2025-03-21T20:18:09.3763390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/refs/heads/main' 2025-03-21T20:18:09.3764833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/refs/heads' 2025-03-21T20:18:09.3766228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/refs' 2025-03-21T20:18:09.3767627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/HEAD' 2025-03-21T20:18:09.3769084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs' 2025-03-21T20:18:09.3770457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/FETCH_HEAD' 2025-03-21T20:18:09.3771760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/index' 2025-03-21T20:18:09.3772956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers' 2025-03-21T20:18:09.3774158Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm' 2025-03-21T20:18:09.3775341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension' 2025-03-21T20:18:09.3776625Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/branches' 2025-03-21T20:18:09.3778135Z 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:09.3779951Z 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:09.3781949Z 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:09.3783941Z 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:09.3785902Z 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:09.3788029Z 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:09.3789915Z 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:09.3791951Z 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:09.3793665Z 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:09.3795580Z 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:09.3797570Z 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:09.3799513Z 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:09.3801476Z 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:09.3803278Z 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:09.3805077Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks' 2025-03-21T20:18:09.3807081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/info/exclude' 2025-03-21T20:18:09.3808525Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/info' 2025-03-21T20:18:09.3810012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/description' 2025-03-21T20:18:09.3811443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config' 2025-03-21T20:18:09.3813085Z 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:09.3815024Z 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:09.3816965Z 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:09.3818879Z 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:09.3820873Z 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:09.3822774Z 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:09.3824465Z 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:09.3826000Z 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:09.3827409Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/objects' 2025-03-21T20:18:09.3828788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/HEAD' 2025-03-21T20:18:09.3830225Z 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:09.3831734Z 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:09.3833675Z 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:09.3835528Z 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:09.3864170Z 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:09.3865636Z 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:09.3866971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/refs' 2025-03-21T20:18:09.3868776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/shallow' 2025-03-21T20:18:09.3870573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/packed-refs' 2025-03-21T20:18:09.3871964Z 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:09.3873455Z 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:09.3874938Z 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:09.3876732Z 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:09.3878147Z 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:09.3879707Z 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:09.3881451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/logs/HEAD' 2025-03-21T20:18:09.3882747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/logs' 2025-03-21T20:18:09.3884469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/FETCH_HEAD' 2025-03-21T20:18:09.3885725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/index' 2025-03-21T20:18:09.3886970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen' 2025-03-21T20:18:09.3888597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party' 2025-03-21T20:18:09.3889808Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized' 2025-03-21T20:18:09.3890837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels' 2025-03-21T20:18:09.3891849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/branches' 2025-03-21T20:18:09.3892942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/applypatch-msg.sample' 2025-03-21T20:18:09.3894496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/commit-msg.sample' 2025-03-21T20:18:09.3895604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/post-update.sample' 2025-03-21T20:18:09.3896735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-applypatch.sample' 2025-03-21T20:18:09.3897835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-commit.sample' 2025-03-21T20:18:09.3899393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-merge-commit.sample' 2025-03-21T20:18:09.3900940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-push.sample' 2025-03-21T20:18:09.3902312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-receive.sample' 2025-03-21T20:18:09.3903443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/push-to-checkout.sample' 2025-03-21T20:18:09.3904612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/sendemail-validate.sample' 2025-03-21T20:18:09.3906163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/update.sample' 2025-03-21T20:18:09.3907289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:09.3908415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-rebase.sample' 2025-03-21T20:18:09.3909757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:09.3911071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks' 2025-03-21T20:18:09.3912487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/info/exclude' 2025-03-21T20:18:09.3913486Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/info' 2025-03-21T20:18:09.3914473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/description' 2025-03-21T20:18:09.3915438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config' 2025-03-21T20:18:09.3916643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects/pack/pack-97590fc25ffd2eef8ba49908214adfcfd54af18c.pack' 2025-03-21T20:18:09.3918574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects/pack/pack-97590fc25ffd2eef8ba49908214adfcfd54af18c.rev' 2025-03-21T20:18:09.3920060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects/pack/pack-97590fc25ffd2eef8ba49908214adfcfd54af18c.idx' 2025-03-21T20:18:09.3921344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects/pack' 2025-03-21T20:18:09.3922835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects/info' 2025-03-21T20:18:09.3924303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects' 2025-03-21T20:18:09.3925280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/HEAD' 2025-03-21T20:18:09.3926254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/heads/main' 2025-03-21T20:18:09.3927284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/heads' 2025-03-21T20:18:09.3928768Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/tags' 2025-03-21T20:18:09.3929930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/remotes/origin/HEAD' 2025-03-21T20:18:09.3931055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/remotes/origin' 2025-03-21T20:18:09.3932333Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/remotes' 2025-03-21T20:18:09.3933619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs' 2025-03-21T20:18:09.3935145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/shallow' 2025-03-21T20:18:09.3936119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/packed-refs' 2025-03-21T20:18:09.3937198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:09.3938780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs/remotes/origin' 2025-03-21T20:18:09.3940306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs/remotes' 2025-03-21T20:18:09.3941460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs/heads/main' 2025-03-21T20:18:09.3942552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs/heads' 2025-03-21T20:18:09.3943642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs' 2025-03-21T20:18:09.3945062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/HEAD' 2025-03-21T20:18:09.3946035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs' 2025-03-21T20:18:09.3946990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/index' 2025-03-21T20:18:09.3947927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim' 2025-03-21T20:18:09.3949377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/branches' 2025-03-21T20:18:09.3950581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/applypatch-msg.sample' 2025-03-21T20:18:09.3952220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/commit-msg.sample' 2025-03-21T20:18:09.3953412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/post-update.sample' 2025-03-21T20:18:09.3954623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-applypatch.sample' 2025-03-21T20:18:09.3955862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-commit.sample' 2025-03-21T20:18:09.3957473Z 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:09.3958693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-push.sample' 2025-03-21T20:18:09.3959881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-receive.sample' 2025-03-21T20:18:09.3961149Z 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:09.3962806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/sendemail-validate.sample' 2025-03-21T20:18:09.3964019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/update.sample' 2025-03-21T20:18:09.3965237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:09.3967165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-rebase.sample' 2025-03-21T20:18:09.3968653Z 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:09.3969917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks' 2025-03-21T20:18:09.3971022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/info/exclude' 2025-03-21T20:18:09.3972544Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/info' 2025-03-21T20:18:09.3974059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/description' 2025-03-21T20:18:09.3975128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config' 2025-03-21T20:18:09.3976432Z 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:09.3978430Z 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:09.3980151Z 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:09.3981945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/pack' 2025-03-21T20:18:09.3983124Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/info' 2025-03-21T20:18:09.3984860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/64/bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:09.3986159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/64' 2025-03-21T20:18:09.3987462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/9f/4d76a991d5fbd555b0badce9b42a3c2e2e2bed' 2025-03-21T20:18:09.3988761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/9f' 2025-03-21T20:18:09.3990457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/bf/a71a36a319b2c95a8162466f214dc65e6dcf33' 2025-03-21T20:18:09.3991750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/bf' 2025-03-21T20:18:09.3993055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/44/6fa7b5472e6d5385c2d39a921a2d4c3686ff07' 2025-03-21T20:18:09.3994762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/44' 2025-03-21T20:18:09.3996478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/4e/d41d195dd575158cb0f20b2e360006d0ab2402' 2025-03-21T20:18:09.3997775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/4e' 2025-03-21T20:18:09.3999066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d8/714df7d98b170e1014f639d146345cdbf832dc' 2025-03-21T20:18:09.4000913Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d8' 2025-03-21T20:18:09.4002286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/cc/91e60fcad884aceeac5f63a1b24d59a8d24d71' 2025-03-21T20:18:09.4003608Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/cc' 2025-03-21T20:18:09.4005349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/3a/6758090983b54f81aeefff9f7a8ff17ae1c7ab' 2025-03-21T20:18:09.4007003Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/3a' 2025-03-21T20:18:09.4008289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/cf/b9525142febaa9894e4a9859b373d0731b5d86' 2025-03-21T20:18:09.4009731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/cf' 2025-03-21T20:18:09.4011370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/83/e37c9dfbadab246e50bd7569fd83463d6491b7' 2025-03-21T20:18:09.4012674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/83' 2025-03-21T20:18:09.4014025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/8e/77a6db2ba4fc1a6e4148d224d70adf733c8d5e' 2025-03-21T20:18:09.4015671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/8e' 2025-03-21T20:18:09.4017052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/6d/979efb27abc474790e960334f9b1bf63068cd0' 2025-03-21T20:18:09.4018687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/6d' 2025-03-21T20:18:09.4019989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/3e/fdcff69e5b30cee63ffe050e05ed639c1485e3' 2025-03-21T20:18:09.4021299Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/3e' 2025-03-21T20:18:09.4022788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/20/3a03ca3b31a2736b70ccfe6512c447b2185ffc' 2025-03-21T20:18:09.4024448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/20/94c5df122a0d46a3b2974d5f65d04033b30747' 2025-03-21T20:18:09.4025749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/20' 2025-03-21T20:18:09.4027332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/f1/a5f7db751ef777fd68ef318dbdde416bd8ea13' 2025-03-21T20:18:09.4028771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/f1' 2025-03-21T20:18:09.4030497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/c9/f33236a7dffad704b1aa0fae21d8631968d936' 2025-03-21T20:18:09.4031796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/c9' 2025-03-21T20:18:09.4033083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d7/46175028888efe4d9c40245c4b878f2ac9cc21' 2025-03-21T20:18:09.4034925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d7' 2025-03-21T20:18:09.4036233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/43/72d79d4c01e5858ce5a8bf6c0ab30cad3733cd' 2025-03-21T20:18:09.4037529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/43' 2025-03-21T20:18:09.4038823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/a8/c6401868bfa452c0b296af01b06f1e9f72dc27' 2025-03-21T20:18:09.4040538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/a8' 2025-03-21T20:18:09.4041825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/02/8e7442c16878a3890d16fc0577be948c3153ea' 2025-03-21T20:18:09.4043120Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/02' 2025-03-21T20:18:09.4044822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/7f/97703588744b377faa409b4416a07b8bd8b256' 2025-03-21T20:18:09.4046480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/7f' 2025-03-21T20:18:09.4047822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/ea/cd9aef9b65517453ad337dbbeef403cff2b66d' 2025-03-21T20:18:09.4049117Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/ea' 2025-03-21T20:18:09.4050496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/ab/b35b20cd38705566f6c832d93bce3c3ab1c76e' 2025-03-21T20:18:09.4052208Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/ab' 2025-03-21T20:18:09.4053508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/9d/a48cba5f2d5bfda3aaa2ed2af0a150e7c8da30' 2025-03-21T20:18:09.4054811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/9d' 2025-03-21T20:18:09.4056108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d5/ffad53e4f55d85a6a3c05ab5f87563cee5c4a5' 2025-03-21T20:18:09.4057810Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d5' 2025-03-21T20:18:09.4059275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects' 2025-03-21T20:18:09.4060459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/HEAD' 2025-03-21T20:18:09.4061519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/heads/main' 2025-03-21T20:18:09.4062655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/heads' 2025-03-21T20:18:09.4063971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/tags' 2025-03-21T20:18:09.4065387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/remotes/origin/HEAD' 2025-03-21T20:18:09.4066678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/remotes/origin' 2025-03-21T20:18:09.4067935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/remotes' 2025-03-21T20:18:09.4069488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs' 2025-03-21T20:18:09.4070573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/shallow' 2025-03-21T20:18:09.4071645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/packed-refs' 2025-03-21T20:18:09.4072820Z 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:09.4074446Z 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:09.4075749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/refs/remotes' 2025-03-21T20:18:09.4077370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/refs/heads/main' 2025-03-21T20:18:09.4078553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/refs/heads' 2025-03-21T20:18:09.4079877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/refs' 2025-03-21T20:18:09.4081001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/HEAD' 2025-03-21T20:18:09.4082093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs' 2025-03-21T20:18:09.4083200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/FETCH_HEAD' 2025-03-21T20:18:09.4084250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/index' 2025-03-21T20:18:09.4085301Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao' 2025-03-21T20:18:09.4086865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/branches' 2025-03-21T20:18:09.4088158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/applypatch-msg.sample' 2025-03-21T20:18:09.4089682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/commit-msg.sample' 2025-03-21T20:18:09.4091415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/post-update.sample' 2025-03-21T20:18:09.4093150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-applypatch.sample' 2025-03-21T20:18:09.4094464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-commit.sample' 2025-03-21T20:18:09.4095770Z 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:09.4097073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-push.sample' 2025-03-21T20:18:09.4098773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-receive.sample' 2025-03-21T20:18:09.4100385Z 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:09.4101751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/sendemail-validate.sample' 2025-03-21T20:18:09.4103467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/update.sample' 2025-03-21T20:18:09.4104796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:09.4106131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-rebase.sample' 2025-03-21T20:18:09.4107871Z 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:09.4109580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks' 2025-03-21T20:18:09.4110766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/info/exclude' 2025-03-21T20:18:09.4111947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/info' 2025-03-21T20:18:09.4113344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/description' 2025-03-21T20:18:09.4114695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config' 2025-03-21T20:18:09.4116103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack/pack-7bfdf189962da5899572e7534adf5a65e0da2709.pack' 2025-03-21T20:18:09.4117778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack/pack-7bfdf189962da5899572e7534adf5a65e0da2709.rev' 2025-03-21T20:18:09.4119875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack/pack-7bfdf189962da5899572e7534adf5a65e0da2709.idx' 2025-03-21T20:18:09.4121967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack/pack-fe234057f61d29f98485d07296a6f563cc0f46a0.pack' 2025-03-21T20:18:09.4123640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack/pack-fe234057f61d29f98485d07296a6f563cc0f46a0.rev' 2025-03-21T20:18:09.4125722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack/pack-fe234057f61d29f98485d07296a6f563cc0f46a0.idx' 2025-03-21T20:18:09.4127203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack' 2025-03-21T20:18:09.4128484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/info' 2025-03-21T20:18:09.4130190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects' 2025-03-21T20:18:09.4131416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/HEAD' 2025-03-21T20:18:09.4133016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/heads/master' 2025-03-21T20:18:09.4134416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/heads' 2025-03-21T20:18:09.4135654Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/tags' 2025-03-21T20:18:09.4137336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/remotes/origin/HEAD' 2025-03-21T20:18:09.4138653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/remotes/origin' 2025-03-21T20:18:09.4139946Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/remotes' 2025-03-21T20:18:09.4141190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs' 2025-03-21T20:18:09.4142752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/shallow' 2025-03-21T20:18:09.4143914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/packed-refs' 2025-03-21T20:18:09.4145171Z 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:09.4146916Z 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:09.4148606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/refs/remotes' 2025-03-21T20:18:09.4149956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/refs/heads/master' 2025-03-21T20:18:09.4151242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/refs/heads' 2025-03-21T20:18:09.4152502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/refs' 2025-03-21T20:18:09.4154111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/HEAD' 2025-03-21T20:18:09.4155284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs' 2025-03-21T20:18:09.4156453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/FETCH_HEAD' 2025-03-21T20:18:09.4157964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/index' 2025-03-21T20:18:09.4159123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers' 2025-03-21T20:18:09.4160712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/branches' 2025-03-21T20:18:09.4161959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/applypatch-msg.sample' 2025-03-21T20:18:09.4163221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/commit-msg.sample' 2025-03-21T20:18:09.4164865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/post-update.sample' 2025-03-21T20:18:09.4166154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-applypatch.sample' 2025-03-21T20:18:09.4167538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-commit.sample' 2025-03-21T20:18:09.4168915Z 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:09.4170543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-push.sample' 2025-03-21T20:18:09.4171784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-receive.sample' 2025-03-21T20:18:09.4173058Z 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:09.4174786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/sendemail-validate.sample' 2025-03-21T20:18:09.4176058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/update.sample' 2025-03-21T20:18:09.4177320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:09.4178602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-rebase.sample' 2025-03-21T20:18:09.4180446Z 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:09.4181682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks' 2025-03-21T20:18:09.4182829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/info/exclude' 2025-03-21T20:18:09.4183978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/info' 2025-03-21T20:18:09.4185513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/description' 2025-03-21T20:18:09.4186648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config' 2025-03-21T20:18:09.4188014Z 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:09.4189636Z 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:09.4191253Z 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:09.4192675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/pack' 2025-03-21T20:18:09.4193877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/info' 2025-03-21T20:18:09.4195235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/89/6db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:09.4196588Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/89' 2025-03-21T20:18:09.4197935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/f9/f7fdd22d2bb35a7c56cd02b511f0ec8f52f689' 2025-03-21T20:18:09.4199627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/f9/c97ff05498483c0e4d708f9cccb4b8abee64b9' 2025-03-21T20:18:09.4201026Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/f9' 2025-03-21T20:18:09.4202367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/51/7e2a4e5533967fab08db2a8712850fdf20f174' 2025-03-21T20:18:09.4203707Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/51' 2025-03-21T20:18:09.4205045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/76/4fdcbfcfd888d8db4577d1620604d4e031d0f0' 2025-03-21T20:18:09.4206386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/76' 2025-03-21T20:18:09.4207731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/cb/b5dac77bf529a98c48a682abc306971510fe9a' 2025-03-21T20:18:09.4209073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/cb' 2025-03-21T20:18:09.4210538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/2b/42bf8786685fc4b0cd79034d23f021b4ee0660' 2025-03-21T20:18:09.4211877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/2b' 2025-03-21T20:18:09.4213273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/69/c5b2c93876aad8483b3e2330ddebed3c505299' 2025-03-21T20:18:09.4214621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/69' 2025-03-21T20:18:09.4215961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/fa/9a0742c631e9bafc66ea16d64836556f04b231' 2025-03-21T20:18:09.4217295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/fa' 2025-03-21T20:18:09.4218639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ae/892c5f3151a11839ff6385f891e666a4c49ba2' 2025-03-21T20:18:09.4219982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ae' 2025-03-21T20:18:09.4221320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/7c/2f53e6e7fc7509afff8395d500d2085941ac69' 2025-03-21T20:18:09.4222704Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/7c' 2025-03-21T20:18:09.4224044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/c9/537704d6dbf4883b745c0b22cdb64e763f30fd' 2025-03-21T20:18:09.4225385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/c9' 2025-03-21T20:18:09.4226719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/e1/939aca42b7245571487f8773ef544cb7602619' 2025-03-21T20:18:09.4228098Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/e1' 2025-03-21T20:18:09.4229560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/4a/21e51e12d6613a65d2dbf61e38b69e6848acbc' 2025-03-21T20:18:09.4230903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/4a' 2025-03-21T20:18:09.4232237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/87/a37665877e3d1f74ff21e50df7fb5c20b06582' 2025-03-21T20:18:09.4233729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/87/cf7ad9254fa2b24adfc6087363ffa38f7385b7' 2025-03-21T20:18:09.4235118Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/87' 2025-03-21T20:18:09.4236453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ec/57aebdc6bb444237b8766d122f076b3a699c86' 2025-03-21T20:18:09.4237793Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ec' 2025-03-21T20:18:09.4239175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/5f/037d726d5fbb129881f9e2ef4a81f194a7f3f2' 2025-03-21T20:18:09.4240512Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/5f' 2025-03-21T20:18:09.4241836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/12/4f7fe1666b8788fea0edc6c8118efc2b9e8d7b' 2025-03-21T20:18:09.4243177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/12' 2025-03-21T20:18:09.4244526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/9f/eb1b7b5fc13a342c4d83b7ed2e930055659ff7' 2025-03-21T20:18:09.4245860Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/9f' 2025-03-21T20:18:09.4247194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/05/92f313238095ebb6aad9fe6811d972c6740fca' 2025-03-21T20:18:09.4248541Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/05' 2025-03-21T20:18:09.4249968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/59/727b65168fc65550031f146addc136910930da' 2025-03-21T20:18:09.4251306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/59' 2025-03-21T20:18:09.4252648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/eb/19b64b0cfcb62cdcf51c671618d72cbda84047' 2025-03-21T20:18:09.4254044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/eb' 2025-03-21T20:18:09.4255392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/d5/22fed1b2dedb5a488926e7865a61014751538e' 2025-03-21T20:18:09.4256729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/d5' 2025-03-21T20:18:09.4258065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/6d/4585b46493e53433918fa1adac140d3224d96a' 2025-03-21T20:18:09.4259607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/6d/e0f21667e2738e7f49b0abecd77deb2e44cb4d' 2025-03-21T20:18:09.4261051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/6d' 2025-03-21T20:18:09.4262389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/c1/64d899a48483857cd3c9d496eb3c6e8a522d4b' 2025-03-21T20:18:09.4263726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/c1' 2025-03-21T20:18:09.4265066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ff/a105db8fe83e1b01048ccc8ffd4f6855964fcd' 2025-03-21T20:18:09.4266409Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ff' 2025-03-21T20:18:09.4267756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/5b/805fb696ee984284790dcaa56e317ef04f5460' 2025-03-21T20:18:09.4269096Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/5b' 2025-03-21T20:18:09.4270439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/96/1bd2208e1892db7b6432bdf4c7cc3813008b47' 2025-03-21T20:18:09.4271779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/96' 2025-03-21T20:18:09.4273122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/fb/9a67f787ca9db7eab1c9bb279e24756f937b16' 2025-03-21T20:18:09.4274477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/fb' 2025-03-21T20:18:09.4275659Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects' 2025-03-21T20:18:09.4276762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/HEAD' 2025-03-21T20:18:09.4277884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/heads/master' 2025-03-21T20:18:09.4279064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/heads' 2025-03-21T20:18:09.4280448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/tags' 2025-03-21T20:18:09.4281763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/remotes/origin/HEAD' 2025-03-21T20:18:09.4283024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/remotes/origin' 2025-03-21T20:18:09.4284265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/remotes' 2025-03-21T20:18:09.4285448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs' 2025-03-21T20:18:09.4286558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/shallow' 2025-03-21T20:18:09.4287666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/packed-refs' 2025-03-21T20:18:09.4288879Z 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:09.4290468Z 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:09.4291771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/refs/remotes' 2025-03-21T20:18:09.4293135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/refs/heads/master' 2025-03-21T20:18:09.4294368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/refs/heads' 2025-03-21T20:18:09.4295582Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/refs' 2025-03-21T20:18:09.4296714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/HEAD' 2025-03-21T20:18:09.4297851Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs' 2025-03-21T20:18:09.4298985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/FETCH_HEAD' 2025-03-21T20:18:09.4300080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/index' 2025-03-21T20:18:09.4301168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc' 2025-03-21T20:18:09.4302309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/branches' 2025-03-21T20:18:09.4303552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/applypatch-msg.sample' 2025-03-21T20:18:09.4304821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/commit-msg.sample' 2025-03-21T20:18:09.4306127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/post-update.sample' 2025-03-21T20:18:09.4307398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-applypatch.sample' 2025-03-21T20:18:09.4308655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-commit.sample' 2025-03-21T20:18:09.4309921Z 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:09.4311175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-push.sample' 2025-03-21T20:18:09.4312410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-receive.sample' 2025-03-21T20:18:09.4313768Z 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:09.4315083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/sendemail-validate.sample' 2025-03-21T20:18:09.4316320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/update.sample' 2025-03-21T20:18:09.4317582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:09.4318855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-rebase.sample' 2025-03-21T20:18:09.4319623Z 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:09.4320147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks' 2025-03-21T20:18:09.4320670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/info/exclude' 2025-03-21T20:18:09.4321187Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/info' 2025-03-21T20:18:09.4321699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/description' 2025-03-21T20:18:09.4322183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config' 2025-03-21T20:18:09.4322955Z 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:09.4323860Z 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:09.4324620Z 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:09.4325182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/pack' 2025-03-21T20:18:09.4325730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/info' 2025-03-21T20:18:09.4326433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/a7/38fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:09.4326972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/a7' 2025-03-21T20:18:09.4327665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/a6/1e2bf2d973937fae6343f370d13c0b20fd4d88' 2025-03-21T20:18:09.4328208Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/a6' 2025-03-21T20:18:09.4328894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/b5/7c8538d61b5b38147b3c81dd20c7c06ab0c4cc' 2025-03-21T20:18:09.4329500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/b5' 2025-03-21T20:18:09.4330257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/ec/dd4658dc1fc7f860677d192a21a0af0a23cda7' 2025-03-21T20:18:09.4330796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/ec' 2025-03-21T20:18:09.4331490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/10/f8c6fc590700a075fc07d6b8f42d587802bb72' 2025-03-21T20:18:09.4332028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/10' 2025-03-21T20:18:09.4332728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/39/09d0ce03e48474c921f91cd379cabbfd85f16c' 2025-03-21T20:18:09.4333330Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/39' 2025-03-21T20:18:09.4334100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/17/aa507d91de5e3dd1ecc4f58be4f2c736566154' 2025-03-21T20:18:09.4334638Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/17' 2025-03-21T20:18:09.4335369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/80/ffd4954bd9e7500446295d89477ff9d6c037cd' 2025-03-21T20:18:09.4335924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/80' 2025-03-21T20:18:09.4336614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/4f/7bb782433591ddcc5f31eea8d7fa3c19e72ef7' 2025-03-21T20:18:09.4337177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/4f' 2025-03-21T20:18:09.4337862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/b2/7e5fda11440a2881a3a16fff4240b6e4d53d9c' 2025-03-21T20:18:09.4338415Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/b2' 2025-03-21T20:18:09.4339094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/db/05303ed28efa7e7e27d9c7a61457b734b7cdf0' 2025-03-21T20:18:09.4339645Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/db' 2025-03-21T20:18:09.4340322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/8c/11203815576220ce53ee86ca64d0253cfc3f15' 2025-03-21T20:18:09.4340877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/8c' 2025-03-21T20:18:09.4341556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/4c/d1e69702a3b6e44659faf969280e6f1806f93a' 2025-03-21T20:18:09.4342103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/4c' 2025-03-21T20:18:09.4342781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/3d/952a88ea0de789484857f5311536bd0a894b2b' 2025-03-21T20:18:09.4343334Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/3d' 2025-03-21T20:18:09.4343872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects' 2025-03-21T20:18:09.4344415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/HEAD' 2025-03-21T20:18:09.4344948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/heads/master' 2025-03-21T20:18:09.4345487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/heads' 2025-03-21T20:18:09.4346033Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/tags' 2025-03-21T20:18:09.4346595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/remotes/origin/HEAD' 2025-03-21T20:18:09.4347247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/remotes/origin' 2025-03-21T20:18:09.4347907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/remotes' 2025-03-21T20:18:09.4348433Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs' 2025-03-21T20:18:09.4348937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/shallow' 2025-03-21T20:18:09.4349486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/packed-refs' 2025-03-21T20:18:09.4350072Z 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:09.4350692Z 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:09.4351267Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/refs/remotes' 2025-03-21T20:18:09.4351826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/refs/heads/master' 2025-03-21T20:18:09.4352389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/refs/heads' 2025-03-21T20:18:09.4352932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/refs' 2025-03-21T20:18:09.4353423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/HEAD' 2025-03-21T20:18:09.4353944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs' 2025-03-21T20:18:09.4354452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/FETCH_HEAD' 2025-03-21T20:18:09.4354928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/index' 2025-03-21T20:18:09.4355424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags' 2025-03-21T20:18:09.4355974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/branches' 2025-03-21T20:18:09.4356587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/applypatch-msg.sample' 2025-03-21T20:18:09.4357177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/commit-msg.sample' 2025-03-21T20:18:09.4357774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/post-update.sample' 2025-03-21T20:18:09.4358376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-applypatch.sample' 2025-03-21T20:18:09.4358971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-commit.sample' 2025-03-21T20:18:09.4359578Z 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:09.4360166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-push.sample' 2025-03-21T20:18:09.4360807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-receive.sample' 2025-03-21T20:18:09.4361466Z 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:09.4362098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/sendemail-validate.sample' 2025-03-21T20:18:09.4362656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/update.sample' 2025-03-21T20:18:09.4363289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:09.4363871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-rebase.sample' 2025-03-21T20:18:09.4364515Z 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:09.4365055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks' 2025-03-21T20:18:09.4365594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/info/exclude' 2025-03-21T20:18:09.4366187Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/info' 2025-03-21T20:18:09.4366717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/description' 2025-03-21T20:18:09.4367215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config' 2025-03-21T20:18:09.4368022Z 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:09.4368792Z 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:09.4369657Z 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:09.4370488Z 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:09.4371266Z 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:09.4372040Z 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:09.4372634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects/pack' 2025-03-21T20:18:09.4373206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects/info' 2025-03-21T20:18:09.4373745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects' 2025-03-21T20:18:09.4374247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/HEAD' 2025-03-21T20:18:09.4374786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/heads/main' 2025-03-21T20:18:09.4375473Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/heads' 2025-03-21T20:18:09.4376034Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/tags' 2025-03-21T20:18:09.4376635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/remotes/origin/HEAD' 2025-03-21T20:18:09.4377237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/remotes/origin' 2025-03-21T20:18:09.4377821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/remotes' 2025-03-21T20:18:09.4378360Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs' 2025-03-21T20:18:09.4378885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/shallow' 2025-03-21T20:18:09.4379558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/packed-refs' 2025-03-21T20:18:09.4380195Z 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:09.4380822Z 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:09.4381435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/refs/remotes' 2025-03-21T20:18:09.4382010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/refs/heads/main' 2025-03-21T20:18:09.4382603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/refs/heads' 2025-03-21T20:18:09.4383173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/refs' 2025-03-21T20:18:09.4383684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/HEAD' 2025-03-21T20:18:09.4384232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs' 2025-03-21T20:18:09.4384749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/FETCH_HEAD' 2025-03-21T20:18:09.4385263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/index' 2025-03-21T20:18:09.4385782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest' 2025-03-21T20:18:09.4386333Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/branches' 2025-03-21T20:18:09.4386931Z 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:09.4387529Z 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:09.4388113Z 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:09.4388833Z 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:09.4389483Z 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:09.4390107Z 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:09.4390681Z 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:09.4391262Z 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:09.4391884Z 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:09.4392510Z 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:09.4393133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/update.sample' 2025-03-21T20:18:09.4393751Z 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:09.4394339Z 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:09.4394953Z 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:09.4395503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks' 2025-03-21T20:18:09.4396034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/info/exclude' 2025-03-21T20:18:09.4396577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/info' 2025-03-21T20:18:09.4397100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/description' 2025-03-21T20:18:09.4397604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config' 2025-03-21T20:18:09.4398379Z 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:09.4399163Z 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:09.4399929Z 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:09.4400504Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/pack' 2025-03-21T20:18:09.4401071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/info' 2025-03-21T20:18:09.4401759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/06/465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:09.4402329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/06' 2025-03-21T20:18:09.4403124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/11/64316871594254203dc62d1f5525bea1016c7f' 2025-03-21T20:18:09.4403689Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/11' 2025-03-21T20:18:09.4404377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/bd/82d2aaf849c37256e4f146c101f247ebcc1adf' 2025-03-21T20:18:09.4404996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/bd' 2025-03-21T20:18:09.4405683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/73/804037718f79f568d226fcf2187065e11ea935' 2025-03-21T20:18:09.4406245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/73' 2025-03-21T20:18:09.4406945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/69/d590b97d7dc80b51ac3495c2d91ee5873240ad' 2025-03-21T20:18:09.4407507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/69' 2025-03-21T20:18:09.4408201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/89/8a63148d40efc5c756b5e9bea8599b8c1e30dd' 2025-03-21T20:18:09.4408761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/89' 2025-03-21T20:18:09.4409542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/bf/720c6ed96bab550b36b14fbdb7ef4cbe056c74' 2025-03-21T20:18:09.4410122Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/bf' 2025-03-21T20:18:09.4410811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/02/62610db6a8b9e278252ec88d98296e655d2221' 2025-03-21T20:18:09.4411375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/02' 2025-03-21T20:18:09.4412071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/15/3b3618c84eaec0317f81f4ee56ee266a588680' 2025-03-21T20:18:09.4412641Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/15' 2025-03-21T20:18:09.4413335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/f5/26c35d46d498f53cf00b606806c311703e8545' 2025-03-21T20:18:09.4413905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/f5' 2025-03-21T20:18:09.4414592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/9c/1900927569b4262bfa2bf59454cd8ef13ab20d' 2025-03-21T20:18:09.4415150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/9c' 2025-03-21T20:18:09.4415857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/1e/3e18d68d2c974050defc50a5e351100aa98c3c' 2025-03-21T20:18:09.4416413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/1e' 2025-03-21T20:18:09.4417232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/37/9014166243560bd8f170dcf5aabf2dfbe93a1e' 2025-03-21T20:18:09.4417785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/37' 2025-03-21T20:18:09.4418337Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects' 2025-03-21T20:18:09.4418822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/HEAD' 2025-03-21T20:18:09.4419379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs/heads/master' 2025-03-21T20:18:09.4419931Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs/heads' 2025-03-21T20:18:09.4420503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs/tags' 2025-03-21T20:18:09.4421075Z 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:09.4421682Z 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:09.4422243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs/remotes' 2025-03-21T20:18:09.4422780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs' 2025-03-21T20:18:09.4423278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/shallow' 2025-03-21T20:18:09.4423806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/packed-refs' 2025-03-21T20:18:09.4424420Z 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:09.4425039Z 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:09.4425638Z 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:09.4426207Z 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:09.4426793Z 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:09.4427351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/logs/refs' 2025-03-21T20:18:09.4427870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/logs/HEAD' 2025-03-21T20:18:09.4428396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/logs' 2025-03-21T20:18:09.4428920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/FETCH_HEAD' 2025-03-21T20:18:09.4429411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/index' 2025-03-21T20:18:09.4429930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake' 2025-03-21T20:18:09.4430949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/branches' 2025-03-21T20:18:09.4431565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/applypatch-msg.sample' 2025-03-21T20:18:09.4432146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/commit-msg.sample' 2025-03-21T20:18:09.4432728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/post-update.sample' 2025-03-21T20:18:09.4433339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-applypatch.sample' 2025-03-21T20:18:09.4433973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-commit.sample' 2025-03-21T20:18:09.4434601Z 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:09.4435168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-push.sample' 2025-03-21T20:18:09.4435761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-receive.sample' 2025-03-21T20:18:09.4436369Z 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:09.4437001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/sendemail-validate.sample' 2025-03-21T20:18:09.4437551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/update.sample' 2025-03-21T20:18:09.4438184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:09.4438762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-rebase.sample' 2025-03-21T20:18:09.4439393Z 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:09.4439922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks' 2025-03-21T20:18:09.4440465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/info/exclude' 2025-03-21T20:18:09.4440993Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/info' 2025-03-21T20:18:09.4441515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/description' 2025-03-21T20:18:09.4442022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config' 2025-03-21T20:18:09.4442801Z 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:09.4443585Z 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:09.4444354Z 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:09.4445057Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/objects/pack' 2025-03-21T20:18:09.4445624Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/objects/info' 2025-03-21T20:18:09.4446177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/objects' 2025-03-21T20:18:09.4446660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/HEAD' 2025-03-21T20:18:09.4447203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/heads/cpp' 2025-03-21T20:18:09.4447764Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/heads' 2025-03-21T20:18:09.4448331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/tags' 2025-03-21T20:18:09.4448906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/remotes/origin/HEAD' 2025-03-21T20:18:09.4449591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/remotes/origin' 2025-03-21T20:18:09.4450162Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/remotes' 2025-03-21T20:18:09.4450707Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs' 2025-03-21T20:18:09.4451207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/shallow' 2025-03-21T20:18:09.4451732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/packed-refs' 2025-03-21T20:18:09.4452344Z 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:09.4452964Z 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:09.4453560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/refs/remotes' 2025-03-21T20:18:09.4454111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/refs/heads/cpp' 2025-03-21T20:18:09.4454699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/refs/heads' 2025-03-21T20:18:09.4455255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/refs' 2025-03-21T20:18:09.4455774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/HEAD' 2025-03-21T20:18:09.4456300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs' 2025-03-21T20:18:09.4456802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/index' 2025-03-21T20:18:09.4457307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft' 2025-03-21T20:18:09.4457851Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/branches' 2025-03-21T20:18:09.4458549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/applypatch-msg.sample' 2025-03-21T20:18:09.4459133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/commit-msg.sample' 2025-03-21T20:18:09.4459707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/post-update.sample' 2025-03-21T20:18:09.4460300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-applypatch.sample' 2025-03-21T20:18:09.4460877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-commit.sample' 2025-03-21T20:18:09.4461475Z 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:09.4462054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-push.sample' 2025-03-21T20:18:09.4462629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-receive.sample' 2025-03-21T20:18:09.4463237Z 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:09.4463846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/sendemail-validate.sample' 2025-03-21T20:18:09.4464406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/update.sample' 2025-03-21T20:18:09.4465015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:09.4465602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-rebase.sample' 2025-03-21T20:18:09.4466210Z 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:09.4466742Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks' 2025-03-21T20:18:09.4467254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/info/exclude' 2025-03-21T20:18:09.4467785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/info' 2025-03-21T20:18:09.4468295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/description' 2025-03-21T20:18:09.4468787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config' 2025-03-21T20:18:09.4469565Z 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:09.4470323Z 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:09.4471097Z 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:09.4471862Z 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:09.4472738Z 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:09.4473497Z 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:09.4474062Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/objects/pack' 2025-03-21T20:18:09.4474625Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/objects/info' 2025-03-21T20:18:09.4475177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/objects' 2025-03-21T20:18:09.4475657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/HEAD' 2025-03-21T20:18:09.4476200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/heads/main' 2025-03-21T20:18:09.4476747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/heads' 2025-03-21T20:18:09.4477304Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/tags' 2025-03-21T20:18:09.4477877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/remotes/origin/HEAD' 2025-03-21T20:18:09.4478485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/remotes/origin' 2025-03-21T20:18:09.4479043Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/remotes' 2025-03-21T20:18:09.4479795Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs' 2025-03-21T20:18:09.4480310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/shallow' 2025-03-21T20:18:09.4480822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/packed-refs' 2025-03-21T20:18:09.4481428Z 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:09.4482047Z 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:09.4482647Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/refs/remotes' 2025-03-21T20:18:09.4483198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/refs/heads/main' 2025-03-21T20:18:09.4483785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/refs/heads' 2025-03-21T20:18:09.4484325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/refs' 2025-03-21T20:18:09.4484834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/HEAD' 2025-03-21T20:18:09.4485353Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs' 2025-03-21T20:18:09.4485866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/FETCH_HEAD' 2025-03-21T20:18:09.4486533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/index' 2025-03-21T20:18:09.4487045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude' 2025-03-21T20:18:09.4487585Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/branches' 2025-03-21T20:18:09.4488184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/applypatch-msg.sample' 2025-03-21T20:18:09.4488773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/commit-msg.sample' 2025-03-21T20:18:09.4489403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/post-update.sample' 2025-03-21T20:18:09.4490023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-applypatch.sample' 2025-03-21T20:18:09.4490597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-commit.sample' 2025-03-21T20:18:09.4491206Z 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:09.4491768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-push.sample' 2025-03-21T20:18:09.4492361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-receive.sample' 2025-03-21T20:18:09.4492962Z 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:09.4493588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/sendemail-validate.sample' 2025-03-21T20:18:09.4494133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/update.sample' 2025-03-21T20:18:09.4494759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:09.4495337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-rebase.sample' 2025-03-21T20:18:09.4495969Z 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:09.4496503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks' 2025-03-21T20:18:09.4497031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/info/exclude' 2025-03-21T20:18:09.4497573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/info' 2025-03-21T20:18:09.4498090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/description' 2025-03-21T20:18:09.4498594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config' 2025-03-21T20:18:09.4499367Z 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:09.4500196Z 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:09.4501009Z 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:09.4501790Z 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:09.4502558Z 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:09.4503334Z 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:09.4503904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/objects/pack' 2025-03-21T20:18:09.4504483Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/objects/info' 2025-03-21T20:18:09.4505017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/objects' 2025-03-21T20:18:09.4505509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/HEAD' 2025-03-21T20:18:09.4506049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/heads/master' 2025-03-21T20:18:09.4506607Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/heads' 2025-03-21T20:18:09.4507156Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/tags' 2025-03-21T20:18:09.4507730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/remotes/origin/HEAD' 2025-03-21T20:18:09.4508335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/remotes/origin' 2025-03-21T20:18:09.4508895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/remotes' 2025-03-21T20:18:09.4509437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs' 2025-03-21T20:18:09.4509928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/shallow' 2025-03-21T20:18:09.4510461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/packed-refs' 2025-03-21T20:18:09.4511054Z 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:09.4511678Z 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:09.4512259Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/refs/remotes' 2025-03-21T20:18:09.4512837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/refs/heads/master' 2025-03-21T20:18:09.4513408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/refs/heads' 2025-03-21T20:18:09.4514071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/refs' 2025-03-21T20:18:09.4514571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/HEAD' 2025-03-21T20:18:09.4515110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs' 2025-03-21T20:18:09.4515616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/FETCH_HEAD' 2025-03-21T20:18:09.4516101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/index' 2025-03-21T20:18:09.4516614Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11' 2025-03-21T20:18:09.4517079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party' 2025-03-21T20:18:09.4517494Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules' 2025-03-21T20:18:09.4517856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git' 2025-03-21T20:18:09.4518363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_coreml/dummy.swift' 2025-03-21T20:18:09.4518846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_coreml' 2025-03-21T20:18:09.4519382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_coreml_debug/dummy.swift' 2025-03-21T20:18:09.4519894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_coreml_debug' 2025-03-21T20:18:09.4520395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_mps/dummy.swift' 2025-03-21T20:18:09.4520865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_mps' 2025-03-21T20:18:09.4521387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_mps_debug/dummy.swift' 2025-03-21T20:18:09.4521884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_mps_debug' 2025-03-21T20:18:09.4522389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_xnnpack/dummy.swift' 2025-03-21T20:18:09.4522890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_xnnpack' 2025-03-21T20:18:09.4523418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_xnnpack_debug/dummy.swift' 2025-03-21T20:18:09.4523950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_xnnpack_debug' 2025-03-21T20:18:09.4524427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/executorch/dummy.swift' 2025-03-21T20:18:09.4524903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/executorch' 2025-03-21T20:18:09.4525401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/executorch_debug/dummy.swift' 2025-03-21T20:18:09.4525903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/executorch_debug' 2025-03-21T20:18:09.4526395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_custom/dummy.swift' 2025-03-21T20:18:09.4526994Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_custom' 2025-03-21T20:18:09.4527521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_custom_debug/dummy.swift' 2025-03-21T20:18:09.4528037Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_custom_debug' 2025-03-21T20:18:09.4528564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_optimized/dummy.swift' 2025-03-21T20:18:09.4529064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_optimized' 2025-03-21T20:18:09.4529687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_optimized_debug/dummy.swift' 2025-03-21T20:18:09.4530225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_optimized_debug' 2025-03-21T20:18:09.4530745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_portable/dummy.swift' 2025-03-21T20:18:09.4531233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_portable' 2025-03-21T20:18:09.4531781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_portable_debug/dummy.swift' 2025-03-21T20:18:09.4532301Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_portable_debug' 2025-03-21T20:18:09.4532824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_quantized/dummy.swift' 2025-03-21T20:18:09.4533325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_quantized' 2025-03-21T20:18:09.4533886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_quantized_debug/dummy.swift' 2025-03-21T20:18:09.4534414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_quantized_debug' 2025-03-21T20:18:09.4534826Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift' 2025-03-21T20:18:09.4535190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.buckconfig' 2025-03-21T20:18:09.4535578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/README.md' 2025-03-21T20:18:09.4535972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/build.sh' 2025-03-21T20:18:09.4536437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/ci_commit_pins/buck2.txt' 2025-03-21T20:18:09.4536928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/ci_commit_pins/pytorch.txt' 2025-03-21T20:18:09.4537389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/ci_commit_pins' 2025-03-21T20:18:09.4537870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_android.sh' 2025-03-21T20:18:09.4538324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_base.sh' 2025-03-21T20:18:09.4538788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_buck.sh' 2025-03-21T20:18:09.4539246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_cache.sh' 2025-03-21T20:18:09.4539770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_clang.sh' 2025-03-21T20:18:09.4540301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_conda.sh' 2025-03-21T20:18:09.4540774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_docs_reqs.sh' 2025-03-21T20:18:09.4541237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_gcc.sh' 2025-03-21T20:18:09.4541691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_java.sh' 2025-03-21T20:18:09.4542168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_linter.sh' 2025-03-21T20:18:09.4542634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_openssl.sh' 2025-03-21T20:18:09.4543116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_pytorch.sh' 2025-03-21T20:18:09.4543566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_user.sh' 2025-03-21T20:18:09.4543996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/utils.sh' 2025-03-21T20:18:09.4544417Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common' 2025-03-21T20:18:09.4544842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/conda-env-ci.txt' 2025-03-21T20:18:09.4545295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/requirements-ci.txt' 2025-03-21T20:18:09.4545723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/ubuntu/Dockerfile' 2025-03-21T20:18:09.4546161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/ubuntu' 2025-03-21T20:18:09.4546547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker' 2025-03-21T20:18:09.4546969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/__init__.py' 2025-03-21T20:18:09.4547400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/build-qnn-sdk.sh' 2025-03-21T20:18:09.4547919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/build_android_instrumentation.sh' 2025-03-21T20:18:09.4548384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/build_llama_android.sh' 2025-03-21T20:18:09.4548839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/download_hf_hub.sh' 2025-03-21T20:18:09.4549329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/gather_benchmark_configs.py' 2025-03-21T20:18:09.4549786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/gather_test_models.py' 2025-03-21T20:18:09.4550295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-arm-baremetal-tools.sh' 2025-03-21T20:18:09.4550719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-conda.sh' 2025-03-21T20:18:09.4551148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-ios.sh' 2025-03-21T20:18:09.4551577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-linux.sh' 2025-03-21T20:18:09.4552014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-macos.sh' 2025-03-21T20:18:09.4552558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-qnn-deps.sh' 2025-03-21T20:18:09.4553063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-vulkan-linux-deps.sh' 2025-03-21T20:18:09.4553530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_ane_static_llama.sh' 2025-03-21T20:18:09.4554007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_eval_llama_mmlu.sh' 2025-03-21T20:18:09.4554491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_eval_llama_wikitext.sh' 2025-03-21T20:18:09.4555109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_ios_ci.sh' 2025-03-21T20:18:09.4555649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_llama.sh' 2025-03-21T20:18:09.4556219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_llama_runner_eager.sh' 2025-03-21T20:18:09.4556755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_llama_torchao_lowbit.sh' 2025-03-21T20:18:09.4557249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_llava.sh' 2025-03-21T20:18:09.4557677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_model.sh' 2025-03-21T20:18:09.4558214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_phi_3_mini.sh' 2025-03-21T20:18:09.4558717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_qnn_static_llama.sh' 2025-03-21T20:18:09.4559283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_quantized_aot_lib.sh' 2025-03-21T20:18:09.4559859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/tests/test_gather_benchmark_configs.py' 2025-03-21T20:18:09.4560396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/tests' 2025-03-21T20:18:09.4560889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-buck2.sh' 2025-03-21T20:18:09.4561392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-linux-cmake.sh' 2025-03-21T20:18:09.4561926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-linux.sh' 2025-03-21T20:18:09.4562427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-macos-buck2.sh' 2025-03-21T20:18:09.4562957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-macos-cmake.sh' 2025-03-21T20:18:09.4563482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-macos.sh' 2025-03-21T20:18:09.4564154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/utils.sh' 2025-03-21T20:18:09.4564738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/__init__.py' 2025-03-21T20:18:09.4565271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/envvar_base.sh' 2025-03-21T20:18:09.4565743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/envvar_linux.sh' 2025-03-21T20:18:09.4566344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/envvar_macos.sh' 2025-03-21T20:18:09.4567009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/post_build_script.sh' 2025-03-21T20:18:09.4567635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/pre_build_script.sh' 2025-03-21T20:18:09.4568106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/test_base.py' 2025-03-21T20:18:09.4568582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/test_linux.py' 2025-03-21T20:18:09.4569109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/test_macos.py' 2025-03-21T20:18:09.4569655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel' 2025-03-21T20:18:09.4570131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts' 2025-03-21T20:18:09.4570523Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci' 2025-03-21T20:18:09.4570967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.clang-format' 2025-03-21T20:18:09.4571329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.clang-tidy' 2025-03-21T20:18:09.4571864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.cmake-format.yaml' 2025-03-21T20:18:09.4572254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.cmakelintrc' 2025-03-21T20:18:09.4572658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.flake8' 2025-03-21T20:18:09.4573153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ISSUE_TEMPLATE/bug-report.yml' 2025-03-21T20:18:09.4573676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ISSUE_TEMPLATE/config.yml' 2025-03-21T20:18:09.4574285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ISSUE_TEMPLATE/documentation.yml' 2025-03-21T20:18:09.4574822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ISSUE_TEMPLATE/feature-request.yml' 2025-03-21T20:18:09.4575342Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ISSUE_TEMPLATE' 2025-03-21T20:18:09.4575779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/dependabot.yml' 2025-03-21T20:18:09.4576273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ghstack_direct' 2025-03-21T20:18:09.4576797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/merge_rules.yaml' 2025-03-21T20:18:09.4577338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/pull_request_template.md' 2025-03-21T20:18:09.4577811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/pytorch-probot.yml' 2025-03-21T20:18:09.4578335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/check_labels.py' 2025-03-21T20:18:09.4578788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/cherry_pick.py' 2025-03-21T20:18:09.4579539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/extract_benchmark_results.py' 2025-03-21T20:18:09.4580073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/github_utils.py' 2025-03-21T20:18:09.4580540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/gitutils.py' 2025-03-21T20:18:09.4581056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/label_utils.py' 2025-03-21T20:18:09.4581741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/propose_ghstack_orig_pr.py' 2025-03-21T20:18:09.4582431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/test_extract_benchmark_results.py' 2025-03-21T20:18:09.4582893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/trymerge.py' 2025-03-21T20:18:09.4583456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/trymerge_explainer.py' 2025-03-21T20:18:09.4583907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts' 2025-03-21T20:18:09.4584405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/_android.yml' 2025-03-21T20:18:09.4584944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/_unittest.yml' 2025-03-21T20:18:09.4585508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/android-perf.yml' 2025-03-21T20:18:09.4586077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/android-release-artifacts.yml' 2025-03-21T20:18:09.4586614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/apple-perf.yml' 2025-03-21T20:18:09.4587053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/apple.yml' 2025-03-21T20:18:09.4587628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/build-wheels-linux.yml' 2025-03-21T20:18:09.4588278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/build-wheels-macos.yml' 2025-03-21T20:18:09.4588780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/check-labels.yml' 2025-03-21T20:18:09.4589320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/cherry-pick.yml' 2025-03-21T20:18:09.4589797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/doc-build.yml' 2025-03-21T20:18:09.4590365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/docker-builds.yml' 2025-03-21T20:18:09.4590877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/ghstack_land.yml' 2025-03-21T20:18:09.4591408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/lint.yml' 2025-03-21T20:18:09.4591880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/nightly.yml' 2025-03-21T20:18:09.4592417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/periodic.yml' 2025-03-21T20:18:09.4592903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/pull.yml' 2025-03-21T20:18:09.4593407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/trunk.yml' 2025-03-21T20:18:09.4593938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/update-viablestrict.yml' 2025-03-21T20:18:09.4594391Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows' 2025-03-21T20:18:09.4594821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github' 2025-03-21T20:18:09.4595229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.gitignore' 2025-03-21T20:18:09.4595677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.gitmodules' 2025-03-21T20:18:09.4596206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.lintrunner.toml' 2025-03-21T20:18:09.4596629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.mypy.ini' 2025-03-21T20:18:09.4597041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/CMakeLists.txt' 2025-03-21T20:18:09.4597583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/CODEOWNERS' 2025-03-21T20:18:09.4598001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/CODE_OF_CONDUCT.md' 2025-03-21T20:18:09.4598452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/CONTRIBUTING.md' 2025-03-21T20:18:09.4598815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/LICENSE' 2025-03-21T20:18:09.4599227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/Package.swift' 2025-03-21T20:18:09.4599695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/README-wheel.md' 2025-03-21T20:18:09.4600084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/README.md' 2025-03-21T20:18:09.4600505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/Test.cmake' 2025-03-21T20:18:09.4601017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/.clang-format' 2025-03-21T20:18:09.4601562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/.gitignore' 2025-03-21T20:18:09.4602052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/CMakeLists.txt' 2025-03-21T20:18:09.4602609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/README.md' 2025-03-21T20:18:09.4603092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/TARGETS' 2025-03-21T20:18:09.4603676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:18:09.4604252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:18:09.4604821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/compiler' 2025-03-21T20:18:09.4605426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:18:09.4605973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:18:09.4606627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:18:09.4607161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/partition' 2025-03-21T20:18:09.4607784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:18:09.4608393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:18:09.4608971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/quantizer' 2025-03-21T20:18:09.4609717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAsset.h' 2025-03-21T20:18:09.4610425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAsset.mm' 2025-03-21T20:18:09.4611174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAssetManager.h' 2025-03-21T20:18:09.4611897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAssetManager.mm' 2025-03-21T20:18:09.4612554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLComputeUnits.h' 2025-03-21T20:18:09.4613303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLDefaultModelExecutor.h' 2025-03-21T20:18:09.4614028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLDefaultModelExecutor.mm' 2025-03-21T20:18:09.4614748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLLogging.h' 2025-03-21T20:18:09.4615380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLLogging.mm' 2025-03-21T20:18:09.4615991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModel.h' 2025-03-21T20:18:09.4616649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModel.mm' 2025-03-21T20:18:09.4617323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelCompiler.h' 2025-03-21T20:18:09.4618044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelCompiler.mm' 2025-03-21T20:18:09.4618730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelExecutor.h' 2025-03-21T20:18:09.4619431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelLoader.h' 2025-03-21T20:18:09.4620088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelLoader.mm' 2025-03-21T20:18:09.4620889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelManager.h' 2025-03-21T20:18:09.4621573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelManager.mm' 2025-03-21T20:18:09.4622240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLStrings.h' 2025-03-21T20:18:09.4622882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLStrings.mm' 2025-03-21T20:18:09.4623602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/MLModel_Prewarm.h' 2025-03-21T20:18:09.4624220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/MLModel_Prewarm.mm' 2025-03-21T20:18:09.4624954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/MLMultiArray_Copy.h' 2025-03-21T20:18:09.4625599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/MLMultiArray_Copy.mm' 2025-03-21T20:18:09.4626216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/asset.h' 2025-03-21T20:18:09.4626911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/asset.mm' 2025-03-21T20:18:09.4627600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/backend_delegate.h' 2025-03-21T20:18:09.4628251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/backend_delegate.mm' 2025-03-21T20:18:09.4629006Z 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:09.4629724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/coreml_backend_delegate.mm' 2025-03-21T20:18:09.4630371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/model_event_logger.h' 2025-03-21T20:18:09.4631050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/model_logging_options.h' 2025-03-21T20:18:09.4631707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/model_metadata.h' 2025-03-21T20:18:09.4632349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/multiarray.h' 2025-03-21T20:18:09.4632951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/multiarray.mm' 2025-03-21T20:18:09.4633595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/serde_json.h' 2025-03-21T20:18:09.4634176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/serde_json.mm' 2025-03-21T20:18:09.4634794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate' 2025-03-21T20:18:09.4635454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/include/coreml_backend/delegate.h' 2025-03-21T20:18:09.4636138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/include/coreml_backend' 2025-03-21T20:18:09.4636676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/include' 2025-03-21T20:18:09.4637509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp' 2025-03-21T20:18:09.4638179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.hpp' 2025-03-21T20:18:09.4638944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_metadata.hpp' 2025-03-21T20:18:09.4639689Z 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:09.4640442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_py.cpp' 2025-03-21T20:18:09.4641164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_utils.cpp' 2025-03-21T20:18:09.4641908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_utils.hpp' 2025-03-21T20:18:09.4642702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_utils.mm' 2025-03-21T20:18:09.4643334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_buffer.cpp' 2025-03-21T20:18:09.4644000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_buffer.hpp' 2025-03-21T20:18:09.4644666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_stream.cpp' 2025-03-21T20:18:09.4645356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_stream.hpp' 2025-03-21T20:18:09.4645951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/range.hpp' 2025-03-21T20:18:09.4646682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/reversed_memory_stream.cpp' 2025-03-21T20:18:09.4647421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/reversed_memory_stream.hpp' 2025-03-21T20:18:09.4648056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:18:09.4648632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs' 2025-03-21T20:18:09.4649351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/database.cpp' 2025-03-21T20:18:09.4649941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/database.hpp' 2025-03-21T20:18:09.4650671Z 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:09.4651407Z 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:09.4652077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/key_value_store.cpp' 2025-03-21T20:18:09.4652699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/key_value_store.hpp' 2025-03-21T20:18:09.4653307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/sqlite_error.cpp' 2025-03-21T20:18:09.4653995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/sqlite_error.hpp' 2025-03-21T20:18:09.4654663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/statement.cpp' 2025-03-21T20:18:09.4655257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/statement.hpp' 2025-03-21T20:18:09.4655872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/types.hpp' 2025-03-21T20:18:09.4656428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore' 2025-03-21T20:18:09.4657046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelAnalyzer.h' 2025-03-21T20:18:09.4657824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelAnalyzer.mm' 2025-03-21T20:18:09.4658509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugInfo.h' 2025-03-21T20:18:09.4659197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugInfo.mm' 2025-03-21T20:18:09.4659830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugger.h' 2025-03-21T20:18:09.4660536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugger.mm' 2025-03-21T20:18:09.4661187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelProfiler.h' 2025-03-21T20:18:09.4661870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelProfiler.mm' 2025-03-21T20:18:09.4662544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelStructurePath.h' 2025-03-21T20:18:09.4663298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelStructurePath.mm' 2025-03-21T20:18:09.4664006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLOperationProfilingInfo.h' 2025-03-21T20:18:09.4664812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLOperationProfilingInfo.mm' 2025-03-21T20:18:09.4665391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLPair.h' 2025-03-21T20:18:09.4666023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLPair.mm' 2025-03-21T20:18:09.4666560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/hash_util.h' 2025-03-21T20:18:09.4667286Z 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:09.4667950Z 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:09.4668597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/model_package_info.h' 2025-03-21T20:18:09.4669204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/model_package_info.mm' 2025-03-21T20:18:09.4669763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/program_path.h' 2025-03-21T20:18:09.4670435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/program_path.mm' 2025-03-21T20:18:09.4670974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk' 2025-03-21T20:18:09.4671652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/BackendDelegateTests.mm' 2025-03-21T20:18:09.4672324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/CoreMLBackendDelegateTests.mm' 2025-03-21T20:18:09.4672949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/DatabaseTests.mm' 2025-03-21T20:18:09.4673741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLAssetManagerTests.mm' 2025-03-21T20:18:09.4674429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLAssetTests.mm' 2025-03-21T20:18:09.4675103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelDebuggerTests.mm' 2025-03-21T20:18:09.4675821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelManagerTests.mm' 2025-03-21T20:18:09.4676530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelProfilerTests.mm' 2025-03-21T20:18:09.4677367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelStructurePathTests.mm' 2025-03-21T20:18:09.4677988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLTestUtils.h' 2025-03-21T20:18:09.4678654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLTestUtils.mm' 2025-03-21T20:18:09.4679317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/InMemoryFileSystemTests.mm' 2025-03-21T20:18:09.4680267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/KeyValueStoreTests.mm' 2025-03-21T20:18:09.4680881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/MultiArrayTests.mm' 2025-03-21T20:18:09.4681521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:18:09.4682126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/setup.md' 2025-03-21T20:18:09.4682673Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test' 2025-03-21T20:18:09.4683309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/json_util.cpp' 2025-03-21T20:18:09.4683904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/json_util.hpp' 2025-03-21T20:18:09.4684545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/objc_array_util.h' 2025-03-21T20:18:09.4685149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/objc_json_serde.h' 2025-03-21T20:18:09.4685821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/objc_json_serde.mm' 2025-03-21T20:18:09.4686425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/objc_safe_cast.h' 2025-03-21T20:18:09.4687012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util' 2025-03-21T20:18:09.4687819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj/project.pbxproj' 2025-03-21T20:18:09.4688856Z 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:09.4689873Z 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:09.4690849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj/xcshareddata' 2025-03-21T20:18:09.4691642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj' 2025-03-21T20:18:09.4692540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcworkspace/contents.xcworkspacedata' 2025-03-21T20:18:09.4693457Z 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:09.4694360Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcworkspace/xcshareddata' 2025-03-21T20:18:09.4695127Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcworkspace' 2025-03-21T20:18:09.4695743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace' 2025-03-21T20:18:09.4696271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime' 2025-03-21T20:18:09.4696814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/build_all.sh' 2025-03-21T20:18:09.4697428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/build_tests.sh' 2025-03-21T20:18:09.4698051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/generate_test_models.sh' 2025-03-21T20:18:09.4698684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/install_inmemoryfs.sh' 2025-03-21T20:18:09.4699289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/install_requirements.sh' 2025-03-21T20:18:09.4699881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/run_tests.sh' 2025-03-21T20:18:09.4700378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts' 2025-03-21T20:18:09.4700946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/setup.md' 2025-03-21T20:18:09.4701550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:18:09.4702197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:18:09.4702679Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/test' 2025-03-21T20:18:09.4703245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml' 2025-03-21T20:18:09.4703738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/.clang-format' 2025-03-21T20:18:09.4704279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/CMakeLists.txt' 2025-03-21T20:18:09.4704803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/TARGETS' 2025-03-21T20:18:09.4705394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/__init__.py' 2025-03-21T20:18:09.4705999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/install_requirements.sh' 2025-03-21T20:18:09.4706530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:18:09.4707113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:18:09.4707685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:18:09.4708255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:18:09.4708843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:18:09.4709465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:18:09.4710040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:18:09.4710649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:18:09.4711233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:18:09.4711841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:18:09.4712441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:18:09.4713031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:18:09.4713582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:18:09.4714156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:18:09.4714755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:18:09.4715302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:18:09.4715896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:18:09.4716445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:18:09.4717102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:18:09.4717651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:18:09.4718229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:18:09.4718746Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators' 2025-03-21T20:18:09.4719328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:18:09.4719885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:18:09.4720587Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/partition' 2025-03-21T20:18:09.4721119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSBackend.mm' 2025-03-21T20:18:09.4721703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSCompiler.h' 2025-03-21T20:18:09.4722235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSCompiler.mm' 2025-03-21T20:18:09.4722858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSDelegateHeader.h' 2025-03-21T20:18:09.4723448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSDelegateHeader.mm' 2025-03-21T20:18:09.4723971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSDevice.h' 2025-03-21T20:18:09.4724553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSDevice.mm' 2025-03-21T20:18:09.4725081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSExecutor.h' 2025-03-21T20:18:09.4725640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSExecutor.mm' 2025-03-21T20:18:09.4726222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSGraphBuilder.h' 2025-03-21T20:18:09.4726850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSGraphBuilder.mm' 2025-03-21T20:18:09.4727374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSStream.h' 2025-03-21T20:18:09.4727950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSStream.mm' 2025-03-21T20:18:09.4728600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ActivationOps.mm' 2025-03-21T20:18:09.4729366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/BinaryOps.mm' 2025-03-21T20:18:09.4729958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ClampOps.mm' 2025-03-21T20:18:09.4730615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ConstantOps.mm' 2025-03-21T20:18:09.4731237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ConvolutionOps.mm' 2025-03-21T20:18:09.4731846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/IndexingOps.mm' 2025-03-21T20:18:09.4732549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/LinearAlgebra.mm' 2025-03-21T20:18:09.4733197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/MPSGraphSequoiaOps.h' 2025-03-21T20:18:09.4733882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/MPSGraphVenturaOps.h' 2025-03-21T20:18:09.4734524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/NormalizationOps.mm' 2025-03-21T20:18:09.4735223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/OperationUtils.h' 2025-03-21T20:18:09.4735970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/OperationUtils.mm' 2025-03-21T20:18:09.4736600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/PadOps.mm' 2025-03-21T20:18:09.4737198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/PoolingOps.mm' 2025-03-21T20:18:09.4737832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/QuantDequant.mm' 2025-03-21T20:18:09.4738449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/RangeOps.mm' 2025-03-21T20:18:09.4739098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ReduceOps.mm' 2025-03-21T20:18:09.4739685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ShapeOps.mm' 2025-03-21T20:18:09.4740315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/UnaryOps.mm' 2025-03-21T20:18:09.4740905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations' 2025-03-21T20:18:09.4741528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime' 2025-03-21T20:18:09.4742145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:18:09.4742812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:18:09.4743376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:18:09.4743910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/serialization' 2025-03-21T20:18:09.4744425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/setup.md' 2025-03-21T20:18:09.4744923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/targets.bzl' 2025-03-21T20:18:09.4745473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:18:09.4746046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:18:09.4746660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:18:09.4767558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:18:09.4768518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:18:09.4769405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:18:09.4769914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:18:09.4770384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test' 2025-03-21T20:18:09.4770863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:18:09.4771468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:18:09.4771999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/utils' 2025-03-21T20:18:09.4772426Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps' 2025-03-21T20:18:09.4772852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple' 2025-03-21T20:18:09.4773581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/CMakeLists.txt' 2025-03-21T20:18:09.4774099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/README.md' 2025-03-21T20:18:09.4774497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/TARGETS' 2025-03-21T20:18:09.4774950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/TARGETS' 2025-03-21T20:18:09.4775438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:18:09.4776047Z 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:09.4776600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:18:09.4777096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:18:09.4777593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:18:09.4778079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:18:09.4778814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:18:09.4779800Z 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:09.4780379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:18:09.4780939Z 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:09.4781460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:18:09.4781985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:18:09.4782547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:18:09.4783035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:18:09.4783585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:18:09.4784086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:18:09.4784880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:18:09.4785578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:18:09.4786209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:18:09.4786782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:18:09.4787314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:18:09.4787885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:18:09.4788384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:18:09.4788986Z 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:09.4789510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:18:09.4790240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:18:09.4791026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:18:09.4791548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:18:09.4792041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:18:09.4792611Z 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:09.4793119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:18:09.4793673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:18:09.4794157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:18:09.4794649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:18:09.4795274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:18:09.4795951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:18:09.4796793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:18:09.4797377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:18:09.4797818Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes' 2025-03-21T20:18:09.4798249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/arm_backend.py' 2025-03-21T20:18:09.4798673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/arm_vela.py' 2025-03-21T20:18:09.4799112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:18:09.4799578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:18:09.4800071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/TARGETS' 2025-03-21T20:18:09.4800706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:18:09.4801489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:18:09.4802240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:18:09.4802779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:18:09.4803330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:18:09.4803900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:18:09.4804459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:18:09.4805000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:18:09.4805586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:18:09.4806076Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support' 2025-03-21T20:18:09.4806517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/TARGETS' 2025-03-21T20:18:09.4807219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/__init__.py' 2025-03-21T20:18:09.4807902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:18:09.4808363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:18:09.4808825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_add.py' 2025-03-21T20:18:09.4809384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:18:09.4809856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:18:09.4810313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_any.py' 2025-03-21T20:18:09.4810810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:18:09.4811269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:18:09.4811732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:18:09.4812193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:18:09.4812916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:18:09.4813620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:18:09.4814065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:18:09.4814532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:18:09.4815113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_full.py' 2025-03-21T20:18:09.4815575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:18:09.4816050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:18:09.4816510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:18:09.4816951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_le.py' 2025-03-21T20:18:09.4817413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_log.py' 2025-03-21T20:18:09.4817855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:18:09.4818547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:18:09.4819231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:18:09.4819709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:18:09.4820169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:18:09.4820647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:18:09.4821147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:18:09.4821620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:18:09.4822109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:18:09.4822577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:18:09.4823179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:18:09.4823938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:18:09.4824409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:18:09.4824865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:18:09.4825325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:18:09.4825796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_table.py' 2025-03-21T20:18:09.4826255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:18:09.4826735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:18:09.4827267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:18:09.4827763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:18:09.4828301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:18:09.4829144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_view.py' 2025-03-21T20:18:09.4829764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:18:09.4830242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:18:09.4830970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators' 2025-03-21T20:18:09.4831546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/process_node.py' 2025-03-21T20:18:09.4831989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/TARGETS' 2025-03-21T20:18:09.4832454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:18:09.4832959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:18:09.4833481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:18:09.4834027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:18:09.4834553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:18:09.4835069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer' 2025-03-21T20:18:09.4835899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime/EthosUBackend.cpp' 2025-03-21T20:18:09.4836343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime/TARGETS' 2025-03-21T20:18:09.4836830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime/VelaBinStream.cpp' 2025-03-21T20:18:09.4837310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime/VelaBinStream.h' 2025-03-21T20:18:09.4837763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime/targets.bzl' 2025-03-21T20:18:09.4838190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime' 2025-03-21T20:18:09.4838690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/build_executorch.sh' 2025-03-21T20:18:09.4839221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/build_executorch_runner.sh' 2025-03-21T20:18:09.4839765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/build_portable_kernels.sh' 2025-03-21T20:18:09.4840398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/build_quantized_ops_aot_lib.sh' 2025-03-21T20:18:09.4841189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/pre-commit' 2025-03-21T20:18:09.4841633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/pre-push' 2025-03-21T20:18:09.4842083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/run_fvp.sh' 2025-03-21T20:18:09.4842562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/setup-dev-env.sh' 2025-03-21T20:18:09.4843005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/utils.sh' 2025-03-21T20:18:09.4843561Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts' 2025-03-21T20:18:09.4843997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/.coveragerc' 2025-03-21T20:18:09.4844420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/TARGETS' 2025-03-21T20:18:09.4844840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/common.py' 2025-03-21T20:18:09.4845326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/conftest.py' 2025-03-21T20:18:09.4846203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:18:09.4846715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:18:09.4847253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:18:09.4847963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:18:09.4848716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:18:09.4849327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:18:09.4849863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:18:09.4850496Z 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:09.4850995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:18:09.4851438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc' 2025-03-21T20:18:09.4851953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:18:09.4852467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:18:09.4853352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:18:09.4853848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:18:09.4854407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:18:09.4854936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:18:09.4855447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:18:09.4855987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:18:09.4856483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:18:09.4856935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models' 2025-03-21T20:18:09.4857400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:18:09.4858331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:18:09.4858856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:18:09.4859326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:18:09.4859785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:18:09.4860283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:18:09.4860773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:18:09.4861263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:18:09.4861722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:18:09.4862183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:18:09.4862649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:18:09.4863305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:18:09.4864055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:18:09.4864526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:18:09.4865017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:18:09.4865671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:18:09.4866454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:18:09.4866911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:18:09.4867370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:18:09.4867824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:18:09.4868306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:18:09.4868777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:18:09.4869243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:18:09.4869691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:18:09.4870139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:18:09.4870660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:18:09.4871537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:18:09.4872083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:18:09.4872618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:18:09.4873076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:18:09.4873544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:18:09.4874008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:18:09.4874484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:18:09.4874981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:18:09.4875439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:18:09.4876084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:18:09.4876814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:18:09.4877293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:18:09.4877771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:18:09.4878223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:18:09.4878685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:18:09.4879166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:18:09.4879881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:18:09.4880354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:18:09.4880836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:18:09.4881303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:18:09.4881776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:18:09.4882259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:18:09.4882731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:18:09.4883214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:18:09.4883716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:18:09.4884229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:18:09.4884696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:18:09.4885183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:18:09.4885872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:18:09.4886632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:18:09.4887237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:18:09.4887702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:18:09.4888164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:18:09.4888637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:18:09.4889130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:18:09.4889960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:18:09.4890631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:18:09.4891093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:18:09.4891536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops' 2025-03-21T20:18:09.4892077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:18:09.4892619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:18:09.4893151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:18:09.4893715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:18:09.4894284Z 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:09.4895022Z 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:09.4895824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:18:09.4896414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:18:09.4896942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:18:09.4897548Z 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:09.4898011Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes' 2025-03-21T20:18:09.4898444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/pytest.ini' 2025-03-21T20:18:09.4899013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:18:09.4899505Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/quantizer' 2025-03-21T20:18:09.4899974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:18:09.4901008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/setup_testing.sh' 2025-03-21T20:18:09.4901461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/targets.bzl' 2025-03-21T20:18:09.4902048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/test_arm_baremetal.sh' 2025-03-21T20:18:09.4902563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/test_model.py' 2025-03-21T20:18:09.4903043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:18:09.4903602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:18:09.4904119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:18:09.4904687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:18:09.4905181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tester' 2025-03-21T20:18:09.4905715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:18:09.4906203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tosautil' 2025-03-21T20:18:09.4906622Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test' 2025-03-21T20:18:09.4907182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/.git' 2025-03-21T20:18:09.4907952Z 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:09.4908828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/.gitignore' 2025-03-21T20:18:09.4909857Z 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:09.4910599Z 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:09.4911342Z 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:09.4912138Z 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:09.4913200Z 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:09.4914651Z 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:09.4915709Z 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:09.4916546Z 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:09.4917516Z 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:09.4918655Z 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:09.4919602Z 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:09.4920459Z 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:09.4921450Z 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:09.4922289Z 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:09.4923343Z 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:09.4924009Z 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:09.4924739Z 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:09.4925690Z 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:09.4926318Z 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:09.4926932Z 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:09.4927529Z 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:09.4928126Z 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:09.4928731Z 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:09.4929441Z 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:09.4930377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:09.4930966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/.git' 2025-03-21T20:18:09.4931554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/.clang-format' 2025-03-21T20:18:09.4932112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/.gitignore' 2025-03-21T20:18:09.4932684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/.gitmodules' 2025-03-21T20:18:09.4933314Z 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:09.4933904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/CMakeLists.txt' 2025-03-21T20:18:09.4934542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/LICENSE.txt' 2025-03-21T20:18:09.4935548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/README.md' 2025-03-21T20:18:09.4936224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/include/attribute.def' 2025-03-21T20:18:09.4936835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/include/attribute.h' 2025-03-21T20:18:09.4937449Z 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:09.4938082Z 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:09.4938769Z 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:09.4939365Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/include' 2025-03-21T20:18:09.4940379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/pyproject.toml' 2025-03-21T20:18:09.4941039Z 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:09.4941739Z 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:09.4942379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/serializer' 2025-03-21T20:18:09.4943157Z 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:09.4943796Z 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:09.4944458Z 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:09.4945360Z 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:09.4946218Z 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:09.4946881Z 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:09.4947768Z 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:09.4948610Z 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:09.4949276Z 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:09.4950006Z 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:09.4950677Z 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:09.4951387Z 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:09.4952115Z 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:09.4953035Z 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:09.4953816Z 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:09.4954473Z 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:09.4955163Z 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:09.4955852Z 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:09.4956524Z 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:09.4957197Z 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:09.4958261Z 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:09.4958938Z 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:09.4959601Z 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:09.4960271Z 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:09.4960931Z 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:09.4961579Z 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:09.4962229Z 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:09.4963047Z 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:09.4963935Z 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:09.4964655Z 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:09.4965355Z 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:09.4965986Z 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:09.4966668Z 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:09.4967427Z 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:09.4968451Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa' 2025-03-21T20:18:09.4969048Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python' 2025-03-21T20:18:09.4969980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/regenerate_headers.sh' 2025-03-21T20:18:09.4970759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:18:09.4971358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/schema' 2025-03-21T20:18:09.4971917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:18:09.4972536Z 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:09.4973217Z 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:09.4973803Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/src' 2025-03-21T20:18:09.4974887Z 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:09.4975547Z 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:09.4976193Z 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:09.4976822Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/test/scripts' 2025-03-21T20:18:09.4977512Z 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:09.4978238Z 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:09.4978910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/test/src' 2025-03-21T20:18:09.4979987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/test' 2025-03-21T20:18:09.4980659Z 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:09.4981330Z 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:09.4981982Z 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:09.4982626Z 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:09.4983706Z 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:09.4984545Z 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:09.4985624Z 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:09.4986240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party' 2025-03-21T20:18:09.4986821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib' 2025-03-21T20:18:09.4987289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party' 2025-03-21T20:18:09.4987733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_backend.py' 2025-03-21T20:18:09.4988173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:18:09.4988645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:18:09.4989097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:18:09.4989576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_specification.py' 2025-03-21T20:18:09.4989998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_utils.py' 2025-03-21T20:18:09.4990738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:18:09.4991358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/util' 2025-03-21T20:18:09.4991757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm' 2025-03-21T20:18:09.4992164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/backends.bzl' 2025-03-21T20:18:09.4992596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/.gitignore' 2025-03-21T20:18:09.4993058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/CMakeLists.txt' 2025-03-21T20:18:09.4993483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/README.md' 2025-03-21T20:18:09.4993925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/TARGETS' 2025-03-21T20:18:09.4994383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:18:09.4994878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:18:09.4995702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:18:09.4996259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:18:09.4996744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:18:09.4997269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:18:09.4997777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:18:09.4998365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:18:09.4998861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:18:09.4999372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:18:09.5000151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:18:09.5000799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:18:09.5001443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:18:09.5002147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/passes.py' 2025-03-21T20:18:09.5002648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer/TARGETS' 2025-03-21T20:18:09.5003177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:18:09.5003685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:18:09.5004201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:18:09.5004698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:18:09.5005618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer' 2025-03-21T20:18:09.5006145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:18:09.5006624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:18:09.5007096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:18:09.5007576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:18:09.5008052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:18:09.5008624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:18:09.5009163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:18:09.5009781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:18:09.5010330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:18:09.5011312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:18:09.5011893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:18:09.5012456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:18:09.5013038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:18:09.5013619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests' 2025-03-21T20:18:09.5014067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/utils.py' 2025-03-21T20:18:09.5014503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot' 2025-03-21T20:18:09.5015077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/build_cadence_fusionG3.sh' 2025-03-21T20:18:09.5015956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/build_cadence_hifi4.sh' 2025-03-21T20:18:09.5016466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/build_cadence_runner.sh' 2025-03-21T20:18:09.5017236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/cadence.cmake' 2025-03-21T20:18:09.5017811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/executor_runner.cpp' 2025-03-21T20:18:09.5018376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/CMakeLists.txt' 2025-03-21T20:18:09.5018892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/TARGETS' 2025-03-21T20:18:09.5019435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_add.cpp' 2025-03-21T20:18:09.5019969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_cat.cpp' 2025-03-21T20:18:09.5020523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_clamp.cpp' 2025-03-21T20:18:09.5021105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_dequantize.cpp' 2025-03-21T20:18:09.5022066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_div.cpp' 2025-03-21T20:18:09.5022601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_exp.cpp' 2025-03-21T20:18:09.5023161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_lt.cpp' 2025-03-21T20:18:09.5023726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_mean.cpp' 2025-03-21T20:18:09.5024270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_mul.cpp' 2025-03-21T20:18:09.5024885Z 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:09.5025479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_permute_copy.cpp' 2025-03-21T20:18:09.5026347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_quantize.cpp' 2025-03-21T20:18:09.5027011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_rsqrt.cpp' 2025-03-21T20:18:09.5027877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_sigmoid.cpp' 2025-03-21T20:18:09.5028566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_slice_copy.cpp' 2025-03-21T20:18:09.5029262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_softmax.cpp' 2025-03-21T20:18:09.5029801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_sqrt.cpp' 2025-03-21T20:18:09.5030343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_sub.cpp' 2025-03-21T20:18:09.5030873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_tanh.cpp' 2025-03-21T20:18:09.5031468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_transpose_copy.cpp' 2025-03-21T20:18:09.5032198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_where.cpp' 2025-03-21T20:18:09.5033000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/operators.h' 2025-03-21T20:18:09.5033537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/targets.bzl' 2025-03-21T20:18:09.5034133Z 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:09.5034677Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/tests' 2025-03-21T20:18:09.5035209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/xt_macros.h' 2025-03-21T20:18:09.5035750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/xt_utils.h' 2025-03-21T20:18:09.5036270Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators' 2025-03-21T20:18:09.5036881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/third-party/nnlib/CMakeLists.txt' 2025-03-21T20:18:09.5037441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/third-party/nnlib' 2025-03-21T20:18:09.5037983Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/third-party' 2025-03-21T20:18:09.5038858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3' 2025-03-21T20:18:09.5039395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels/CMakeLists.txt' 2025-03-21T20:18:09.5039877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels/TARGETS' 2025-03-21T20:18:09.5040394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels/kernels.cpp' 2025-03-21T20:18:09.5040883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels/kernels.h' 2025-03-21T20:18:09.5041391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels/targets.bzl' 2025-03-21T20:18:09.5041869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels' 2025-03-21T20:18:09.5042403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/CMakeLists.txt' 2025-03-21T20:18:09.5043326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/TARGETS' 2025-03-21T20:18:09.5043946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_add.cpp' 2025-03-21T20:18:09.5044665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_atan2.cpp' 2025-03-21T20:18:09.5045411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_cat.cpp' 2025-03-21T20:18:09.5045941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_clamp.cpp' 2025-03-21T20:18:09.5046552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_dequantize_per_tensor.cpp' 2025-03-21T20:18:09.5047071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_div.cpp' 2025-03-21T20:18:09.5047583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_full.cpp' 2025-03-21T20:18:09.5048132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_maximum.cpp' 2025-03-21T20:18:09.5048644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_mean.cpp' 2025-03-21T20:18:09.5049188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_minimum.cpp' 2025-03-21T20:18:09.5049996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_mul.cpp' 2025-03-21T20:18:09.5050750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_permute_copy.cpp' 2025-03-21T20:18:09.5051272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_pow.cpp' 2025-03-21T20:18:09.5051876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantize_per_tensor.cpp' 2025-03-21T20:18:09.5052471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantized_conv_out.cpp' 2025-03-21T20:18:09.5053119Z 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:09.5053740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantized_layer_norm.cpp' 2025-03-21T20:18:09.5054341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantized_linear_out.cpp' 2025-03-21T20:18:09.5055368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantized_relu_out.cpp' 2025-03-21T20:18:09.5055916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_remainder.cpp' 2025-03-21T20:18:09.5056447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_rsqrt.cpp' 2025-03-21T20:18:09.5056978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_sigmoid.cpp' 2025-03-21T20:18:09.5057525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_softmax.cpp' 2025-03-21T20:18:09.5058033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_sub.cpp' 2025-03-21T20:18:09.5058547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_tanh.cpp' 2025-03-21T20:18:09.5059178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_where.cpp' 2025-03-21T20:18:09.5059691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/operators.h' 2025-03-21T20:18:09.5060256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/targets.bzl' 2025-03-21T20:18:09.5060749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators' 2025-03-21T20:18:09.5061339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/CMakeLists.txt' 2025-03-21T20:18:09.5061875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/TARGETS' 2025-03-21T20:18:09.5062447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/license.txt' 2025-03-21T20:18:09.5063107Z 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:09.5063798Z 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:09.5064350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/targets.bzl' 2025-03-21T20:18:09.5065011Z 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:09.5065625Z 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:09.5066227Z 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:09.5066870Z 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:09.5067484Z 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:09.5068138Z 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:09.5068784Z 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:09.5069505Z 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:09.5070166Z 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:09.5070929Z 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:09.5071795Z 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:09.5072488Z 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:09.5073128Z 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:09.5073870Z 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:09.5074474Z 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:09.5075090Z 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:09.5076167Z 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:09.5076717Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib' 2025-03-21T20:18:09.5077248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party' 2025-03-21T20:18:09.5077718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi' 2025-03-21T20:18:09.5078220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/install_requirements.sh' 2025-03-21T20:18:09.5078771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels/CMakeLists.txt' 2025-03-21T20:18:09.5079275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels/TARGETS' 2025-03-21T20:18:09.5079983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels/kernels.cpp' 2025-03-21T20:18:09.5080883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels/kernels.h' 2025-03-21T20:18:09.5081490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels/targets.bzl' 2025-03-21T20:18:09.5082014Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels' 2025-03-21T20:18:09.5082573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/CMakeLists.txt' 2025-03-21T20:18:09.5083101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/TARGETS' 2025-03-21T20:18:09.5083727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/dequantize_per_tensor.cpp' 2025-03-21T20:18:09.5084296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/im2row_out.cpp' 2025-03-21T20:18:09.5084835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/op_add.cpp' 2025-03-21T20:18:09.5085440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/op_embedding.cpp' 2025-03-21T20:18:09.5086330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/op_full.cpp' 2025-03-21T20:18:09.5087091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/op_view_copy.cpp' 2025-03-21T20:18:09.5087632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/operators.h' 2025-03-21T20:18:09.5088245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantize_per_tensor.cpp' 2025-03-21T20:18:09.5088969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_conv_out.cpp' 2025-03-21T20:18:09.5089772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_fully_connected_out.cpp' 2025-03-21T20:18:09.5090406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_layer_norm.cpp' 2025-03-21T20:18:09.5091200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_linear_out.cpp' 2025-03-21T20:18:09.5092088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_matmul_out.cpp' 2025-03-21T20:18:09.5092804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_ops.h' 2025-03-21T20:18:09.5093705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_relu_out.cpp' 2025-03-21T20:18:09.5094286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/requantize_out.cpp' 2025-03-21T20:18:09.5094826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/targets.bzl' 2025-03-21T20:18:09.5095345Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators' 2025-03-21T20:18:09.5095828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference' 2025-03-21T20:18:09.5096285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/TARGETS' 2025-03-21T20:18:09.5096775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:18:09.5097525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/et_pal.cpp' 2025-03-21T20:18:09.5098137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:18:09.5098652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/executor_main.sh' 2025-03-21T20:18:09.5099121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:18:09.5099607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/targets.bzl' 2025-03-21T20:18:09.5100069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:18:09.5100538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime' 2025-03-21T20:18:09.5100995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/.git' 2025-03-21T20:18:09.5101615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/.github/workflows/python-app.yml' 2025-03-21T20:18:09.5102260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/.github/workflows' 2025-03-21T20:18:09.5103129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/.github' 2025-03-21T20:18:09.5103612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/.gitignore' 2025-03-21T20:18:09.5104216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/CODE_OF_CONDUCT.md' 2025-03-21T20:18:09.5104993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/CONTRIBUTING.md' 2025-03-21T20:18:09.5105708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/LICENSE' 2025-03-21T20:18:09.5106202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/README.md' 2025-03-21T20:18:09.5106759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:18:09.5107319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:18:09.5107848Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/calibrator' 2025-03-21T20:18:09.5108409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:18:09.5108996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:18:09.5109915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:18:09.5110455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/examples' 2025-03-21T20:18:09.5110993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:18:09.5111567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:18:09.5112206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:18:09.5112838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:18:09.5113439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:18:09.5114399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple' 2025-03-21T20:18:09.5115099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:18:09.5115733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:18:09.5116336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:18:09.5116957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:18:09.5117578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument' 2025-03-21T20:18:09.5118218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:18:09.5118839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:18:09.5119951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:18:09.5120623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:18:09.5121450Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute' 2025-03-21T20:18:09.5122229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/overview.md' 2025-03-21T20:18:09.5122857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:18:09.5123454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:18:09.5124053Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs' 2025-03-21T20:18:09.5124668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:18:09.5125314Z 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:09.5125910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils' 2025-03-21T20:18:09.5126873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:18:09.5127600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:18:09.5128212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:18:09.5128837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:18:09.5129527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:18:09.5130152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:18:09.5130765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:18:09.5131377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable' 2025-03-21T20:18:09.5132353Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen' 2025-03-21T20:18:09.5132908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:18:09.5133888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:18:09.5134458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:18:09.5135027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:18:09.5135569Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/specdb' 2025-03-21T20:18:09.5136322Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto' 2025-03-21T20:18:09.5137202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/requirements.txt' 2025-03-21T20:18:09.5137705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:18:09.5138345Z 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:09.5139026Z 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:09.5139701Z 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:09.5140380Z 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:09.5141011Z 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:09.5141712Z 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:09.5142721Z 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:09.5143364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:18:09.5144002Z 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:09.5144606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:18:09.5145263Z 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:09.5145929Z 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:09.5147016Z 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:09.5147650Z 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:09.5148300Z 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:09.5149191Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen' 2025-03-21T20:18:09.5149793Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test' 2025-03-21T20:18:09.5150271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO' 2025-03-21T20:18:09.5150729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/TARGETS' 2025-03-21T20:18:09.5151209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:18:09.5151802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:18:09.5152314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:18:09.5152791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/targets.bzl' 2025-03-21T20:18:09.5153243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils' 2025-03-21T20:18:09.5153682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence' 2025-03-21T20:18:09.5154121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/README.md' 2025-03-21T20:18:09.5154540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/TARGETS' 2025-03-21T20:18:09.5155167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/diagrams/delegate.png' 2025-03-21T20:18:09.5156002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/diagrams/memory_permute.png' 2025-03-21T20:18:09.5156548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/diagrams/quantize_delegate.png' 2025-03-21T20:18:09.5157015Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/diagrams' 2025-03-21T20:18:09.5157502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_backend.py' 2025-03-21T20:18:09.5158081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_backend_delegate_passes/TARGETS' 2025-03-21T20:18:09.5158746Z 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:09.5159957Z 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:09.5160593Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_backend_delegate_passes' 2025-03-21T20:18:09.5161101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/TARGETS' 2025-03-21T20:18:09.5161686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:18:09.5162196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/add.py' 2025-03-21T20:18:09.5162715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:18:09.5163268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:18:09.5163949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:18:09.5164743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:18:09.5165263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/linear.py' 2025-03-21T20:18:09.5165795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:18:09.5166297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/ops.py' 2025-03-21T20:18:09.5166930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/utils.py' 2025-03-21T20:18:09.5167438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators' 2025-03-21T20:18:09.5167944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_partitioner.py' 2025-03-21T20:18:09.5168426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_quantizer.py' 2025-03-21T20:18:09.5168964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/test_example_delegate.py' 2025-03-21T20:18:09.5169830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example' 2025-03-21T20:18:09.5170296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/CMakeLists.txt' 2025-03-21T20:18:09.5170742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/README.md' 2025-03-21T20:18:09.5171177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/__init__.py' 2025-03-21T20:18:09.5171667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:18:09.5172293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:18:09.5172770Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/_passes' 2025-03-21T20:18:09.5173232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/partitioner.py' 2025-03-21T20:18:09.5173706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/preprocess.py' 2025-03-21T20:18:09.5174476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:18:09.5175138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:18:09.5175625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:18:09.5176119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:18:09.5176605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/quantizer' 2025-03-21T20:18:09.5177076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/requirements.txt' 2025-03-21T20:18:09.5177610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/NeuronBackend.cpp' 2025-03-21T20:18:09.5178132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/NeuronExecutor.cpp' 2025-03-21T20:18:09.5178683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/NeuronBackend.h' 2025-03-21T20:18:09.5179309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/NeuronBufferAllocator.h' 2025-03-21T20:18:09.5180046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/NeuronExecutor.h' 2025-03-21T20:18:09.5180569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/NeuronLog.h' 2025-03-21T20:18:09.5181336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/NeuronPayloadHeader.h' 2025-03-21T20:18:09.5181916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/api/APUWareUtilsLib.h' 2025-03-21T20:18:09.5182530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/api/NeuronAdapterShim.h' 2025-03-21T20:18:09.5183054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/api' 2025-03-21T20:18:09.5183559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include' 2025-03-21T20:18:09.5184035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime' 2025-03-21T20:18:09.5184550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/scripts/mtk_build.sh' 2025-03-21T20:18:09.5185049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/scripts' 2025-03-21T20:18:09.5185472Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek' 2025-03-21T20:18:09.5185949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/CMakeLists.txt' 2025-03-21T20:18:09.5186375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/README.md' 2025-03-21T20:18:09.5186806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/TARGETS' 2025-03-21T20:18:09.5187266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/TARGETS' 2025-03-21T20:18:09.5187765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:18:09.5188306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:18:09.5188847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:18:09.5189368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:18:09.5189900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:18:09.5190509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:18:09.5191201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:18:09.5191793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:18:09.5192300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:18:09.5192837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:18:09.5193425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:18:09.5194035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:18:09.5194710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:18:09.5195266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:18:09.5195893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:18:09.5196433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:18:09.5197003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:18:09.5197605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:18:09.5198556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:18:09.5199140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:18:09.5199663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:18:09.5200201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:18:09.5200764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:18:09.5201310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:18:09.5201915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:18:09.5202461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:18:09.5203131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:18:09.5203946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:18:09.5204428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes' 2025-03-21T20:18:09.5204923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/CMakeLists.txt' 2025-03-21T20:18:09.5205395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/TARGETS' 2025-03-21T20:18:09.5205859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:18:09.5206368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/qcir_utils.cpp' 2025-03-21T20:18:09.5206841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/qcir_utils.h' 2025-03-21T20:18:09.5207317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/targets.bzl' 2025-03-21T20:18:09.5207786Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir' 2025-03-21T20:18:09.5208300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/CMakeLists.txt' 2025-03-21T20:18:09.5208883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/PyQnnManagerAdaptor.cpp' 2025-03-21T20:18:09.5210023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/PyQnnManagerAdaptor.h' 2025-03-21T20:18:09.5210619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/PyQnnWrapperAdaptor.cpp' 2025-03-21T20:18:09.5211177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/PyQnnWrapperAdaptor.h' 2025-03-21T20:18:09.5211664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/TARGETS' 2025-03-21T20:18:09.5212157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/targets.bzl' 2025-03-21T20:18:09.5212650Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python' 2025-03-21T20:18:09.5213191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/CMakeLists.txt' 2025-03-21T20:18:09.5213731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/OpWrapper.cpp' 2025-03-21T20:18:09.5214335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/OpWrapper.h' 2025-03-21T20:18:09.5215229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/ParamWrapper.h' 2025-03-21T20:18:09.5215841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/QuantizeParamsWrapper.cpp' 2025-03-21T20:18:09.5216424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/QuantizeParamsWrapper.h' 2025-03-21T20:18:09.5217002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/ScalarParamWrapper.h' 2025-03-21T20:18:09.5217487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/TARGETS' 2025-03-21T20:18:09.5218066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/TensorParamWrapper.h' 2025-03-21T20:18:09.5218613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/TensorWrapper.cpp' 2025-03-21T20:18:09.5219160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/TensorWrapper.h' 2025-03-21T20:18:09.5219719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/targets.bzl' 2025-03-21T20:18:09.5220215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers' 2025-03-21T20:18:09.5220661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot' 2025-03-21T20:18:09.5221149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/README.md' 2025-03-21T20:18:09.5221612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/TARGETS' 2025-03-21T20:18:09.5222092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:18:09.5222607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:18:09.5223083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:18:09.5223715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:18:09.5224236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:18:09.5224785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:18:09.5225275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:18:09.5225801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:18:09.5226311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:18:09.5226803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:18:09.5227283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:18:09.5227776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:18:09.5228258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:18:09.5228741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:18:09.5229229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:18:09.5229810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:18:09.5230339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:18:09.5230815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:18:09.5231337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:18:09.5231808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:18:09.5232311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:18:09.5232784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:18:09.5233297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:18:09.5233776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:18:09.5234259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:18:09.5234973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:18:09.5235632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:18:09.5236169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:18:09.5236678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:18:09.5237240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:18:09.5237771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:18:09.5238287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:18:09.5238816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:18:09.5239335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:18:09.5239810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:18:09.5240312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:18:09.5240793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:18:09.5241356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:18:09.5241883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:18:09.5242358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:18:09.5242861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:18:09.5243336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:18:09.5243861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:18:09.5244361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:18:09.5244849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:18:09.5245321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:18:09.5245803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:18:09.5246274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:18:09.5246739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:18:09.5247279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:18:09.5247753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:18:09.5248246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:18:09.5248743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:18:09.5249311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:18:09.5249800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:18:09.5250301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:18:09.5250923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:18:09.5251419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:18:09.5251937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:18:09.5252445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:18:09.5252981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:18:09.5253480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:18:09.5254007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:18:09.5254504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:18:09.5255056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:18:09.5255601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:18:09.5256096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:18:09.5256591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:18:09.5257076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:18:09.5257603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:18:09.5258136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:18:09.5258605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:18:09.5259092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:18:09.5259595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:18:09.5260099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:18:09.5260679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:18:09.5261238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:18:09.5261729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:18:09.5262238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:18:09.5262730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/targets.bzl' 2025-03-21T20:18:09.5263199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:18:09.5263719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders' 2025-03-21T20:18:09.5264311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/debugger/TARGETS' 2025-03-21T20:18:09.5264793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:18:09.5265253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/debugger' 2025-03-21T20:18:09.5265722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition/TARGETS' 2025-03-21T20:18:09.5266237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:18:09.5266771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:18:09.5267299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition/targets.bzl' 2025-03-21T20:18:09.5267782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:18:09.5268284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition' 2025-03-21T20:18:09.5268754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/python/.gitignore' 2025-03-21T20:18:09.5269281Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/python' 2025-03-21T20:18:09.5269752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:18:09.5270246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/README.md' 2025-03-21T20:18:09.5270720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/TARGETS' 2025-03-21T20:18:09.5271231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:18:09.5271775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:18:09.5272423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:18:09.5272960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/observers' 2025-03-21T20:18:09.5273443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:18:09.5273957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:18:09.5274449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/targets.bzl' 2025-03-21T20:18:09.5274972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer' 2025-03-21T20:18:09.5275467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/CMakeLists.txt' 2025-03-21T20:18:09.5275955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/Logging.cpp' 2025-03-21T20:18:09.5276419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/Logging.h' 2025-03-21T20:18:09.5276929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/QnnExecuTorch.h' 2025-03-21T20:18:09.5277599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/QnnExecuTorchBackend.cpp' 2025-03-21T20:18:09.5278157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/QnnExecuTorchBackend.h' 2025-03-21T20:18:09.5278654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/QnnManager.cpp' 2025-03-21T20:18:09.5279140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/QnnManager.h' 2025-03-21T20:18:09.5280130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/SharedBuffer.cpp' 2025-03-21T20:18:09.5280733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/SharedBuffer.h' 2025-03-21T20:18:09.5281225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/TARGETS' 2025-03-21T20:18:09.5281703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/Utils.cpp' 2025-03-21T20:18:09.5282172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/Utils.h' 2025-03-21T20:18:09.5282720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/CMakeLists.txt' 2025-03-21T20:18:09.5283309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCache.cpp' 2025-03-21T20:18:09.5283878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCache.h' 2025-03-21T20:18:09.5284470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCommon.cpp' 2025-03-21T20:18:09.5285049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCommon.h' 2025-03-21T20:18:09.5285640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendFactory.cpp' 2025-03-21T20:18:09.5286229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendFactory.h' 2025-03-21T20:18:09.5286804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnContextCommon.cpp' 2025-03-21T20:18:09.5287485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnContextCommon.h' 2025-03-21T20:18:09.5288079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnCustomProtocol.cpp' 2025-03-21T20:18:09.5288673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnCustomProtocol.h' 2025-03-21T20:18:09.5289310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnDeviceCommon.cpp' 2025-03-21T20:18:09.5289893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnDeviceCommon.h' 2025-03-21T20:18:09.5290492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnFunctionInterface.h' 2025-03-21T20:18:09.5291079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnGraphCommon.cpp' 2025-03-21T20:18:09.5291761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnGraphCommon.h' 2025-03-21T20:18:09.5292595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnImplementation.cpp' 2025-03-21T20:18:09.5293178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnImplementation.h' 2025-03-21T20:18:09.5293736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnLogger.cpp' 2025-03-21T20:18:09.5294263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnLogger.h' 2025-03-21T20:18:09.5294824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnMemManager.cpp' 2025-03-21T20:18:09.5295390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnMemManager.h' 2025-03-21T20:18:09.5295976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnProfiler.cpp' 2025-03-21T20:18:09.5296575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnProfiler.h' 2025-03-21T20:18:09.5297194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnSysFunctionInterface.h' 2025-03-21T20:18:09.5297818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnSysImplementation.cpp' 2025-03-21T20:18:09.5298422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnSysImplementation.h' 2025-03-21T20:18:09.5299034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpBackend.h' 2025-03-21T20:18:09.5299767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpBackendCache.cpp' 2025-03-21T20:18:09.5300420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpBackendCache.h' 2025-03-21T20:18:09.5301042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpContext.cpp' 2025-03-21T20:18:09.5301655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpContext.h' 2025-03-21T20:18:09.5302336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpContextCustomConfig.h' 2025-03-21T20:18:09.5302980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDevice.cpp' 2025-03-21T20:18:09.5303581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDevice.h' 2025-03-21T20:18:09.5304273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDeviceCustomConfig.h' 2025-03-21T20:18:09.5304985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDevicePlatformInfoConfig.h' 2025-03-21T20:18:09.5305590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraph.cpp' 2025-03-21T20:18:09.5306190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraph.h' 2025-03-21T20:18:09.5307075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp' 2025-03-21T20:18:09.5307752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraphCustomConfig.h' 2025-03-21T20:18:09.5308489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpContextCustomConfig.cpp' 2025-03-21T20:18:09.5309229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpDeviceCustomConfig.cpp' 2025-03-21T20:18:09.5309985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpDevicePlatformInfoConfig.cpp' 2025-03-21T20:18:09.5310727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpGraphCustomConfig.cpp' 2025-03-21T20:18:09.5311347Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64' 2025-03-21T20:18:09.5312073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp' 2025-03-21T20:18:09.5312788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp' 2025-03-21T20:18:09.5313549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp' 2025-03-21T20:18:09.5314345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp' 2025-03-21T20:18:09.5314975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64' 2025-03-21T20:18:09.5315613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend' 2025-03-21T20:18:09.5316153Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends' 2025-03-21T20:18:09.5316639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/targets.bzl' 2025-03-21T20:18:09.5317149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime' 2025-03-21T20:18:09.5317662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/scripts/build.sh' 2025-03-21T20:18:09.5318145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/scripts' 2025-03-21T20:18:09.5318636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization/TARGETS' 2025-03-21T20:18:09.5319216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:18:09.5319740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:18:09.5320327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:18:09.5320916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization/targets.bzl' 2025-03-21T20:18:09.5321473Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization' 2025-03-21T20:18:09.5321967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/setup.md' 2025-03-21T20:18:09.5322420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/targets.bzl' 2025-03-21T20:18:09.5322894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/tests/TARGETS' 2025-03-21T20:18:09.5323356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:18:09.5323891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:18:09.5324411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:18:09.5324901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/tests' 2025-03-21T20:18:09.5325353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/utils/TARGETS' 2025-03-21T20:18:09.5325847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:18:09.5326326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/utils/targets.bzl' 2025-03-21T20:18:09.5326780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:18:09.5327241Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/utils' 2025-03-21T20:18:09.5327657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm' 2025-03-21T20:18:09.5328083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/test/README.md' 2025-03-21T20:18:09.5328481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/test/TARGETS' 2025-03-21T20:18:09.5329005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/test/multi_method_delegate_test.cpp' 2025-03-21T20:18:09.5329499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/test/targets.bzl' 2025-03-21T20:18:09.5329911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/test' 2025-03-21T20:18:09.5330359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/TARGETS' 2025-03-21T20:18:09.5330875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/__init__.py' 2025-03-21T20:18:09.5331384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:18:09.5331884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:18:09.5332379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:18:09.5332942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:18:09.5333493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:18:09.5334002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:18:09.5334606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:18:09.5335149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:18:09.5335650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:18:09.5336137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:18:09.5336709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:18:09.5337254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:18:09.5337712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/targets.bzl' 2025-03-21T20:18:09.5338364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:18:09.5338979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:18:09.5339531Z 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:09.5339994Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/test' 2025-03-21T20:18:09.5340436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/utils.py' 2025-03-21T20:18:09.5340998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:18:09.5341448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms' 2025-03-21T20:18:09.5341892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/CMakeLists.txt' 2025-03-21T20:18:09.5342326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/README.md' 2025-03-21T20:18:09.5342770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/TARGETS' 2025-03-21T20:18:09.5343253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/__init__.py' 2025-03-21T20:18:09.5343710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/TARGETS' 2025-03-21T20:18:09.5344178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:18:09.5344732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:18:09.5345298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:18:09.5345807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:18:09.5346388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:18:09.5346934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:18:09.5347485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:18:09.5348087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:18:09.5348663Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes' 2025-03-21T20:18:09.5349179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/cmake/ShaderLibrary.cmake' 2025-03-21T20:18:09.5349622Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/cmake' 2025-03-21T20:18:09.5350098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:18:09.5350596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/docs/android_demo.md' 2025-03-21T20:18:09.5351029Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/docs' 2025-03-21T20:18:09.5351494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/op_registry.py' 2025-03-21T20:18:09.5351971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/partitioner/TARGETS' 2025-03-21T20:18:09.5352538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:18:09.5353014Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/partitioner' 2025-03-21T20:18:09.5353491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/quantizer/TARGETS' 2025-03-21T20:18:09.5354020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:18:09.5354544Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/quantizer' 2025-03-21T20:18:09.5355074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/VulkanBackend.cpp' 2025-03-21T20:18:09.5355639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/VulkanDelegateHeader.cpp' 2025-03-21T20:18:09.5356177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/VulkanDelegateHeader.h' 2025-03-21T20:18:09.5356683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/Context.cpp' 2025-03-21T20:18:09.5357160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/Context.h' 2025-03-21T20:18:09.5357698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/ShaderRegistry.cpp' 2025-03-21T20:18:09.5358238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/ShaderRegistry.h' 2025-03-21T20:18:09.5358698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/api.h' 2025-03-21T20:18:09.5359294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers/ParamsBuffer.cpp' 2025-03-21T20:18:09.5359872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers/ParamsBuffer.h' 2025-03-21T20:18:09.5360458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers/StagingBuffer.h' 2025-03-21T20:18:09.5361004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers/Tensor.cpp' 2025-03-21T20:18:09.5361684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers/Tensor.h' 2025-03-21T20:18:09.5362265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers' 2025-03-21T20:18:09.5362753Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api' 2025-03-21T20:18:09.5363250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:18:09.5363799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ComputeGraph.cpp' 2025-03-21T20:18:09.5364318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ComputeGraph.h' 2025-03-21T20:18:09.5364847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/GraphConfig.cpp' 2025-03-21T20:18:09.5365389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/GraphConfig.h' 2025-03-21T20:18:09.5365889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/Logging.cpp' 2025-03-21T20:18:09.5366385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/Logging.h' 2025-03-21T20:18:09.5366955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/Constant.cpp' 2025-03-21T20:18:09.5367526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/Constant.h' 2025-03-21T20:18:09.5368181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/PushConstantData.cpp' 2025-03-21T20:18:09.5369154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/PushConstantData.h' 2025-03-21T20:18:09.5369824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/SharedObject.cpp' 2025-03-21T20:18:09.5370417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/SharedObject.h' 2025-03-21T20:18:09.5370972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/SymInt.cpp' 2025-03-21T20:18:09.5371531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/SymInt.h' 2025-03-21T20:18:09.5372078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/Types.cpp' 2025-03-21T20:18:09.5372623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/Types.h' 2025-03-21T20:18:09.5373179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/Value.h' 2025-03-21T20:18:09.5373716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers' 2025-03-21T20:18:09.5374312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/BlitNode.cpp' 2025-03-21T20:18:09.5374828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/BlitNode.h' 2025-03-21T20:18:09.5375392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/DispatchNode.cpp' 2025-03-21T20:18:09.5376043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/DispatchNode.h' 2025-03-21T20:18:09.5376602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/ExecuteNode.cpp' 2025-03-21T20:18:09.5377135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/ExecuteNode.h' 2025-03-21T20:18:09.5377724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/OperatorRegistry.cpp' 2025-03-21T20:18:09.5378292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/OperatorRegistry.h' 2025-03-21T20:18:09.5378870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/PrepackNode.cpp' 2025-03-21T20:18:09.5379606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/PrepackNode.h' 2025-03-21T20:18:09.5380184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/activations.h' 2025-03-21T20:18:09.5380816Z 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:09.5381437Z 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:09.5382079Z 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:09.5382705Z 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:09.5383335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.glsl' 2025-03-21T20:18:09.5383936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:18:09.5384497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.glsl' 2025-03-21T20:18:09.5385046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:18:09.5385628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.glsl' 2025-03-21T20:18:09.5386204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:18:09.5386799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.glsl' 2025-03-21T20:18:09.5387363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:18:09.5387944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.glsl' 2025-03-21T20:18:09.5388506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:18:09.5389235Z 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:09.5390003Z 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:09.5390909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/broadcasting_utils.h' 2025-03-21T20:18:09.5391533Z 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:09.5392142Z 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:09.5392752Z 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:09.5393348Z 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:09.5393908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.glsl' 2025-03-21T20:18:09.5394456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:18:09.5395017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.glsl' 2025-03-21T20:18:09.5395566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:18:09.5396121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.glsl' 2025-03-21T20:18:09.5396666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:18:09.5397244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.glsl' 2025-03-21T20:18:09.5397820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:18:09.5398467Z 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:09.5399093Z 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:09.5399764Z 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:09.5400423Z 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:09.5401080Z 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:09.5401754Z 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:09.5402396Z 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:09.5403045Z 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:09.5403615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.glsl' 2025-03-21T20:18:09.5404195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:18:09.5404906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.glsl' 2025-03-21T20:18:09.5405530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:18:09.5406225Z 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:09.5406932Z 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:09.5407561Z 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:09.5408196Z 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:09.5408781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.glsl' 2025-03-21T20:18:09.5409461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:18:09.5410101Z 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:09.5410753Z 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:09.5411323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.glsl' 2025-03-21T20:18:09.5411895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:18:09.5412452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.glsl' 2025-03-21T20:18:09.5412991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:18:09.5413546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/full.glsl' 2025-03-21T20:18:09.5414087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:18:09.5414675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.glsl' 2025-03-21T20:18:09.5415253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:18:09.5415863Z 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:09.5416452Z 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:09.5417049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.glsl' 2025-03-21T20:18:09.5417631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:18:09.5418268Z 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:09.5418948Z 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:09.5419574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/indexing_utils.h' 2025-03-21T20:18:09.5420190Z 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:09.5420792Z 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:09.5421374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.glsl' 2025-03-21T20:18:09.5421940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:18:09.5422564Z 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:09.5423175Z 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:09.5423887Z 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:09.5424586Z 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:09.5425190Z 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:09.5425788Z 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:09.5426401Z 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:09.5426989Z 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:09.5427538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.glsl' 2025-03-21T20:18:09.5428080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:18:09.5428719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.glsl' 2025-03-21T20:18:09.5429297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:18:09.5429916Z 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:09.5430535Z 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:09.5431094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.glsl' 2025-03-21T20:18:09.5431665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:18:09.5432240Z 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:09.5432825Z 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:09.5433494Z 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:09.5434080Z 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:09.5434712Z 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:09.5435352Z 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:09.5435898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.glsl' 2025-03-21T20:18:09.5436458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:18:09.5437057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.glsl' 2025-03-21T20:18:09.5437673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:18:09.5438296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.glsl' 2025-03-21T20:18:09.5438915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:18:09.5439544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.glsl' 2025-03-21T20:18:09.5440159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:18:09.5440874Z 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:09.5441564Z 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:09.5442177Z 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:09.5442779Z 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:09.5443407Z 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:09.5444027Z 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:09.5444656Z 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:09.5445269Z 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:09.5445894Z 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:09.5446504Z 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:09.5447122Z 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:09.5447842Z 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:09.5448445Z 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:09.5449054Z 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:09.5449719Z 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:09.5450337Z 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:09.5450948Z 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:09.5451582Z 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:09.5452199Z 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:09.5452827Z 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:09.5453387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.glsl' 2025-03-21T20:18:09.5453957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:18:09.5454518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.glsl' 2025-03-21T20:18:09.5455100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:18:09.5455721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.glsl' 2025-03-21T20:18:09.5456351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:18:09.5456888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/view.glsl' 2025-03-21T20:18:09.5457434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:18:09.5457962Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl' 2025-03-21T20:18:09.5458513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Arange.cpp' 2025-03-21T20:18:09.5459093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/BatchNorm.cpp' 2025-03-21T20:18:09.5459656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/BinaryOp.cpp' 2025-03-21T20:18:09.5460195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Cat.cpp' 2025-03-21T20:18:09.5460732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Clone.cpp' 2025-03-21T20:18:09.5461272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Clone.h' 2025-03-21T20:18:09.5461946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Convolution.cpp' 2025-03-21T20:18:09.5462501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Copy.cpp' 2025-03-21T20:18:09.5463023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Copy.h' 2025-03-21T20:18:09.5463597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Embedding.cpp' 2025-03-21T20:18:09.5464133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Flip.cpp' 2025-03-21T20:18:09.5464679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Full.cpp' 2025-03-21T20:18:09.5465257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/GridPriors.cpp' 2025-03-21T20:18:09.5465829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/IndexSelect.cpp' 2025-03-21T20:18:09.5466380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Linear.cpp' 2025-03-21T20:18:09.5466922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/MatMul.cpp' 2025-03-21T20:18:09.5467469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/MatMul.h' 2025-03-21T20:18:09.5468072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/NativeLayerNorm.cpp' 2025-03-21T20:18:09.5468619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Pad.cpp' 2025-03-21T20:18:09.5469167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Permute.cpp' 2025-03-21T20:18:09.5469714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Permute.h' 2025-03-21T20:18:09.5470247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Pool.cpp' 2025-03-21T20:18:09.5470855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/QuantizedLinear.cpp' 2025-03-21T20:18:09.5471392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Reduce.cpp' 2025-03-21T20:18:09.5471949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Repeat.cpp' 2025-03-21T20:18:09.5472564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/RepeatInterleave.cpp' 2025-03-21T20:18:09.5473173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/RepeatInterleave.h' 2025-03-21T20:18:09.5473772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/RotaryEmbedding.cpp' 2025-03-21T20:18:09.5474305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/SDPA.cpp' 2025-03-21T20:18:09.5474857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Select.cpp' 2025-03-21T20:18:09.5475437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Slice.cpp' 2025-03-21T20:18:09.5476029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Slice.h' 2025-03-21T20:18:09.5476576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Softmax.cpp' 2025-03-21T20:18:09.5477125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Softmax.h' 2025-03-21T20:18:09.5477667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Split.cpp' 2025-03-21T20:18:09.5478228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Squeeze.cpp' 2025-03-21T20:18:09.5478782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Staging.cpp' 2025-03-21T20:18:09.5479337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Staging.h' 2025-03-21T20:18:09.5480068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/ToCopy.cpp' 2025-03-21T20:18:09.5480652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Transpose.cpp' 2025-03-21T20:18:09.5481202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Transpose.h' 2025-03-21T20:18:09.5481748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/UnaryOp.cpp' 2025-03-21T20:18:09.5482328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Unsqueeze.cpp' 2025-03-21T20:18:09.5482892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Upsample.cpp' 2025-03-21T20:18:09.5483445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/View.cpp' 2025-03-21T20:18:09.5483967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/View.h' 2025-03-21T20:18:09.5484551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/DimUtils.h' 2025-03-21T20:18:09.5485163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/KernelUtils.cpp' 2025-03-21T20:18:09.5485781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/KernelUtils.h' 2025-03-21T20:18:09.5486391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/QPackUtils.cpp' 2025-03-21T20:18:09.5486992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/QPackUtils.h' 2025-03-21T20:18:09.5487589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/ScalarUtils.h' 2025-03-21T20:18:09.5488210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/TensorUtils.cpp' 2025-03-21T20:18:09.5488803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/TensorUtils.h' 2025-03-21T20:18:09.5489542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils' 2025-03-21T20:18:09.5490144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl' 2025-03-21T20:18:09.5490731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/BindingUtils.cpp' 2025-03-21T20:18:09.5491316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/BindingUtils.h' 2025-03-21T20:18:09.5491928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/ShaderNameUtils.cpp' 2025-03-21T20:18:09.5492534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/ShaderNameUtils.h' 2025-03-21T20:18:09.5493126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/StagingUtils.cpp' 2025-03-21T20:18:09.5493721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/StagingUtils.h' 2025-03-21T20:18:09.5494249Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils' 2025-03-21T20:18:09.5494767Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops' 2025-03-21T20:18:09.5495252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph' 2025-03-21T20:18:09.5495765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/utils/MacroUtils.h' 2025-03-21T20:18:09.5496283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/utils/StorageUtils.h' 2025-03-21T20:18:09.5496813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/utils/StringUtils.h' 2025-03-21T20:18:09.5497306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/utils/VecUtils.h' 2025-03-21T20:18:09.5497789Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/utils' 2025-03-21T20:18:09.5498304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Adapter.cpp' 2025-03-21T20:18:09.5498798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Adapter.h' 2025-03-21T20:18:09.5499313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Command.cpp' 2025-03-21T20:18:09.5499811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Command.h' 2025-03-21T20:18:09.5500356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Descriptor.cpp' 2025-03-21T20:18:09.5500862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Descriptor.h' 2025-03-21T20:18:09.5501375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Device.cpp' 2025-03-21T20:18:09.5501862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Device.h' 2025-03-21T20:18:09.5502395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Exception.cpp' 2025-03-21T20:18:09.5502896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Exception.h' 2025-03-21T20:18:09.5503501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Fence.cpp' 2025-03-21T20:18:09.5503982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Fence.h' 2025-03-21T20:18:09.5504494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Pipeline.cpp' 2025-03-21T20:18:09.5505003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Pipeline.h' 2025-03-21T20:18:09.5505523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/QueryPool.cpp' 2025-03-21T20:18:09.5506041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/QueryPool.h' 2025-03-21T20:18:09.5506552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Runtime.cpp' 2025-03-21T20:18:09.5507056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Runtime.h' 2025-03-21T20:18:09.5507551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Shader.cpp' 2025-03-21T20:18:09.5508051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Shader.h' 2025-03-21T20:18:09.5508534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Types.h' 2025-03-21T20:18:09.5509037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/VkUtils.h' 2025-03-21T20:18:09.5509596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocation.cpp' 2025-03-21T20:18:09.5510159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocation.h' 2025-03-21T20:18:09.5510713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocator.cpp' 2025-03-21T20:18:09.5511250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocator.h' 2025-03-21T20:18:09.5511798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Buffer.cpp' 2025-03-21T20:18:09.5512321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Buffer.h' 2025-03-21T20:18:09.5512865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Image.cpp' 2025-03-21T20:18:09.5513389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Image.h' 2025-03-21T20:18:09.5513941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/vma_api.cpp' 2025-03-21T20:18:09.5514469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/vma_api.h' 2025-03-21T20:18:09.5515001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory' 2025-03-21T20:18:09.5515492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/vk_api.h' 2025-03-21T20:18:09.5515984Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api' 2025-03-21T20:18:09.5516539Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime' 2025-03-21T20:18:09.5517030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/TARGETS' 2025-03-21T20:18:09.5517525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:18:09.5518026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/targets.bzl' 2025-03-21T20:18:09.5518608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:18:09.5519174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:18:09.5519767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:18:09.5520252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization' 2025-03-21T20:18:09.5520695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/targets.bzl' 2025-03-21T20:18:09.5521166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/CMakeLists.txt' 2025-03-21T20:18:09.5521619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/TARGETS' 2025-03-21T20:18:09.5522118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/compute_api_tests.bzl' 2025-03-21T20:18:09.5522637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:18:09.5523235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/binary_op_nobroadcast__test.glsl' 2025-03-21T20:18:09.5523749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/fill_buffer.glsl' 2025-03-21T20:18:09.5524291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/fill_texture__test.glsl' 2025-03-21T20:18:09.5524823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/idx_fill_buffer.glsl' 2025-03-21T20:18:09.5525370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/idx_fill_texture.glsl' 2025-03-21T20:18:09.5525875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/indexing_utils.h' 2025-03-21T20:18:09.5526423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/reference_matmul.glsl' 2025-03-21T20:18:09.5526963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/scalar_add_buffer.glsl' 2025-03-21T20:18:09.5527511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/scalar_add_texture.glsl' 2025-03-21T20:18:09.5528016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/test_shader.glsl' 2025-03-21T20:18:09.5528491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl' 2025-03-21T20:18:09.5528966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/TARGETS' 2025-03-21T20:18:09.5529531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:18:09.5530217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:18:09.5530839Z 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:09.5531429Z 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:09.5531998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/rotary_embedding_test.cpp' 2025-03-21T20:18:09.5532520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/sdpa_test.cpp' 2025-03-21T20:18:09.5533019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/targets.bzl' 2025-03-21T20:18:09.5533578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:18:09.5534149Z 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:09.5534735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:18:09.5535328Z 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:09.5535928Z 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:09.5536467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:18:09.5537001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/utils' 2025-03-21T20:18:09.5537485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests' 2025-03-21T20:18:09.5538003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:18:09.5538517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:18:09.5539070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:18:09.5539580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/utils/test_utils.cpp' 2025-03-21T20:18:09.5540066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/utils/test_utils.h' 2025-03-21T20:18:09.5540547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/utils' 2025-03-21T20:18:09.5541081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/vulkan_compute_api_test.cpp' 2025-03-21T20:18:09.5541525Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test' 2025-03-21T20:18:09.5542065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.git' 2025-03-21T20:18:09.5542678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.cmake-format.py' 2025-03-21T20:18:09.5543263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.gitattributes' 2025-03-21T20:18:09.5544077Z 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:09.5544745Z 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:09.5545344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.github' 2025-03-21T20:18:09.5545904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.gitignore' 2025-03-21T20:18:09.5546468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/BUILD.gn' 2025-03-21T20:18:09.5547021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/BUILD.md' 2025-03-21T20:18:09.5547614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/CMakeLists.txt' 2025-03-21T20:18:09.5548235Z 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:09.5548801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/LICENSE.txt' 2025-03-21T20:18:09.5549373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/README.md' 2025-03-21T20:18:09.5550013Z 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:09.5550697Z 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:09.5551277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/cmake' 2025-03-21T20:18:09.5552023Z 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:09.5552786Z 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:09.5553573Z 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:09.5554310Z 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:09.5555085Z 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:09.5555848Z 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:09.5556593Z 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:09.5557239Z 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:09.5557927Z 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:09.5558616Z 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:09.5559284Z 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:09.5559956Z 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:09.5560597Z 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:09.5561243Z 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:09.5561920Z 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:09.5562586Z 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:09.5563239Z 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:09.5563919Z 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:09.5564579Z 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:09.5565300Z 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:09.5565969Z 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:09.5566645Z 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:09.5567290Z 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:09.5567987Z 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:09.5568644Z 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:09.5569358Z 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:09.5570018Z 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:09.5570688Z 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:09.5571350Z 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:09.5572018Z 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:09.5572805Z 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:09.5573462Z 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:09.5574130Z 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:09.5574780Z 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:09.5575441Z 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:09.5576094Z 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:09.5576797Z 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:09.5577427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan' 2025-03-21T20:18:09.5578026Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include' 2025-03-21T20:18:09.5600874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:18:09.5601833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:18:09.5602502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:18:09.5603131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:18:09.5603742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:18:09.5604345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:18:09.5604998Z 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:09.5605662Z 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:09.5606302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/validusage.json' 2025-03-21T20:18:09.5606904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vk.xml' 2025-03-21T20:18:09.5607545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:18:09.5608154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry' 2025-03-21T20:18:09.5608699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:09.5609528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/.git' 2025-03-21T20:18:09.5610228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/.gitignore' 2025-03-21T20:18:09.5610837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/.travis.yml' 2025-03-21T20:18:09.5611465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/CHANGELOG.md' 2025-03-21T20:18:09.5612087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/CMakeLists.txt' 2025-03-21T20:18:09.5612692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/Doxyfile' 2025-03-21T20:18:09.5613305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/LICENSE.txt' 2025-03-21T20:18:09.5613912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/README.md' 2025-03-21T20:18:09.5614565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/bin/Shader.frag.spv' 2025-03-21T20:18:09.5615229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/bin/Shader.vert.spv' 2025-03-21T20:18:09.5615950Z 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:09.5616574Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/bin' 2025-03-21T20:18:09.5617199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/.nojekyll' 2025-03-21T20:18:09.5617877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/gfx/Aliasing.png' 2025-03-21T20:18:09.5618656Z 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:09.5619442Z 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:09.5620220Z 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:09.5620974Z 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:09.5621762Z 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:09.5622532Z 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:09.5623200Z 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:09.5623867Z 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:09.5624690Z 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:09.5625331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/gfx' 2025-03-21T20:18:09.5626080Z 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:09.5626755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/annotated.html' 2025-03-21T20:18:09.5627405Z 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:09.5628054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/bdwn.png' 2025-03-21T20:18:09.5628799Z 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:09.5629453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/classes.html' 2025-03-21T20:18:09.5630108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/closed.png' 2025-03-21T20:18:09.5630806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/configuration.html' 2025-03-21T20:18:09.5631552Z 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:09.5632293Z 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:09.5633019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/defragmentation.html' 2025-03-21T20:18:09.5633701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/deprecated.html' 2025-03-21T20:18:09.5634527Z 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:09.5635161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/doc.png' 2025-03-21T20:18:09.5635836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/doxygen.css' 2025-03-21T20:18:09.5636490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/doxygen.svg' 2025-03-21T20:18:09.5637161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/dynsections.js' 2025-03-21T20:18:09.5637956Z 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:09.5638601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/files.html' 2025-03-21T20:18:09.5639400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/folderclosed.png' 2025-03-21T20:18:09.5640076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/folderopen.png' 2025-03-21T20:18:09.5640758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/functions.html' 2025-03-21T20:18:09.5641462Z 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:09.5642220Z 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:09.5642889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/globals.html' 2025-03-21T20:18:09.5643585Z 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:09.5644279Z 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:09.5644972Z 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:09.5645662Z 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:09.5646365Z 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:09.5647092Z 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:09.5647826Z 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:09.5648547Z 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:09.5649350Z 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:09.5650006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/index.html' 2025-03-21T20:18:09.5650673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/jquery.js' 2025-03-21T20:18:09.5651381Z 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:09.5652031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/menu.js' 2025-03-21T20:18:09.5652690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/menudata.js' 2025-03-21T20:18:09.5653347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/modules.html' 2025-03-21T20:18:09.5654125Z 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:09.5654775Z 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:09.5655435Z 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:09.5656080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/open.png' 2025-03-21T20:18:09.5656802Z 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:09.5657457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/pages.html' 2025-03-21T20:18:09.5658157Z 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:09.5658875Z 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:09.5659576Z 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:09.5660252Z 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:09.5660944Z 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:09.5661618Z 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:09.5662329Z 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:09.5663017Z 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:09.5663721Z 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:09.5664402Z 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:09.5665107Z 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:09.5665784Z 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:09.5666485Z 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:09.5667163Z 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:09.5667850Z 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:09.5668591Z 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:09.5669323Z 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:09.5670006Z 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:09.5670693Z 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:09.5671373Z 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:09.5672061Z 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:09.5672753Z 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:09.5673445Z 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:09.5674130Z 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:09.5674812Z 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:09.5675495Z 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:09.5676184Z 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:09.5676869Z 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:09.5677557Z 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:09.5678246Z 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:09.5678938Z 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:09.5679807Z 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:09.5680495Z 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:09.5681177Z 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:09.5681859Z 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:09.5682532Z 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:09.5683228Z 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:09.5684050Z 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:09.5684765Z 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:09.5685465Z 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:09.5686256Z 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:09.5686968Z 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:09.5687690Z 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:09.5688390Z 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:09.5689092Z 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:09.5689867Z 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:09.5690601Z 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:09.5691305Z 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:09.5692004Z 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:09.5692723Z 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:09.5693443Z 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:09.5694140Z 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:09.5694854Z 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:09.5695564Z 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:09.5696266Z 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:09.5696975Z 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:09.5697671Z 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:09.5698427Z 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:09.5699164Z 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:09.5699865Z 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:09.5700577Z 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:09.5701297Z 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:09.5701985Z 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:09.5702714Z 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:09.5703402Z 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:09.5704117Z 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:09.5704810Z 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:09.5705526Z 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:09.5706229Z 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:09.5706945Z 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:09.5707642Z 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:09.5708353Z 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:09.5709043Z 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:09.5709764Z 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:09.5710457Z 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:09.5711176Z 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:09.5711868Z 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:09.5712588Z 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:09.5713345Z 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:09.5714104Z 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:09.5714784Z 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:09.5715484Z 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:09.5716189Z 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:09.5716874Z 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:09.5717583Z 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:09.5718283Z 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:09.5718998Z 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:09.5719700Z 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:09.5720429Z 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:09.5721151Z 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:09.5721871Z 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:09.5722591Z 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:09.5723309Z 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:09.5724031Z 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:09.5724766Z 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:09.5725492Z 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:09.5726217Z 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:09.5726934Z 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:09.5727651Z 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:09.5728416Z 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:09.5729187Z 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:09.5729964Z 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:09.5730685Z 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:09.5731406Z 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:09.5732118Z 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:09.5732857Z 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:09.5733565Z 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:09.5734294Z 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:09.5735001Z 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:09.5735740Z 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:09.5736456Z 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:09.5737184Z 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:09.5737894Z 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:09.5738625Z 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:09.5739339Z 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:09.5740077Z 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:09.5740791Z 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:09.5741530Z 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:09.5742245Z 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:09.5742930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search' 2025-03-21T20:18:09.5743701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/splitbar.png' 2025-03-21T20:18:09.5744393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/statistics.html' 2025-03-21T20:18:09.5745135Z 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:09.5745892Z 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:09.5746733Z 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:09.5747551Z 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:09.5748357Z 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:09.5749139Z 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:09.5749870Z 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:09.5750706Z 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:09.5751506Z 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:09.5752300Z 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:09.5753064Z 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:09.5753820Z 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:09.5754543Z 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:09.5755352Z 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:09.5756194Z 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:09.5756984Z 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:09.5757825Z 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:09.5758669Z 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:09.5759600Z 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:09.5760447Z 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:09.5761289Z 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:09.5762077Z 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:09.5762916Z 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:09.5763698Z 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:09.5764547Z 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:09.5765351Z 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:09.5766078Z 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:09.5766895Z 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:09.5767676Z 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:09.5768460Z 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:09.5769204Z 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:09.5770084Z 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:09.5770868Z 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:09.5771641Z 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:09.5772526Z 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:09.5773366Z 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:09.5774289Z 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:09.5775133Z 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:09.5775894Z 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:09.5776739Z 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:09.5777561Z 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:09.5778384Z 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:09.5779160Z 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:09.5779989Z 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:09.5780663Z 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:09.5781312Z 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:09.5781977Z 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:09.5782627Z 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:09.5783277Z 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:09.5783934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/tabs.css' 2025-03-21T20:18:09.5784642Z 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:09.5785374Z 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:09.5786090Z 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:09.5786882Z 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:09.5787616Z 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:09.5788403Z 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:09.5789049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html' 2025-03-21T20:18:09.5789849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs' 2025-03-21T20:18:09.5790514Z 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:09.5791162Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/include' 2025-03-21T20:18:09.5791813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/media/Thumbnail.png' 2025-03-21T20:18:09.5792441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/media' 2025-03-21T20:18:09.5793084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/.editorconfig' 2025-03-21T20:18:09.5793748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/CMakeLists.txt' 2025-03-21T20:18:09.5794365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Common.cpp' 2025-03-21T20:18:09.5794998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Common.h' 2025-03-21T20:18:09.5795687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders/CMakeLists.txt' 2025-03-21T20:18:09.5796402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders/CompileShaders.bat' 2025-03-21T20:18:09.5797093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders/Shader.frag' 2025-03-21T20:18:09.5797762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders/Shader.vert' 2025-03-21T20:18:09.5798509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders/SparseBindingTest.comp' 2025-03-21T20:18:09.5799159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders' 2025-03-21T20:18:09.5799858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/SparseBindingTest.cpp' 2025-03-21T20:18:09.5800540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/SparseBindingTest.h' 2025-03-21T20:18:09.5801171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Tests.cpp' 2025-03-21T20:18:09.5801779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Tests.h' 2025-03-21T20:18:09.5802421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/VmaUsage.cpp' 2025-03-21T20:18:09.5803036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/VmaUsage.h' 2025-03-21T20:18:09.5803700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/VulkanSample.cpp' 2025-03-21T20:18:09.5804467Z 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:09.5805091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src' 2025-03-21T20:18:09.5805869Z 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:09.5806621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:18:09.5807330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README.md' 2025-03-21T20:18:09.5808169Z 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:09.5808962Z 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:09.5809859Z 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:09.5810684Z 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:09.5811516Z 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:09.5812342Z 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:09.5813174Z 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:09.5813997Z 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:09.5814815Z 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:09.5815646Z 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:09.5816466Z 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:09.5817320Z 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:09.5818167Z 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:09.5819000Z 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:09.5819883Z 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:09.5820613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/Sample.json' 2025-03-21T20:18:09.5821306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis' 2025-03-21T20:18:09.5821941Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools' 2025-03-21T20:18:09.5822537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:09.5823038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.git' 2025-03-21T20:18:09.5823644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.github/workflows/build.yml' 2025-03-21T20:18:09.5824262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.github/workflows/update.yml' 2025-03-21T20:18:09.5824853Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.github/workflows' 2025-03-21T20:18:09.5825402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.github' 2025-03-21T20:18:09.5825912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.gitignore' 2025-03-21T20:18:09.5826462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/CMakeLists.txt' 2025-03-21T20:18:09.5826976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/LICENSE.md' 2025-03-21T20:18:09.5827494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/README.md' 2025-03-21T20:18:09.5828095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/cmake/volkConfig.cmake.in' 2025-03-21T20:18:09.5828628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/cmake' 2025-03-21T20:18:09.5829169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:18:09.5829885Z 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:09.5830574Z 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:09.5831259Z 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:09.5831975Z 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:09.5832635Z 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:09.5833311Z 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:09.5834113Z 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:09.5834775Z 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:09.5835438Z 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:09.5836136Z 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:09.5836785Z 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:09.5837459Z 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:09.5838009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test/run_tests.sh' 2025-03-21T20:18:09.5838545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test' 2025-03-21T20:18:09.5839035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/volk.c' 2025-03-21T20:18:09.5839522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/volk.h' 2025-03-21T20:18:09.5840038Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk' 2025-03-21T20:18:09.5840511Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party' 2025-03-21T20:18:09.5841004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/TARGETS' 2025-03-21T20:18:09.5841501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/config.json' 2025-03-21T20:18:09.5842085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.glsl' 2025-03-21T20:18:09.5842652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:18:09.5843260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.glsl' 2025-03-21T20:18:09.5843850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:18:09.5844412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.glsl' 2025-03-21T20:18:09.5844952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:18:09.5845530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.glsl' 2025-03-21T20:18:09.5846094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:18:09.5846714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.glsl' 2025-03-21T20:18:09.5847328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:18:09.5847974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.glsl' 2025-03-21T20:18:09.5848527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:18:09.5849039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl' 2025-03-21T20:18:09.5849614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/app.h' 2025-03-21T20:18:09.5850184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/architecture.h' 2025-03-21T20:18:09.5850733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/buffers.h' 2025-03-21T20:18:09.5851265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/stats.h' 2025-03-21T20:18:09.5851815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/textures.h' 2025-03-21T20:18:09.5852339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/utils.h' 2025-03-21T20:18:09.5852874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include' 2025-03-21T20:18:09.5853383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/src/main.cpp' 2025-03-21T20:18:09.5853901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/src' 2025-03-21T20:18:09.5854385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo' 2025-03-21T20:18:09.5854831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools' 2025-03-21T20:18:09.5855258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/utils.py' 2025-03-21T20:18:09.5855737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:18:09.5856159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan' 2025-03-21T20:18:09.5856608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/CMakeLists.txt' 2025-03-21T20:18:09.5857039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/README.md' 2025-03-21T20:18:09.5857457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/TARGETS' 2025-03-21T20:18:09.5857910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/__init__.py' 2025-03-21T20:18:09.5858363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/TARGETS' 2025-03-21T20:18:09.5858848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:18:09.5859447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:18:09.5859990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:18:09.5860524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:18:09.5861139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:18:09.5861739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:18:09.5862236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:18:09.5862786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:18:09.5863344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:18:09.5863887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:18:09.5864419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:18:09.5864978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:18:09.5865474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:18:09.5865949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes' 2025-03-21T20:18:09.5866455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/cmake/Dependencies.cmake' 2025-03-21T20:18:09.5866902Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/cmake' 2025-03-21T20:18:09.5867385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/TARGETS' 2025-03-21T20:18:09.5867868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:18:09.5868384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:18:09.5868862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:18:09.5869347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:18:09.5869828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:18:09.5870370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:18:09.5870851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:18:09.5871341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:18:09.5871837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:18:09.5872318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:18:09.5872819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:18:09.5873292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:18:09.5873881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:18:09.5874555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:18:09.5875041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:18:09.5875523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:18:09.5876047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:18:09.5876546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:18:09.5877064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:18:09.5877560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:18:09.5878144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:18:09.5878643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:18:09.5879155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:18:09.5879830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:18:09.5880334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:18:09.5880845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:18:09.5881348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:18:09.5881848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:18:09.5882342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:18:09.5882843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:18:09.5883372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:18:09.5883864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:18:09.5884351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:18:09.5884843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:18:09.5885337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:18:09.5885840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:18:09.5886366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:18:09.5886857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:18:09.5887464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:18:09.5888046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:18:09.5888554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:18:09.5889115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:18:09.5889777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:18:09.5890256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:18:09.5890764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:18:09.5891277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:18:09.5891762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators' 2025-03-21T20:18:09.5892230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/TARGETS' 2025-03-21T20:18:09.5892721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/TARGETS' 2025-03-21T20:18:09.5893260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:18:09.5893809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:18:09.5894424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:18:09.5894974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:18:09.5895581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:18:09.5896138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:18:09.5896657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config' 2025-03-21T20:18:09.5897140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:18:09.5897690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:18:09.5898200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:18:09.5898723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/graphs' 2025-03-21T20:18:09.5899273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:18:09.5899743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition' 2025-03-21T20:18:09.5900216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/quantizer/TARGETS' 2025-03-21T20:18:09.5900753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:18:09.5901453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:18:09.5901922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/quantizer' 2025-03-21T20:18:09.5902433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp' 2025-03-21T20:18:09.5902918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.h' 2025-03-21T20:18:09.5903426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNExecutor.cpp' 2025-03-21T20:18:09.5903910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNExecutor.h' 2025-03-21T20:18:09.5904412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNHeader.cpp' 2025-03-21T20:18:09.5904890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNHeader.h' 2025-03-21T20:18:09.5905407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNPACKBackend.cpp' 2025-03-21T20:18:09.5905898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNStatus.h' 2025-03-21T20:18:09.5906425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNWeightsCache.cpp' 2025-03-21T20:18:09.5906952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNWeightsCache.h' 2025-03-21T20:18:09.5907506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/profiling/XNNProfiler.cpp' 2025-03-21T20:18:09.5908069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/profiling/XNNProfiler.h' 2025-03-21T20:18:09.5908581Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/profiling' 2025-03-21T20:18:09.5909088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/utils/utils.cpp' 2025-03-21T20:18:09.5909573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/utils/utils.h' 2025-03-21T20:18:09.5910075Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/utils' 2025-03-21T20:18:09.5910536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime' 2025-03-21T20:18:09.5911037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/TARGETS' 2025-03-21T20:18:09.5911588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:18:09.5912096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:18:09.5912611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/targets.bzl' 2025-03-21T20:18:09.5913183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:18:09.5913799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:18:09.5914286Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization' 2025-03-21T20:18:09.5914839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/targets.bzl' 2025-03-21T20:18:09.5915319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/CMakeLists.txt' 2025-03-21T20:18:09.5915776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/TARGETS' 2025-03-21T20:18:09.5916283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:18:09.5916773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:18:09.5917298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:18:09.5917832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:18:09.5918351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:18:09.5918892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:18:09.5919411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:18:09.5919929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:18:09.5920459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:18:09.5920945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:18:09.5921498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:18:09.5922025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:18:09.5922508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:18:09.5922982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models' 2025-03-21T20:18:09.5923471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:18:09.5923946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:18:09.5924475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:18:09.5924992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:18:09.5925472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:18:09.5925964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:18:09.5926445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:18:09.5927019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:18:09.5927510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:18:09.5928127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:18:09.5928620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:18:09.5929115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:18:09.5929649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:18:09.5930150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:18:09.5930658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:18:09.5931168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:18:09.5931700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:18:09.5932195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:18:09.5932690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:18:09.5933187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:18:09.5933700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:18:09.5934213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:18:09.5934731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:18:09.5935229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:18:09.5935744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:18:09.5936244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:18:09.5936755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:18:09.5937235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:18:09.5937730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:18:09.5938308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:18:09.5938785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:18:09.5939281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:18:09.5939767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:18:09.5940279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:18:09.5940795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:18:09.5941408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:18:09.5941889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:18:09.5942393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:18:09.5942961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:18:09.5943452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:18:09.5943915Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops' 2025-03-21T20:18:09.5944496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:18:09.5945085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:18:09.5945720Z 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:09.5946308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:18:09.5946884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:18:09.5947486Z 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:09.5948095Z 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:09.5948592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes' 2025-03-21T20:18:09.5949191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:18:09.5949782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:18:09.5950381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:18:09.5950887Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/quantizer' 2025-03-21T20:18:09.5951457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/runtime/test_runtime_utils.cpp' 2025-03-21T20:18:09.5952038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/runtime/test_xnn_weights_cache.cpp' 2025-03-21T20:18:09.5952598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/runtime/test_xnnexecutor.cpp' 2025-03-21T20:18:09.5953075Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/runtime' 2025-03-21T20:18:09.5953686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:18:09.5954251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:18:09.5954877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/serialization' 2025-03-21T20:18:09.5955343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/targets.bzl' 2025-03-21T20:18:09.5955865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:18:09.5956418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:18:09.5956904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/tester/TARGETS' 2025-03-21T20:18:09.5957399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:18:09.5957893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:18:09.5958372Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/tester' 2025-03-21T20:18:09.5958811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test' 2025-03-21T20:18:09.5959306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/.git' 2025-03-21T20:18:09.5959822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/.gitignore' 2025-03-21T20:18:09.5960375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/CMakeLists.txt' 2025-03-21T20:18:09.5960877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/LICENSE' 2025-03-21T20:18:09.5961403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/README.md' 2025-03-21T20:18:09.5961969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/bench/alt-element.cc' 2025-03-21T20:18:09.5962570Z 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:09.5963165Z 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:09.5963750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/bench/ieee-element.cc' 2025-03-21T20:18:09.5964321Z 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:09.5964922Z 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:09.5965453Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/bench' 2025-03-21T20:18:09.5966127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/cmake/DownloadGoogleBenchmark.cmake' 2025-03-21T20:18:09.5966752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:09.5967352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/cmake/DownloadPSimd.cmake' 2025-03-21T20:18:09.5967894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/cmake' 2025-03-21T20:18:09.5968528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:18:09.5969057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:18:09.5969660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16.h' 2025-03-21T20:18:09.5970268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:18:09.5970830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:18:09.5971404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:18:09.5971995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/bitcasts.h' 2025-03-21T20:18:09.5972576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/fp16.h' 2025-03-21T20:18:09.5973140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/psimd.h' 2025-03-21T20:18:09.5973726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16' 2025-03-21T20:18:09.5974267Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include' 2025-03-21T20:18:09.5974817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/jni/Android.mk' 2025-03-21T20:18:09.5975383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/jni/Application.mk' 2025-03-21T20:18:09.5975910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/jni' 2025-03-21T20:18:09.5976533Z 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:09.5977122Z 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:09.5977738Z 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:09.5978335Z 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:09.5978964Z 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:09.5979676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/bitcasts.cc' 2025-03-21T20:18:09.5980313Z 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:09.5981003Z 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:09.5981625Z 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:09.5982228Z 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:09.5983039Z 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:09.5983709Z 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:09.5984446Z 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:09.5985025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:18:09.5985604Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/peachpy' 2025-03-21T20:18:09.5986157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/tables.cc' 2025-03-21T20:18:09.5986697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/tables.h' 2025-03-21T20:18:09.5987279Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test' 2025-03-21T20:18:09.5987895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/third-party/THHalf.h' 2025-03-21T20:18:09.5988506Z 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:09.5989147Z 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:09.5989733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/third-party/half.hpp' 2025-03-21T20:18:09.5990353Z 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:09.5990988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/third-party' 2025-03-21T20:18:09.5991497Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16' 2025-03-21T20:18:09.5992009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/.git' 2025-03-21T20:18:09.5992531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/.gitignore' 2025-03-21T20:18:09.5993078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/.travis.yml' 2025-03-21T20:18:09.5993617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/BUILD.bazel' 2025-03-21T20:18:09.5994161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/CMakeLists.txt' 2025-03-21T20:18:09.5994731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/LICENSE' 2025-03-21T20:18:09.5995252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/README.md' 2025-03-21T20:18:09.5995781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/WORKSPACE' 2025-03-21T20:18:09.5996330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench/divide.cc' 2025-03-21T20:18:09.5996991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench/init.cc' 2025-03-21T20:18:09.5997592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench/multiply.cc' 2025-03-21T20:18:09.5998180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench/quotient.cc' 2025-03-21T20:18:09.5998749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench/round-down.cc' 2025-03-21T20:18:09.5999302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench' 2025-03-21T20:18:09.5999963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/cmake/DownloadGoogleBenchmark.cmake' 2025-03-21T20:18:09.6000662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:09.6001203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/cmake' 2025-03-21T20:18:09.6001756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:18:09.6002281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:18:09.6002876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/include/fxdiv.h' 2025-03-21T20:18:09.6003442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/include' 2025-03-21T20:18:09.6003992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/jni/Android.mk' 2025-03-21T20:18:09.6004569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/jni/Application.mk' 2025-03-21T20:18:09.6005102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/jni' 2025-03-21T20:18:09.6005746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/test/multiply-high.cc' 2025-03-21T20:18:09.6006302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/test/quotient.cc' 2025-03-21T20:18:09.6006844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/test' 2025-03-21T20:18:09.6007359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:09.6007851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/TARGETS' 2025-03-21T20:18:09.6008349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.git' 2025-03-21T20:18:09.6008884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.bazelrc' 2025-03-21T20:18:09.6009527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.clang-format' 2025-03-21T20:18:09.6010222Z 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:09.6010926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.github/workflows/build.yml' 2025-03-21T20:18:09.6011643Z 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:09.6012356Z 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:09.6012988Z 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:09.6013713Z 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:09.6014325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.github/workflows' 2025-03-21T20:18:09.6014904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.github' 2025-03-21T20:18:09.6015437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.gitignore' 2025-03-21T20:18:09.6015993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/BUILD.bazel' 2025-03-21T20:18:09.6016548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/CMakeLists.txt' 2025-03-21T20:18:09.6017121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/CONTRIBUTING.md' 2025-03-21T20:18:09.6017639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/LICENSE' 2025-03-21T20:18:09.6018190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/README.md' 2025-03-21T20:18:09.6018720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/WORKSPACE' 2025-03-21T20:18:09.6019291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/BUILD.bazel' 2025-03-21T20:18:09.6019920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/average-pooling.cc' 2025-03-21T20:18:09.6020555Z 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:09.6021142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/bf16-gemm.cc' 2025-03-21T20:18:09.6021697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/bgemm.h' 2025-03-21T20:18:09.6022274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/binary.cc' 2025-03-21T20:18:09.6022884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/channel-shuffle.cc' 2025-03-21T20:18:09.6023444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/conv.h' 2025-03-21T20:18:09.6024032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/convolution.cc' 2025-03-21T20:18:09.6024587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/dconv.h' 2025-03-21T20:18:09.6025301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/deconvolution.cc' 2025-03-21T20:18:09.6025865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/dwconv.h' 2025-03-21T20:18:09.6026477Z 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:09.6027068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-dwconv.cc' 2025-03-21T20:18:09.6027677Z 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:09.6028276Z 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:09.6028959Z 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:09.6029569Z 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:09.6030184Z 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:09.6030790Z 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:09.6031419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-gemm.cc' 2025-03-21T20:18:09.6031998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-igemm.cc' 2025-03-21T20:18:09.6032674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-raddstoreexpminusmax.cc' 2025-03-21T20:18:09.6033243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-rmax.cc' 2025-03-21T20:18:09.6033822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-rmin.cc' 2025-03-21T20:18:09.6034461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-rminmax.cc' 2025-03-21T20:18:09.6035040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-rsum.cc' 2025-03-21T20:18:09.6035607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-spmm.cc' 2025-03-21T20:18:09.6036191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-vcmul.cc' 2025-03-21T20:18:09.6036764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-bgemm.cc' 2025-03-21T20:18:09.6037367Z 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:09.6037981Z 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:09.6038559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-dwconv.cc' 2025-03-21T20:18:09.6039240Z 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:09.6039909Z 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:09.6040524Z 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:09.6041089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-gemm.cc' 2025-03-21T20:18:09.6041674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-igemm.cc' 2025-03-21T20:18:09.6042277Z 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:09.6042886Z 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:09.6043482Z 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:09.6044120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-raddexpminusmax.cc' 2025-03-21T20:18:09.6044722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-raddextexp.cc' 2025-03-21T20:18:09.6045384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-raddstoreexpminusmax.cc' 2025-03-21T20:18:09.6045950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-rdsum.cc' 2025-03-21T20:18:09.6046531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-rmax.cc' 2025-03-21T20:18:09.6047098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-rmin.cc' 2025-03-21T20:18:09.6047678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-rminmax.cc' 2025-03-21T20:18:09.6048252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-rsum.cc' 2025-03-21T20:18:09.6048836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-softmax.cc' 2025-03-21T20:18:09.6049474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-spmm.cc' 2025-03-21T20:18:09.6050057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-vcmul.cc' 2025-03-21T20:18:09.6050707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-vscaleexpminusmax.cc' 2025-03-21T20:18:09.6051319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-vscaleextexp.cc' 2025-03-21T20:18:09.6051943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/fully-connected.cc' 2025-03-21T20:18:09.6052545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/gemm-benchmark.cc' 2025-03-21T20:18:09.6053212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/gemm-benchmark.h' 2025-03-21T20:18:09.6053803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/gemm.h' 2025-03-21T20:18:09.6054396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/max-pooling.cc' 2025-03-21T20:18:09.6054963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/BUILD' 2025-03-21T20:18:09.6055583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/benchmark.cc' 2025-03-21T20:18:09.6056214Z 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:09.6056883Z 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:09.6057537Z 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:09.6058223Z 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:09.6058918Z 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:09.6059508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/models.h' 2025-03-21T20:18:09.6060146Z 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:09.6060801Z 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:09.6061399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models' 2025-03-21T20:18:09.6062008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/packq-benchmark.cc' 2025-03-21T20:18:09.6062624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/packq-benchmark.h' 2025-03-21T20:18:09.6063228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/packw-benchmark.h' 2025-03-21T20:18:09.6063796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/prelu.cc' 2025-03-21T20:18:09.6064415Z 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:09.6065044Z 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:09.6065658Z 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:09.6066287Z 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:09.6066902Z 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:09.6067579Z 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:09.6068244Z 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:09.6068856Z 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:09.6069453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-dwconv.cc' 2025-03-21T20:18:09.6070019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-gemm.cc' 2025-03-21T20:18:09.6070607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-packw.cc' 2025-03-21T20:18:09.6071236Z 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:09.6071822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-rdsum.cc' 2025-03-21T20:18:09.6072384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-rsum.cc' 2025-03-21T20:18:09.6072999Z 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:09.6073607Z 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:09.6074187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qu8-gemm.cc' 2025-03-21T20:18:09.6074766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qu8-rdsum.cc' 2025-03-21T20:18:09.6075345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qu8-rsum.cc' 2025-03-21T20:18:09.6075940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/rsum-benchmark.h' 2025-03-21T20:18:09.6076643Z 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:09.6077202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/softmax.cc' 2025-03-21T20:18:09.6077796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/spmm-benchmark.h' 2025-03-21T20:18:09.6078358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/spmm.h' 2025-03-21T20:18:09.6078974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/unary.cc' 2025-03-21T20:18:09.6079707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/utils.cc' 2025-03-21T20:18:09.6080256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/utils.h' 2025-03-21T20:18:09.6080830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/vbinary.cc' 2025-03-21T20:18:09.6081391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/vunary.cc' 2025-03-21T20:18:09.6082231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/x16-packw.cc' 2025-03-21T20:18:09.6082809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/x32-packw.cc' 2025-03-21T20:18:09.6083386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/x8-lut.cc' 2025-03-21T20:18:09.6083955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/x8-packq.cc' 2025-03-21T20:18:09.6084567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/x8-packw.cc' 2025-03-21T20:18:09.6085189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/xN-transposec.cc' 2025-03-21T20:18:09.6085810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/xx-transposev.cc' 2025-03-21T20:18:09.6086360Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench' 2025-03-21T20:18:09.6087039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/build_config/BUILD.bazel' 2025-03-21T20:18:09.6087943Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/build_config' 2025-03-21T20:18:09.6088496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/build_defs.bzl' 2025-03-21T20:18:09.6089073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/build_params.bzl' 2025-03-21T20:18:09.6089744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/build_srcs.bzl' 2025-03-21T20:18:09.6090393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadCpuinfo.cmake' 2025-03-21T20:18:09.6091010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadFXdiv.cmake' 2025-03-21T20:18:09.6091700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadGoogleBenchmark.cmake' 2025-03-21T20:18:09.6092395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:09.6093046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadKleidiAI.cmake' 2025-03-21T20:18:09.6093702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadPThreadPool.cmake' 2025-03-21T20:18:09.6094320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/aarch64.toolchain' 2025-03-21T20:18:09.6094912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/armhf.toolchain' 2025-03-21T20:18:09.6095645Z 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:09.6096311Z 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:09.6097115Z 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:09.6097792Z 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:09.6098478Z 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:09.6099198Z 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:09.6099856Z 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:09.6100553Z 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:09.6101216Z 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:09.6101908Z 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:09.6102585Z 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:09.6103279Z 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:09.6103962Z 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:09.6104686Z 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:09.6105331Z 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:09.6106002Z 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:09.6106694Z 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:09.6107358Z 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:09.6108016Z 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:09.6108702Z 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:09.6109363Z 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:09.6110022Z 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:09.6110642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/microkernels.cmake' 2025-03-21T20:18:09.6111391Z 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:09.6112090Z 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:09.6112760Z 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:09.6113476Z 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:09.6114136Z 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:09.6114867Z 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:09.6115582Z 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:09.6116258Z 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:09.6116924Z 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:09.6117674Z 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:09.6118389Z 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:09.6119111Z 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:09.6119876Z 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:09.6121740Z 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:09.6123278Z 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:09.6125108Z 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:09.6126583Z 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:09.6128490Z 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:09.6130030Z 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:09.6131689Z 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:09.6133308Z 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:09.6135240Z 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:09.6136860Z 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:09.6138279Z 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:09.6140104Z 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:09.6141536Z 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:09.6143467Z 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:09.6145024Z 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:09.6146548Z 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:09.6148008Z 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:09.6149378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen' 2025-03-21T20:18:09.6150675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/hexagon.toolchain' 2025-03-21T20:18:09.6152010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/riscv64.toolchain' 2025-03-21T20:18:09.6153350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/x64_arm64.toolchain' 2025-03-21T20:18:09.6154630Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake' 2025-03-21T20:18:09.6155841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/doc/dwconv.md' 2025-03-21T20:18:09.6157147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/doc/microkernel-enumerators.md' 2025-03-21T20:18:09.6158575Z 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:09.6159920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/doc' 2025-03-21T20:18:09.6161150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/emscripten.bzl' 2025-03-21T20:18:09.6162355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/BUILD' 2025-03-21T20:18:09.6163634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/aarch32_microkernels.bzl' 2025-03-21T20:18:09.6165001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/aarch64_microkernels.bzl' 2025-03-21T20:18:09.6166602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/armsimd32_microkernels.bzl' 2025-03-21T20:18:09.6168359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx256skx_microkernels.bzl' 2025-03-21T20:18:09.6170227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx256vnni_microkernels.bzl' 2025-03-21T20:18:09.6171736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx256vnnigfni_microkernels.bzl' 2025-03-21T20:18:09.6173568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx2_microkernels.bzl' 2025-03-21T20:18:09.6174948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512amx_microkernels.bzl' 2025-03-21T20:18:09.6176387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512f_microkernels.bzl' 2025-03-21T20:18:09.6177797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512fp16_microkernels.bzl' 2025-03-21T20:18:09.6179256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512skx_microkernels.bzl' 2025-03-21T20:18:09.6180862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512vbmi_microkernels.bzl' 2025-03-21T20:18:09.6182324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512vnni_microkernels.bzl' 2025-03-21T20:18:09.6183755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512vnnigfni_microkernels.bzl' 2025-03-21T20:18:09.6185210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx_microkernels.bzl' 2025-03-21T20:18:09.6186568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avxvnni_microkernels.bzl' 2025-03-21T20:18:09.6188010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avxvnniint8_microkernels.bzl' 2025-03-21T20:18:09.6189406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/f16c_microkernels.bzl' 2025-03-21T20:18:09.6190759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/fma3_microkernels.bzl' 2025-03-21T20:18:09.6192126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/fp16arith_microkernels.bzl' 2025-03-21T20:18:09.6193516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/hexagon_microkernels.bzl' 2025-03-21T20:18:09.6194864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/hvx_microkernels.bzl' 2025-03-21T20:18:09.6196163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/microkernels.bzl' 2025-03-21T20:18:09.6197530Z 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:09.6198906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neon_microkernels.bzl' 2025-03-21T20:18:09.6200265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonbf16_microkernels.bzl' 2025-03-21T20:18:09.6201890Z 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:09.6203306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neondot_microkernels.bzl' 2025-03-21T20:18:09.6204727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neondotfp16arith_microkernels.bzl' 2025-03-21T20:18:09.6206185Z 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:09.6207574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonfma_microkernels.bzl' 2025-03-21T20:18:09.6208947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonfp16_microkernels.bzl' 2025-03-21T20:18:09.6210477Z 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:09.6212011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonfp16arith_microkernels.bzl' 2025-03-21T20:18:09.6213422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neoni8mm_microkernels.bzl' 2025-03-21T20:18:09.6214856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonsme2_microkernels.bzl' 2025-03-21T20:18:09.6216226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonsme_microkernels.bzl' 2025-03-21T20:18:09.6217650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonv8_microkernels.bzl' 2025-03-21T20:18:09.6219000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/rvv_microkernels.bzl' 2025-03-21T20:18:09.6220431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/rvvfp16arith_microkernels.bzl' 2025-03-21T20:18:09.6221819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/scalar_microkernels.bzl' 2025-03-21T20:18:09.6223570Z 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:09.6224954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/sme_microkernels.bzl' 2025-03-21T20:18:09.6226347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/sse2_microkernels.bzl' 2025-03-21T20:18:09.6227689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/sse41_microkernels.bzl' 2025-03-21T20:18:09.6229074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/sse_microkernels.bzl' 2025-03-21T20:18:09.6230421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/ssse3_microkernels.bzl' 2025-03-21T20:18:09.6231827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasm32_microkernels.bzl' 2025-03-21T20:18:09.6233287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasm_microkernels.bzl' 2025-03-21T20:18:09.6234754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasmrelaxedsimd32_microkernels.bzl' 2025-03-21T20:18:09.6236234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasmrelaxedsimd_microkernels.bzl' 2025-03-21T20:18:09.6237658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasmsimd32_microkernels.bzl' 2025-03-21T20:18:09.6239050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasmsimd_microkernels.bzl' 2025-03-21T20:18:09.6240338Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen' 2025-03-21T20:18:09.6241642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/include/experiments-config.h' 2025-03-21T20:18:09.6242980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/include/xnnpack.h' 2025-03-21T20:18:09.6244215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/include' 2025-03-21T20:18:09.6245454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/preamble.js.lds' 2025-03-21T20:18:09.6246785Z 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:09.6248185Z 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:09.6249644Z 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:09.6251037Z 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:09.6252425Z 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:09.6253820Z 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:09.6255190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/build-local.sh' 2025-03-21T20:18:09.6256513Z 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:09.6257896Z 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:09.6259295Z 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:09.6260681Z 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:09.6262226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:18:09.6263785Z 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:09.6265399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-benchmarks.sh' 2025-03-21T20:18:09.6266797Z 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:09.6268272Z 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:09.6269691Z 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:09.6271166Z 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:09.6272932Z 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:09.6274481Z 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:09.6276172Z 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:09.6277720Z 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:09.6279331Z 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:09.6281147Z 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:09.6283090Z 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:09.6284721Z 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:09.6286274Z 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:09.6287743Z 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:09.6289328Z 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:09.6290829Z 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:09.6292343Z 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:09.6293850Z 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:09.6295336Z 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:09.6296870Z 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:09.6298380Z 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:09.6300066Z 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:09.6301600Z 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:09.6303102Z 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:09.6304589Z 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:09.6306122Z 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:09.6307609Z 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:09.6309142Z 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:09.6310690Z 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:09.6312177Z 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:09.6313752Z 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:09.6315238Z 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:09.6316711Z 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:09.6318281Z 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:09.6319832Z 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:09.6321347Z 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:09.6322856Z 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:09.6324372Z 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:09.6325898Z 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:09.6327423Z 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:09.6328919Z 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:09.6330624Z 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:09.6332504Z 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:09.6334251Z 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:09.6335881Z 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:09.6337448Z 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:09.6338981Z 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:09.6340479Z 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:09.6342320Z 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:09.6343873Z 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:09.6345407Z 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:09.6346841Z 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:09.6348356Z 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:09.6349892Z 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:09.6351366Z 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:09.6352821Z 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:09.6354360Z 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:09.6355853Z 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:09.6357331Z 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:09.6358850Z 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:09.6360359Z 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:09.6361790Z 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:09.6363285Z 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:09.6364836Z 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:09.6366448Z 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:09.6368119Z 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:09.6369686Z 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:09.6371240Z 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:09.6372727Z 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:09.6374224Z 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:09.6375703Z 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:09.6377223Z 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:09.6378728Z 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:09.6380401Z 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:09.6381880Z 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:09.6383394Z 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:09.6384867Z 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:09.6386318Z 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:09.6387859Z 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:09.6389335Z 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:09.6390745Z 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:09.6392273Z 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:09.6393778Z 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:09.6395302Z 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:09.6396888Z 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:09.6398629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-tests.sh' 2025-03-21T20:18:09.6400124Z 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:09.6401738Z 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:09.6403266Z 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:09.6404805Z 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:09.6406234Z 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:09.6407678Z 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:09.6409198Z 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:09.6410755Z 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:09.6412328Z 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:09.6413783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/genxnn' 2025-03-21T20:18:09.6415220Z 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:09.6416751Z 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:09.6418217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:18:09.6419564Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts' 2025-03-21T20:18:09.6420933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/allocator.c' 2025-03-21T20:18:09.6422433Z 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:09.6424006Z 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:09.6425557Z 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:09.6427047Z 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:09.6428884Z 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:09.6430663Z 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:09.6432435Z 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:09.6434195Z 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:09.6436144Z 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:09.6437921Z 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:09.6439730Z 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:09.6441526Z 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:09.6443269Z 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:09.6445095Z 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:09.6446869Z 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:09.6448637Z 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:09.6450494Z 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:09.6452235Z 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:09.6454052Z 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:09.6455824Z 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:09.6457567Z 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:09.6459396Z 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:09.6461227Z 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:09.6462969Z 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:09.6464817Z 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:09.6466558Z 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:09.6468382Z 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:09.6470381Z 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:09.6472124Z 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:09.6473575Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm' 2025-03-21T20:18:09.6474992Z 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:09.6476398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-vunary' 2025-03-21T20:18:09.6477747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/cache.c' 2025-03-21T20:18:09.6479154Z 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:09.6480898Z 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:09.6482483Z 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:09.6484009Z 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:09.6485491Z 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:09.6486996Z 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:09.6488499Z 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:09.6490108Z 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:09.6491595Z 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:09.6493015Z 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:09.6494543Z 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:09.6496079Z 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:09.6497541Z 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:09.6499078Z 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:09.6500545Z 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:09.6502040Z 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:09.6503605Z 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:09.6505374Z 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:09.6506807Z 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:09.6508270Z 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:09.6509744Z 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:09.6511372Z 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:09.6512913Z 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:09.6514390Z 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:09.6515919Z 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:09.6517383Z 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:09.6518872Z 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:09.6520335Z 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:09.6521709Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs' 2025-03-21T20:18:09.6523065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/datatype.c' 2025-03-21T20:18:09.6524477Z 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:09.6525947Z 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:09.6527432Z 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:09.6528867Z 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:09.6530378Z 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:09.6531821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/enums' 2025-03-21T20:18:09.6533357Z 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:09.6535012Z 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:09.6536775Z 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:09.6538641Z 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:09.6540300Z 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:09.6541801Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool' 2025-03-21T20:18:09.6543448Z 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:09.6635524Z 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:09.6637058Z 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:09.6638693Z 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:09.6640313Z 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:09.6641974Z 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:09.6643706Z 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:09.6645456Z 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:09.6647150Z 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:09.6648774Z 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:09.6650500Z 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:09.6652210Z 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:09.6653879Z 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:09.6655496Z 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:09.6657166Z 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:09.6659010Z 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:09.6663993Z 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:09.6665991Z 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:09.6667628Z 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:09.6669316Z 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:09.6670934Z 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:09.6672514Z 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:09.6674160Z 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:09.6675842Z 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:09.6677463Z 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:09.6679032Z 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:09.6680855Z 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:09.6682530Z 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:09.6684155Z 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:09.6685742Z 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:09.6687448Z 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:09.6689136Z 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:09.6690847Z 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:09.6692457Z 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:09.6694104Z 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:09.6695800Z 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:09.6698266Z 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:09.6699953Z 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:09.6701603Z 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:09.6703297Z 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:09.6704968Z 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:09.6706650Z 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:09.6708379Z 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:09.6710171Z 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:09.6711902Z 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:09.6713580Z 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:09.6715313Z 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:09.6717096Z 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:09.6718820Z 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:09.6720489Z 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:09.6722203Z 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:09.6723972Z 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:09.6725688Z 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:09.6727364Z 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:09.6729096Z 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:09.6731061Z 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:09.6732852Z 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:09.6734543Z 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:09.6736271Z 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:09.6738060Z 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:09.6739786Z 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:09.6741456Z 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:09.6743155Z 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:09.6744910Z 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:09.6746625Z 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:09.6748307Z 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:09.6750023Z 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:09.6751798Z 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:09.6753513Z 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:09.6755191Z 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:09.6756920Z 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:09.6758691Z 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:09.6760404Z 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:09.6762056Z 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:09.6763830Z 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:09.6765659Z 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:09.6767348Z 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:09.6768948Z 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:09.6770666Z 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:09.6772363Z 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:09.6773999Z 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:09.6775594Z 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:09.6777239Z 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:09.6778927Z 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:09.6780761Z 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:09.6782349Z 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:09.6783991Z 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:09.6785678Z 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:09.6787187Z 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:09.6788583Z 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:09.6790067Z 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:09.6791540Z 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:09.6792993Z 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:09.6794380Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv' 2025-03-21T20:18:09.6795922Z 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:09.6797539Z 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:09.6799090Z 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:09.6800629Z 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:09.6802340Z 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:09.6804219Z 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:09.6806082Z 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:09.6807927Z 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:09.6809842Z 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:09.6811698Z 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:09.6813512Z 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:09.6815342Z 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:09.6817169Z 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:09.6819000Z 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:09.6820868Z 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:09.6822763Z 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:09.6824665Z 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:09.6826544Z 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:09.6828496Z 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:09.6830420Z 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:09.6832270Z 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:09.6834124Z 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:09.6835985Z 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:09.6837852Z 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:09.6839724Z 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:09.6841594Z 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:09.6843447Z 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:09.6845301Z 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:09.6847174Z 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:09.6849025Z 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:09.6850939Z 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:09.6852788Z 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:09.6854646Z 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:09.6856495Z 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:09.6858319Z 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:09.6860169Z 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:09.6862131Z 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:09.6864087Z 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:09.6865983Z 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:09.6867849Z 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:09.6869723Z 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:09.6871621Z 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:09.6873503Z 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:09.6875384Z 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:09.6877250Z 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:09.6878893Z 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:09.6880461Z 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:09.6881839Z 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:09.6883232Z 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:09.6884592Z 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:09.6886045Z 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:09.6887617Z 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:09.6889181Z 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:09.6890806Z 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:09.6892364Z 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:09.6894039Z 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:09.6895698Z 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:09.6897261Z 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:09.6898818Z 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:09.6900386Z 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:09.6901926Z 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:09.6903446Z 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:09.6904987Z 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:09.6906554Z 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:09.6908131Z 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:09.6909697Z 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:09.6911251Z 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:09.6912811Z 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:09.6914382Z 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:09.6915945Z 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:09.6917508Z 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:09.6919067Z 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:09.6920605Z 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:09.6922131Z 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:09.6923658Z 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:09.6925166Z 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:09.6926824Z 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:09.6928388Z 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:09.6930012Z 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:09.6931571Z 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:09.6933131Z 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:09.6934709Z 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:09.6936284Z 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:09.6937840Z 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:09.6939407Z 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:09.6940992Z 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:09.6942566Z 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:09.6944151Z 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:09.6945731Z 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:09.6947307Z 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:09.6948885Z 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:09.6950462Z 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:09.6952093Z 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:09.6953775Z 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:09.6955450Z 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:09.6957137Z 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:09.6958965Z 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:09.6960637Z 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:09.6962334Z 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:09.6964018Z 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:09.6965667Z 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:09.6967287Z 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:09.6968895Z 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:09.6970564Z 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:09.6972176Z 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:09.6973795Z 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:09.6975414Z 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:09.6977025Z 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:09.6978501Z 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:09.6980054Z 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:09.6981462Z 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:09.6982858Z 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:09.6984233Z 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:09.6985611Z 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:09.6987010Z 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:09.6988433Z 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:09.6989965Z 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:09.6991435Z 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:09.6992984Z 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:09.6994742Z 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:09.6996489Z 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:09.6998246Z 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:09.6999990Z 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:09.7001751Z 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:09.7003504Z 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:09.7005248Z 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:09.7007013Z 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:09.7008578Z 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:09.7010029Z 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:09.7011604Z 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:09.7013391Z 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:09.7014249Z 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:09.7015085Z 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:09.7015929Z 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:09.7016762Z 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:09.7017689Z 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:09.7018565Z 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:09.7019396Z 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:09.7020041Z 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:09.7020684Z 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:09.7021314Z 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:09.7021990Z 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:09.7022784Z 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:09.7023572Z 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:09.7024376Z 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:09.7025167Z 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:09.7025945Z 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:09.7026707Z 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:09.7027482Z 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:09.7028237Z 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:09.7029109Z 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:09.7029961Z 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:09.7030828Z 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:09.7031480Z 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:09.7032124Z 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:09.7032858Z 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:09.7033525Z 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:09.7034149Z 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:09.7034940Z 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:09.7035696Z 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:09.7036490Z 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:09.7037266Z 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:09.7038050Z 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:09.7038823Z 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:09.7039590Z 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:09.7040349Z 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:09.7041116Z 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:09.7041867Z 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:09.7042600Z 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:09.7043400Z 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:09.7044222Z 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:09.7045022Z 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:09.7045831Z 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:09.7046600Z 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:09.7047431Z 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:09.7048116Z 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:09.7048787Z 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:09.7049477Z 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:09.7050214Z 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:09.7050960Z 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:09.7051693Z 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:09.7052437Z 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:09.7053172Z 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:09.7053915Z 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:09.7054675Z 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:09.7055472Z 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:09.7056229Z 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:09.7056967Z 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:09.7057691Z 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:09.7058432Z 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:09.7059165Z 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:09.7059819Z 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:09.7060489Z 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:09.7061334Z 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:09.7062161Z 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:09.7063022Z 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:09.7063797Z 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:09.7064591Z 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:09.7065375Z 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:09.7066219Z 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:09.7066977Z 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:09.7067758Z 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:09.7068508Z 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:09.7069336Z 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:09.7070184Z 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:09.7070934Z 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:09.7071719Z 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:09.7072503Z 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:09.7073297Z 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:09.7074130Z 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:09.7074894Z 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:09.7075661Z 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:09.7076424Z 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:09.7077205Z 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:09.7078116Z 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:09.7078865Z 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:09.7079907Z 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:09.7080794Z 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:09.7081681Z 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:09.7082517Z 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:09.7083371Z 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:09.7084141Z 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:09.7084932Z 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:09.7085711Z 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:09.7086557Z 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:09.7087307Z 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:09.7088081Z 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:09.7088863Z 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:09.7089719Z 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:09.7090469Z 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:09.7091249Z 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:09.7092032Z 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:09.7092827Z 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:09.7093833Z 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:09.7094616Z 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:09.7095471Z 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:09.7096280Z 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:09.7097135Z 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:09.7097942Z 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:09.7098795Z 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:09.7099601Z 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:09.7100450Z 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:09.7101256Z 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:09.7102152Z 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:09.7103065Z 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:09.7103922Z 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:09.7104730Z 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:09.7105586Z 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:09.7106376Z 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:09.7107180Z 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:09.7108031Z 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:09.7108880Z 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:09.7109535Z 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:09.7110209Z 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:09.7110803Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm' 2025-03-21T20:18:09.7111635Z 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:09.7112442Z 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:09.7113259Z 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:09.7113913Z 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:09.7114612Z 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:09.7115251Z 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:09.7115883Z 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:09.7116601Z 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:09.7117329Z 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:09.7118096Z 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:09.7118870Z 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:09.7119506Z 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:09.7120191Z 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:09.7120802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear' 2025-03-21T20:18:09.7121466Z 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:09.7122153Z 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:09.7122986Z 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:09.7123872Z 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:09.7124756Z 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:09.7125587Z 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:09.7126448Z 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:09.7127338Z 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:09.7128211Z 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:09.7129052Z 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:09.7129943Z 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:09.7130722Z 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:09.7131513Z 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:09.7132315Z 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:09.7133103Z 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:09.7133874Z 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:09.7134655Z 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:09.7135429Z 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:09.7136194Z 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:09.7136983Z 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:09.7137773Z 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:09.7138578Z 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:09.7139436Z 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:09.7140229Z 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:09.7140986Z 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:09.7141788Z 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:09.7142583Z 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:09.7143371Z 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:09.7144159Z 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:09.7144965Z 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:09.7145753Z 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:09.7146530Z 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:09.7147323Z 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:09.7148130Z 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:09.7148927Z 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:09.7149703Z 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:09.7150489Z 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:09.7151294Z 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:09.7152082Z 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:09.7152875Z 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:09.7153484Z 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:09.7154203Z 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:09.7154858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm' 2025-03-21T20:18:09.7155595Z 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:09.7156384Z 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:09.7157054Z 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:09.7157669Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool' 2025-03-21T20:18:09.7158427Z 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:09.7159232Z 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:09.7159964Z 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:09.7160748Z 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:09.7161426Z 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:09.7162049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool' 2025-03-21T20:18:09.7162688Z 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:09.7163449Z 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:09.7164199Z 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:09.7164958Z 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:09.7165708Z 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:09.7166465Z 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:09.7167205Z 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:09.7167962Z 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:09.7168707Z 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:09.7169612Z 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:09.7170364Z 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:09.7171124Z 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:09.7171867Z 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:09.7172605Z 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:09.7173250Z 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:09.7173911Z 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:09.7174533Z 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:09.7175255Z 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:09.7176173Z 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:09.7177062Z 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:09.7177974Z 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:09.7178876Z 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:09.7179911Z 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:09.7180814Z 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:09.7181732Z 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:09.7182605Z 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:09.7183515Z 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:09.7184411Z 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:09.7185468Z 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:09.7186365Z 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:09.7187274Z 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:09.7188145Z 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:09.7189057Z 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:09.7189930Z 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:09.7190847Z 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:09.7191745Z 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:09.7192627Z 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:09.7193535Z 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:09.7194447Z 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:09.7195346Z 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:09.7196239Z 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:09.7197202Z 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:09.7198167Z 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:09.7199084Z 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:09.7200048Z 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:09.7201049Z 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:09.7202030Z 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:09.7202987Z 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:09.7203939Z 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:09.7204866Z 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:09.7205837Z 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:09.7206791Z 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:09.7207729Z 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:09.7208674Z 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:09.7209727Z 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:09.7210682Z 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:09.7211651Z 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:09.7212573Z 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:09.7213541Z 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:09.7214492Z 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:09.7215457Z 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:09.7216381Z 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:09.7217144Z 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:09.7217959Z 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:09.7218649Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax' 2025-03-21T20:18:09.7219287Z 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:09.7219936Z 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:09.7220596Z 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:09.7221347Z 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:09.7222082Z 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:09.7222803Z 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:09.7223529Z 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:09.7224273Z 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:09.7224984Z 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:09.7225710Z 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:09.7226448Z 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:09.7227172Z 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:09.7227907Z 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:09.7228665Z 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:09.7229426Z 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:09.7230171Z 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:09.7230928Z 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:09.7231650Z 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:09.7232448Z 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:09.7233156Z 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:09.7233888Z 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:09.7234598Z 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:09.7235318Z 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:09.7236062Z 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:09.7236811Z 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:09.7237510Z 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:09.7238254Z 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:09.7238987Z 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:09.7239748Z 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:09.7240468Z 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:09.7241207Z 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:09.7241933Z 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:09.7242669Z 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:09.7243424Z 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:09.7244187Z 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:09.7244936Z 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:09.7245683Z 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:09.7246424Z 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:09.7247282Z 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:09.7248042Z 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:09.7248764Z 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:09.7249582Z 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:09.7250331Z 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:09.7251081Z 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:09.7251805Z 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:09.7252506Z 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:09.7253214Z 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:09.7253933Z 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:09.7254642Z 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:09.7255361Z 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:09.7256109Z 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:09.7256875Z 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:09.7257594Z 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:09.7258355Z 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:09.7259102Z 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:09.7259834Z 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:09.7260577Z 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:09.7261327Z 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:09.7262116Z 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:09.7262911Z 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:09.7263674Z 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:09.7264447Z 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:09.7265209Z 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:09.7265992Z 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:09.7266735Z 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:09.7267492Z 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:09.7268271Z 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:09.7269015Z 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:09.7269796Z 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:09.7270561Z 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:09.7271314Z 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:09.7272045Z 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:09.7272753Z 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:09.7273481Z 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:09.7274211Z 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:09.7274934Z 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:09.7275667Z 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:09.7276295Z 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:09.7277011Z 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:09.7277680Z 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:09.7278302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax' 2025-03-21T20:18:09.7278928Z 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:09.7280126Z 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:09.7280850Z 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:09.7281565Z 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:09.7282291Z 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:09.7283026Z 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:09.7283765Z 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:09.7284500Z 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:09.7285253Z 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:09.7285980Z 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:09.7286701Z 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:09.7287304Z 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:09.7287961Z 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:09.7288555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum' 2025-03-21T20:18:09.7289438Z 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:09.7290204Z 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:09.7290966Z 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:09.7291776Z 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:09.7292716Z 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:09.7293468Z 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:09.7294284Z 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:09.7295040Z 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:09.7295804Z 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:09.7296616Z 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:09.7297385Z 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:09.7298128Z 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:09.7298748Z 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:09.7299452Z 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:09.7300115Z 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:09.7300705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm' 2025-03-21T20:18:09.7301318Z 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:09.7301902Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vabs' 2025-03-21T20:18:09.7302512Z 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:09.7303143Z 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:09.7303764Z 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:09.7304387Z 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:09.7305005Z 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:09.7305627Z 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:09.7306241Z 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:09.7306923Z 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:09.7307585Z 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:09.7308206Z 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:09.7308815Z 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:09.7309445Z 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:09.7310072Z 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:09.7310706Z 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:09.7311340Z 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:09.7311975Z 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:09.7312603Z 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:09.7313243Z 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:09.7313874Z 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:09.7314488Z 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:09.7315209Z 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:09.7315918Z 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:09.7316604Z 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:09.7317274Z 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:09.7317992Z 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:09.7318694Z 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:09.7319404Z 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:09.7320128Z 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:09.7320855Z 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:09.7321666Z 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:09.7322386Z 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:09.7323064Z 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:09.7323750Z 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:09.7324453Z 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:09.7325172Z 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:09.7325878Z 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:09.7326617Z 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:09.7327336Z 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:09.7328100Z 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:09.7328878Z 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:09.7329643Z 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:09.7330364Z 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:09.7331046Z 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:09.7331729Z 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:09.7332430Z 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:09.7333153Z 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:09.7333848Z 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:09.7334630Z 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:09.7335394Z 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:09.7336173Z 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:09.7336938Z 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:09.7337630Z 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:09.7338309Z 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:09.7339029Z 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:09.7339731Z 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:09.7340457Z 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:09.7341164Z 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:09.7341878Z 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:09.7342551Z 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:09.7343235Z 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:09.7343940Z 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:09.7344658Z 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:09.7345355Z 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:09.7346081Z 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:09.7346818Z 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:09.7347531Z 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:09.7348262Z 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:09.7348938Z 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:09.7349624Z 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:09.7350329Z 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:09.7351098Z 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:09.7351862Z 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:09.7352606Z 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:09.7353330Z 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:09.7354049Z 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:09.7354759Z 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:09.7355455Z 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:09.7356125Z 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:09.7356838Z 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:09.7357538Z 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:09.7358252Z 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:09.7358982Z 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:09.7359715Z 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:09.7360425Z 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:09.7361145Z 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:09.7361828Z 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:09.7362517Z 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:09.7363234Z 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:09.7363944Z 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:09.7364661Z 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:09.7365390Z 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:09.7366221Z 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:09.7366926Z 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:09.7367647Z 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:09.7368328Z 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:09.7369014Z 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:09.7369771Z 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:09.7370489Z 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:09.7371191Z 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:09.7371933Z 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:09.7372657Z 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:09.7373390Z 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:09.7374110Z 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:09.7374813Z 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:09.7375497Z 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:09.7376225Z 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:09.7376941Z 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:09.7377664Z 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:09.7378404Z 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:09.7379132Z 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:09.7380032Z 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:09.7380750Z 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:09.7381611Z 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:09.7382295Z 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:09.7383043Z 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:09.7383775Z 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:09.7384511Z 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:09.7385235Z 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:09.7385943Z 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:09.7386624Z 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:09.7387385Z 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:09.7388116Z 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:09.7388911Z 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:09.7389678Z 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:09.7390409Z 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:09.7391129Z 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:09.7391826Z 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:09.7392512Z 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:09.7393230Z 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:09.7393938Z 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:09.7394655Z 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:09.7395384Z 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:09.7396224Z 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:09.7396926Z 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:09.7397616Z 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:09.7398375Z 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:09.7399114Z 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:09.7399851Z 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:09.7400570Z 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:09.7401267Z 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:09.7401950Z 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:09.7402672Z 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:09.7403386Z 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:09.7404114Z 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:09.7404846Z 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:09.7405590Z 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:09.7406317Z 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:09.7407063Z 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:09.7407766Z 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:09.7408469Z 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:09.7409188Z 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:09.7409971Z 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:09.7410748Z 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:09.7411560Z 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:09.7412301Z 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:09.7413045Z 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:09.7413775Z 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:09.7414490Z 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:09.7415196Z 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:09.7415923Z 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:09.7416655Z 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:09.7417381Z 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:09.7418147Z 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:09.7418898Z 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:09.7419620Z 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:09.7420330Z 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:09.7421024Z 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:09.7421693Z 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:09.7422415Z 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:09.7423115Z 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:09.7423825Z 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:09.7424553Z 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:09.7425283Z 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:09.7426092Z 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:09.7426812Z 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:09.7427494Z 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:09.7428187Z 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:09.7428893Z 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:09.7429617Z 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:09.7430322Z 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:09.7431063Z 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:09.7431783Z 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:09.7432416Z 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:09.7433075Z 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:09.7433699Z 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:09.7434366Z 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:09.7435037Z 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:09.7435707Z 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:09.7436340Z 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:09.7437014Z 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:09.7437703Z 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:09.7438314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary' 2025-03-21T20:18:09.7438931Z 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:09.7439546Z 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:09.7440275Z 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:09.7441014Z 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:09.7441745Z 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:09.7442481Z 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:09.7443207Z 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:09.7443948Z 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:09.7444674Z 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:09.7445408Z 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:09.7446023Z 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:09.7446671Z 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:09.7447327Z 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:09.7447925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp' 2025-03-21T20:18:09.7448660Z 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:09.7449452Z 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:09.7450174Z 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:09.7450781Z 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:09.7451437Z 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:09.7452028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vcmul' 2025-03-21T20:18:09.7452712Z 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:09.7453307Z 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:09.7454020Z 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:09.7454712Z 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:09.7455585Z 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:09.7456327Z 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:09.7456941Z 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:09.7457619Z 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:09.7458219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-velu' 2025-03-21T20:18:09.7458852Z 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:09.7459472Z 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:09.7460163Z 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:09.7460849Z 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:09.7461607Z 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:09.7462347Z 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:09.7462981Z 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:09.7463637Z 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:09.7464253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vhswish' 2025-03-21T20:18:09.7464874Z 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:09.7465495Z 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:09.7466188Z 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:09.7466880Z 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:09.7467612Z 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:09.7468353Z 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:09.7468970Z 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:09.7469744Z 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:09.7470342Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vlrelu' 2025-03-21T20:18:09.7470976Z 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:09.7471740Z 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:09.7472568Z 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:09.7473335Z 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:09.7474162Z 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:09.7474801Z 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:09.7475465Z 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:09.7476087Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vmulcaddc' 2025-03-21T20:18:09.7476689Z 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:09.7477293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vneg' 2025-03-21T20:18:09.7477895Z 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:09.7478516Z 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:09.7479115Z 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:09.7479889Z 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:09.7480488Z 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:09.7481176Z 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:09.7481836Z 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:09.7482563Z 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:09.7483269Z 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:09.7483954Z 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:09.7484761Z 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:09.7485504Z 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:09.7486222Z 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:09.7486899Z 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:09.7487560Z 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:09.7488282Z 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:09.7489008Z 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:09.7489731Z 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:09.7490406Z 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:09.7491120Z 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:09.7491844Z 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:09.7492455Z 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:09.7493115Z 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:09.7493697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd' 2025-03-21T20:18:09.7494328Z 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:09.7494963Z 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:09.7495705Z 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:09.7496424Z 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:09.7497150Z 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:09.7497918Z 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:09.7498695Z 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:09.7499558Z 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:09.7500187Z 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:09.7500874Z 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:09.7501479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrsqrt' 2025-03-21T20:18:09.7502098Z 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:09.7502739Z 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:09.7503606Z 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:09.7504466Z 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:09.7505326Z 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:09.7506173Z 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:09.7507044Z 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:09.7507893Z 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:09.7508757Z 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:09.7509608Z 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:09.7510382Z 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:09.7511143Z 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:09.7511910Z 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:09.7512669Z 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:09.7513438Z 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:09.7514241Z 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:09.7515057Z 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:09.7515808Z 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:09.7516583Z 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:09.7517340Z 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:09.7518114Z 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:09.7518875Z 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:09.7519639Z 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:09.7520398Z 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:09.7521173Z 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:09.7521936Z 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:09.7522773Z 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:09.7523593Z 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:09.7524428Z 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:09.7525252Z 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:09.7526100Z 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:09.7526920Z 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:09.7527759Z 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:09.7528579Z 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:09.7529554Z 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:09.7530449Z 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:09.7531298Z 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:09.7532136Z 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:09.7532987Z 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:09.7533831Z 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:09.7534670Z 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:09.7535515Z 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:09.7536144Z 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:09.7536815Z 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:09.7537425Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid' 2025-03-21T20:18:09.7538039Z 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:09.7538627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqr' 2025-03-21T20:18:09.7539291Z 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:09.7539934Z 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:09.7540547Z 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:09.7541175Z 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:09.7541802Z 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:09.7542451Z 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:09.7543250Z 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:09.7544034Z 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:09.7544934Z 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:09.7545665Z 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:09.7546406Z 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:09.7547131Z 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:09.7547868Z 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:09.7548596Z 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:09.7549331Z 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:09.7550040Z 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:09.7550745Z 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:09.7551460Z 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:09.7552164Z 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:09.7552872Z 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:09.7553558Z 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:09.7554296Z 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:09.7555016Z 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:09.7555750Z 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:09.7556537Z 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:09.7557325Z 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:09.7558098Z 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:09.7558718Z 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:09.7559475Z 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:09.7560204Z 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:09.7560794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt' 2025-03-21T20:18:09.7561458Z 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:09.7562112Z 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:09.7562731Z 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:09.7563645Z 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:09.7564563Z 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:09.7565474Z 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:09.7566394Z 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:09.7567305Z 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:09.7568228Z 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:09.7569132Z 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:09.7570111Z 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:09.7571017Z 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:09.7571948Z 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:09.7572755Z 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:09.7573576Z 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:09.7574383Z 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:09.7575259Z 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:09.7576132Z 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:09.7576937Z 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:09.7577754Z 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:09.7578554Z 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:09.7579375Z 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:09.7580327Z 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:09.7581143Z 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:09.7581950Z 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:09.7582765Z 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:09.7583573Z 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:09.7584391Z 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:09.7585196Z 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:09.7586012Z 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:09.7586821Z 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:09.7587634Z 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:09.7588437Z 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:09.7589256Z 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:09.7590057Z 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:09.7591019Z 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:09.7591821Z 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:09.7592639Z 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:09.7593443Z 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:09.7594262Z 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:09.7595068Z 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:09.7595887Z 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:09.7596690Z 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:09.7597509Z 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:09.7598313Z 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:09.7599130Z 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:09.7599936Z 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:09.7600748Z 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:09.7601551Z 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:09.7602377Z 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:09.7603179Z 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:09.7603981Z 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:09.7605061Z 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:09.7605867Z 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:09.7606786Z 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:09.7607637Z 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:09.7608435Z 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:09.7609365Z 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:09.7610202Z 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:09.7611062Z 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:09.7611857Z 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:09.7612697Z 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:09.7613487Z 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:09.7614438Z 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:09.7615279Z 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:09.7616161Z 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:09.7616999Z 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:09.7617855Z 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:09.7618720Z 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:09.7619630Z 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:09.7620510Z 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:09.7621390Z 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:09.7622226Z 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:09.7623237Z 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:09.7624092Z 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:09.7624973Z 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:09.7625810Z 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:09.7626702Z 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:09.7627521Z 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:09.7628448Z 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:09.7629283Z 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:09.7630161Z 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:09.7631011Z 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:09.7631831Z 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:09.7632679Z 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:09.7633539Z 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:09.7634341Z 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:09.7635193Z 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:09.7635991Z 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:09.7636834Z 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:09.7637691Z 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:09.7638525Z 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:09.7639437Z 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:09.7640393Z 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:09.7641280Z 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:09.7642273Z 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:09.7643193Z 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:09.7644154Z 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:09.7645057Z 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:09.7645984Z 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:09.7646915Z 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:09.7647890Z 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:09.7648799Z 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:09.7649842Z 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:09.7650772Z 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:09.7651759Z 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:09.7652709Z 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:09.7653672Z 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:09.7654592Z 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:09.7655593Z 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:09.7656618Z 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:09.7657621Z 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:09.7658538Z 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:09.7659503Z 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:09.7660430Z 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:09.7661389Z 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:09.7662337Z 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:09.7663315Z 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:09.7664242Z 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:09.7665220Z 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:09.7666142Z 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:09.7667105Z 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:09.7668048Z 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:09.7668744Z 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:09.7669487Z 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:09.7670320Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh' 2025-03-21T20:18:09.7670937Z 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:09.7671793Z 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:09.7672606Z 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:09.7673452Z 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:09.7674152Z 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:09.7674928Z 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:09.7675710Z 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:09.7676487Z 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:09.7677192Z 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:09.7677935Z 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:09.7678631Z 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:09.7679364Z 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:09.7680397Z 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:09.7681050Z 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:09.7681784Z 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:09.7682422Z 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:09.7683075Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary' 2025-03-21T20:18:09.7683858Z 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:09.7684677Z 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:09.7685441Z 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:09.7686233Z 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:09.7687005Z 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:09.7687812Z 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:09.7688738Z 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:09.7689683Z 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:09.7690445Z 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:09.7691276Z 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:09.7692001Z 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:09.7692857Z 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:09.7693622Z 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:09.7694410Z 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:09.7695181Z 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:09.7695850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool' 2025-03-21T20:18:09.7696652Z 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:09.7697495Z 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:09.7698257Z 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:09.7699072Z 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:09.7699879Z 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:09.7700739Z 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:09.7701520Z 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:09.7702323Z 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:09.7703083Z 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:09.7703875Z 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:09.7704694Z 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:09.7705720Z 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:09.7706434Z 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:09.7707221Z 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:09.7708052Z 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:09.7708830Z 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:09.7709680Z 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:09.7710370Z 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:09.7711079Z 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:09.7711730Z 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:09.7712410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool' 2025-03-21T20:18:09.7713118Z 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:09.7713949Z 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:09.7714659Z 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:09.7715412Z 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:09.7716208Z 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:09.7717018Z 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:09.7717925Z 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:09.7718856Z 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:09.7719654Z 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:09.7720534Z 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:09.7721466Z 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:09.7722453Z 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:09.7723270Z 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:09.7724113Z 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:09.7724989Z 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:09.7725894Z 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:09.7726663Z 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:09.7727562Z 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:09.7728416Z 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:09.7729400Z 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:09.7730211Z 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:09.7731024Z 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:09.7731738Z 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:09.7732440Z 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:09.7733319Z 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:09.7734189Z 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:09.7735008Z 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:09.7735869Z 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:09.7736694Z 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:09.7737689Z 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:09.7738406Z 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:09.7739326Z 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:09.7740123Z 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:09.7740972Z 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:09.7741706Z 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:09.7742413Z 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:09.7743150Z 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:09.7743937Z 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:09.7744749Z 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:09.7745575Z 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:09.7746397Z 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:09.7747190Z 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:09.7747996Z 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:09.7748766Z 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:09.7749635Z 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:09.7750440Z 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:09.7751286Z 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:09.7752096Z 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:09.7752894Z 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:09.7753810Z 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:09.7754685Z 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:09.7755449Z 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:09.7756237Z 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:09.7757023Z 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:09.7757889Z 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:09.7758693Z 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:09.7759497Z 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:09.7760253Z 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:09.7761042Z 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:09.7761828Z 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:09.7762704Z 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:09.7763482Z 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:09.7764289Z 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:09.7765086Z 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:09.7765884Z 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:09.7766697Z 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:09.7767515Z 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:09.7768360Z 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:09.7769400Z 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:09.7770312Z 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:09.7771246Z 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:09.7772104Z 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:09.7772946Z 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:09.7773773Z 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:09.7774624Z 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:09.7775399Z 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:09.7776243Z 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:09.7777020Z 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:09.7777815Z 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:09.7778605Z 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:09.7779358Z 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:09.7780431Z 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:09.7781220Z 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:09.7782064Z 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:09.7782849Z 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:09.7783667Z 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:09.7784403Z 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:09.7785349Z 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:09.7786256Z 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:09.7787317Z 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:09.7788141Z 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:09.7788990Z 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:09.7789823Z 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:09.7790713Z 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:09.7791515Z 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:09.7792374Z 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:09.7793119Z 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:09.7794025Z 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:09.7794842Z 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:09.7795682Z 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:09.7796468Z 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:09.7797351Z 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:09.7798136Z 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:09.7799015Z 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:09.7799788Z 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:09.7800658Z 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:09.7801447Z 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:09.7802261Z 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:09.7803194Z 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:09.7804128Z 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:09.7804966Z 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:09.7805871Z 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:09.7806706Z 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:09.7807564Z 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:09.7808362Z 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:09.7809369Z 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:09.7810214Z 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:09.7811121Z 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:09.7811942Z 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:09.7812839Z 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:09.7813616Z 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:09.7814437Z 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:09.7815195Z 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:09.7816016Z 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:09.7816831Z 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:09.7817674Z 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:09.7818432Z 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:09.7819354Z 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:09.7820167Z 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:09.7821024Z 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:09.7821816Z 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:09.7822653Z 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:09.7823421Z 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:09.7824256Z 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:09.7824992Z 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:09.7825853Z 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:09.7826585Z 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:09.7827387Z 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:09.7828212Z 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:09.7828988Z 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:09.7829800Z 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:09.7830588Z 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:09.7831368Z 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:09.7832184Z 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:09.7833003Z 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:09.7833760Z 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:09.7834600Z 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:09.7835496Z 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:09.7836367Z 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:09.7837139Z 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:09.7837919Z 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:09.7838786Z 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:09.7839725Z 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:09.7840572Z 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:09.7841431Z 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:09.7842255Z 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:09.7843104Z 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:09.7843954Z 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:09.7844794Z 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:09.7845594Z 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:09.7846380Z 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:09.7847136Z 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:09.7847991Z 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:09.7848775Z 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:09.7849649Z 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:09.7850434Z 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:09.7851215Z 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:09.7852194Z 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:09.7853030Z 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:09.7853814Z 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:09.7854628Z 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:09.7855474Z 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:09.7856401Z 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:09.7857249Z 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:09.7858104Z 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:09.7858935Z 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:09.7859772Z 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:09.7860577Z 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:09.7861466Z 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:09.7862260Z 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:09.7863049Z 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:09.7863826Z 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:09.7864577Z 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:09.7865423Z 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:09.7866217Z 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:09.7867046Z 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:09.7878236Z 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:09.7879276Z 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:09.7880225Z 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:09.7881001Z 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:09.7881767Z 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:09.7882536Z 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:09.7883286Z 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:09.7884035Z 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:09.7884773Z 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:09.7885497Z 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:09.7886194Z 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:09.7886974Z 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:09.7887706Z 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:09.7888468Z 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:09.7889191Z 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:09.7889999Z 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:09.7890699Z 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:09.7891480Z 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:09.7892223Z 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:09.7892982Z 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:09.7893811Z 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:09.7894652Z 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:09.7895388Z 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:09.7896146Z 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:09.7896861Z 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:09.7897691Z 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:09.7898528Z 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:09.7899352Z 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:09.7900134Z 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:09.7900945Z 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:09.7901716Z 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:09.7902518Z 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:09.7903279Z 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:09.7904049Z 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:09.7904759Z 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:09.7905521Z 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:09.7906239Z 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:09.7906998Z 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:09.7907720Z 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:09.7908468Z 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:09.7909301Z 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:09.7910066Z 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:09.7910816Z 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:09.7911558Z 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:09.7912287Z 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:09.7913102Z 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:09.7913945Z 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:09.7914750Z 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:09.7915547Z 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:09.7916342Z 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:09.7917131Z 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:09.7917916Z 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:09.7918696Z 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:09.7919465Z 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:09.7920187Z 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:09.7921009Z 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:09.7921808Z 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:09.7922597Z 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:09.7923377Z 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:09.7924220Z 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:09.7925037Z 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:09.7925830Z 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:09.7926601Z 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:09.7927400Z 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:09.7928187Z 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:09.7928980Z 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:09.7929819Z 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:09.7930576Z 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:09.7931329Z 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:09.7932149Z 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:09.7932953Z 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:09.7933749Z 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:09.7934533Z 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:09.7935322Z 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:09.7936088Z 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:09.7936899Z 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:09.7937671Z 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:09.7938460Z 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:09.7939220Z 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:09.7940175Z 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:09.7941047Z 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:09.7941903Z 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:09.7942728Z 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:09.7943573Z 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:09.7944382Z 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:09.7945218Z 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:09.7946018Z 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:09.7946885Z 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:09.7947693Z 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:09.7948468Z 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:09.7949211Z 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:09.7950012Z 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:09.7950765Z 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:09.7951584Z 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:09.7952358Z 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:09.7953145Z 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:09.7953900Z 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:09.7954738Z 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:09.7955540Z 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:09.7956341Z 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:09.7957099Z 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:09.7957898Z 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:09.7958656Z 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:09.7959454Z 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:09.7960215Z 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:09.7961027Z 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:09.7961791Z 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:09.7962599Z 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:09.7963363Z 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:09.7964141Z 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:09.7964877Z 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:09.7965663Z 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:09.7966441Z 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:09.7967241Z 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:09.7968032Z 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:09.7968816Z 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:09.7969649Z 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:09.7970538Z 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:09.7971309Z 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:09.7972111Z 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:09.7972902Z 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:09.7973682Z 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:09.7974455Z 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:09.7975235Z 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:09.7976004Z 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:09.7976796Z 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:09.7977571Z 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:09.7978368Z 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:09.7979141Z 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:09.7980109Z 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:09.7980888Z 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:09.7981676Z 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:09.7982450Z 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:09.7983234Z 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:09.7984008Z 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:09.7984806Z 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:09.7985751Z 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:09.7986538Z 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:09.7987310Z 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:09.7988068Z 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:09.7988821Z 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:09.7989635Z 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:09.7990411Z 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:09.7991213Z 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:09.7991998Z 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:09.7992784Z 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:09.7993548Z 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:09.7994348Z 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:09.7995107Z 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:09.7995917Z 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:09.7996700Z 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:09.7997500Z 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:09.7998259Z 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:09.7999055Z 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:09.7999813Z 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:09.8000625Z 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:09.8001371Z 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:09.8002104Z 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:09.8002870Z 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:09.8003625Z 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:09.8004377Z 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:09.8005120Z 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:09.8005872Z 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:09.8006610Z 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:09.8007373Z 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:09.8008129Z 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:09.8008883Z 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:09.8009711Z 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:09.8010462Z 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:09.8011200Z 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:09.8011925Z 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:09.8012706Z 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:09.8013439Z 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:09.8014195Z 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:09.8014924Z 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:09.8015707Z 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:09.8016455Z 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:09.8017216Z 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:09.8017974Z 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:09.8018724Z 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:09.8019481Z 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:09.8020248Z 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:09.8021001Z 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:09.8021746Z 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:09.8022479Z 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:09.8023290Z 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:09.8024142Z 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:09.8024963Z 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:09.8025763Z 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:09.8026553Z 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:09.8027340Z 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:09.8028131Z 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:09.8028907Z 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:09.8029671Z 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:09.8030416Z 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:09.8031241Z 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:09.8031999Z 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:09.8032716Z 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:09.8033474Z 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:09.8034196Z 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:09.8034969Z 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:09.8035837Z 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:09.8036711Z 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:09.8037478Z 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:09.8038231Z 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:09.8038963Z 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:09.8039789Z 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:09.8040632Z 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:09.8041490Z 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:09.8042300Z 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:09.8043187Z 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:09.8043976Z 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:09.8044785Z 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:09.8045552Z 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:09.8046538Z 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:09.8047356Z 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:09.8048079Z 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:09.8048694Z 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:09.8049416Z 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:09.8050087Z 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:09.8050766Z 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:09.8051432Z 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:09.8052080Z 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:09.8052773Z 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:09.8053419Z 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:09.8054089Z 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:09.8054737Z 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:09.8055429Z 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:09.8056072Z 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:09.8056748Z 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:09.8057343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv' 2025-03-21T20:18:09.8058021Z 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:09.8058695Z 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:09.8059382Z 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:09.8060049Z 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:09.8060799Z 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:09.8061615Z 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:09.8062304Z 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:09.8062988Z 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:09.8063665Z 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:09.8064411Z 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:09.8065148Z 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:09.8065810Z 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:09.8066486Z 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:09.8067154Z 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:09.8067911Z 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:09.8068643Z 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:09.8069316Z 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:09.8070008Z 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:09.8070669Z 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:09.8071428Z 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:09.8072147Z 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:09.8073059Z 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:09.8073955Z 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:09.8074860Z 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:09.8075721Z 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:09.8076713Z 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:09.8077580Z 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:09.8078455Z 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:09.8079319Z 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:09.8080373Z 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:09.8081240Z 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:09.8082089Z 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:09.8082917Z 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:09.8083842Z 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:09.8084663Z 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:09.8085520Z 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:09.8086327Z 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:09.8087146Z 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:09.8087954Z 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:09.8088779Z 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:09.8089642Z 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:09.8090491Z 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:09.8091333Z 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:09.8092290Z 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:09.8093190Z 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:09.8094044Z 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:09.8094926Z 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:09.8095754Z 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:09.8096579Z 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:09.8097426Z 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:09.8098240Z 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:09.8099073Z 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:09.8099898Z 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:09.8100738Z 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:09.8101541Z 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:09.8102378Z 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:09.8103184Z 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:09.8103990Z 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:09.8104808Z 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:09.8105609Z 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:09.8106427Z 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:09.8107261Z 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:09.8108204Z 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:09.8109040Z 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:09.8109863Z 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:09.8110696Z 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:09.8111526Z 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:09.8112339Z 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:09.8113164Z 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:09.8113973Z 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:09.8114795Z 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:09.8115748Z 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:09.8116700Z 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:09.8117642Z 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:09.8118569Z 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:09.8119508Z 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:09.8120438Z 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:09.8121351Z 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:09.8122269Z 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:09.8123228Z 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:09.8124242Z 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:09.8125157Z 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:09.8126080Z 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:09.8126990Z 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:09.8127897Z 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:09.8128806Z 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:09.8129761Z 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:09.8130649Z 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:09.8131550Z 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:09.8132456Z 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:09.8133394Z 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:09.8134330Z 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:09.8135287Z 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:09.8136229Z 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:09.8137154Z 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:09.8138086Z 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:09.8139009Z 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:09.8140013Z 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:09.8140926Z 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:09.8141831Z 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:09.8142745Z 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:09.8143654Z 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:09.8144576Z 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:09.8145485Z 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:09.8146374Z 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:09.8147297Z 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:09.8148181Z 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:09.8149070Z 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:09.8149951Z 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:09.8150844Z 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:09.8151727Z 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:09.8152796Z 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:09.8153702Z 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:09.8154631Z 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:09.8155609Z 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:09.8156584Z 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:09.8157480Z 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:09.8158355Z 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:09.8159260Z 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:09.8160123Z 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:09.8160977Z 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:09.8161836Z 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:09.8162665Z 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:09.8163525Z 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:09.8164373Z 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:09.8165190Z 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:09.8166028Z 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:09.8166887Z 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:09.8167781Z 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:09.8168647Z 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:09.8169563Z 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:09.8170418Z 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:09.8171613Z 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:09.8172942Z 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:09.8173815Z 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:09.8174645Z 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:09.8175492Z 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:09.8176338Z 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:09.8177162Z 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:09.8177987Z 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:09.8178816Z 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:09.8179792Z 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:09.8180623Z 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:09.8181570Z 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:09.8182529Z 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:09.8183472Z 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:09.8184410Z 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:09.8185358Z 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:09.8186290Z 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:09.8187201Z 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:09.8188217Z 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:09.8189204Z 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:09.8190138Z 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:09.8191062Z 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:09.8191970Z 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:09.8192894Z 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:09.8193801Z 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:09.8194696Z 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:09.8195594Z 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:09.8196543Z 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:09.8197494Z 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:09.8198432Z 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:09.8199349Z 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:09.8200297Z 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:09.8201225Z 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:09.8202142Z 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:09.8203071Z 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:09.8204037Z 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:09.8205018Z 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:09.8205941Z 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:09.8206839Z 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:09.8207762Z 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:09.8208666Z 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:09.8209611Z 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:09.8210523Z 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:09.8211410Z 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:09.8212318Z 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:09.8213205Z 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:09.8214101Z 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:09.8214961Z 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:09.8215873Z 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:09.8216767Z 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:09.8217647Z 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:09.8218536Z 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:09.8219481Z 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:09.8220425Z 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:09.8221296Z 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:09.8222156Z 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:09.8222999Z 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:09.8223838Z 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:09.8224679Z 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:09.8225505Z 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:09.8226326Z 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:09.8227157Z 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:09.8228004Z 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:09.8228817Z 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:09.8229645Z 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:09.8230465Z 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:09.8231294Z 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:09.8232119Z 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:09.8232930Z 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:09.8233785Z 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:09.8234625Z 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:09.8235572Z 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:09.8236415Z 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:09.8237237Z 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:09.8238076Z 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:09.8238930Z 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:09.8239747Z 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:09.8240599Z 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:09.8241414Z 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:09.8242251Z 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:09.8243082Z 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:09.8243917Z 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:09.8244743Z 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:09.8245552Z 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:09.8246374Z 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:09.8247217Z 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:09.8248018Z 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:09.8248853Z 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:09.8249714Z 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:09.8250601Z 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:09.8251450Z 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:09.8252264Z 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:09.8253194Z 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:09.8254137Z 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:09.8255076Z 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:09.8256022Z 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:09.8256931Z 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:09.8257875Z 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:09.8258813Z 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:09.8259729Z 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:09.8260659Z 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:09.8261576Z 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:09.8262515Z 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:09.8263437Z 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:09.8264346Z 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:09.8265275Z 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:09.8266227Z 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:09.8267206Z 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:09.8268118Z 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:09.8269018Z 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:09.8269928Z 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:09.8270858Z 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:09.8271748Z 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:09.8272670Z 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:09.8273549Z 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:09.8274473Z 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:09.8275353Z 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:09.8276247Z 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:09.8277182Z 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:09.8278129Z 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:09.8279062Z 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:09.8280165Z 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:09.8281072Z 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:09.8282006Z 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:09.8283094Z 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:09.8284013Z 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:09.8284945Z 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:09.8285863Z 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:09.8286798Z 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:09.8287646Z 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:09.8288552Z 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:09.8289522Z 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:09.8290431Z 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:09.8291354Z 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:09.8292260Z 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:09.8293181Z 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:09.8294060Z 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:09.8294992Z 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:09.8295905Z 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:09.8296796Z 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:09.8297702Z 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:09.8298703Z 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:09.8299609Z 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:09.8300499Z 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:09.8301380Z 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:09.8302301Z 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:09.8303204Z 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:09.8304115Z 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:09.8305015Z 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:09.8305904Z 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:09.8306811Z 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:09.8307727Z 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:09.8308597Z 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:09.8309511Z 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:09.8310386Z 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:09.8311243Z 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:09.8312083Z 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:09.8312937Z 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:09.8313753Z 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:09.8314694Z 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:09.8315528Z 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:09.8316354Z 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:09.8317195Z 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:09.8318030Z 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:09.8318882Z 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:09.8319735Z 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:09.8320595Z 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:09.8321443Z 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:09.8322287Z 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:09.8323135Z 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:09.8324003Z 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:09.8324827Z 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:09.8325756Z 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:09.8326585Z 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:09.8327430Z 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:09.8328269Z 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:09.8329111Z 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:09.8330120Z 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:09.8330945Z 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:09.8331774Z 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:09.8332619Z 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:09.8333438Z 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:09.8334287Z 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:09.8335093Z 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:09.8336052Z 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:09.8336995Z 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:09.8337963Z 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:09.8338905Z 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:09.8339839Z 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:09.8340781Z 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:09.8341743Z 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:09.8342665Z 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:09.8343623Z 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:09.8344540Z 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:09.8345524Z 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:09.8346492Z 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:09.8347422Z 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:09.8348348Z 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:09.8349260Z 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:09.8350183Z 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:09.8351116Z 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:09.8352007Z 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:09.8352944Z 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:09.8353841Z 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:09.8354791Z 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:09.8355735Z 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:09.8356685Z 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:09.8357626Z 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:09.8358556Z 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:09.8359492Z 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:09.8360444Z 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:09.8361404Z 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:09.8362404Z 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:09.8363321Z 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:09.8364246Z 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:09.8365170Z 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:09.8366103Z 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:09.8367019Z 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:09.8367923Z 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:09.8368836Z 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:09.8369833Z 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:09.8370724Z 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:09.8371653Z 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:09.8372551Z 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:09.8373220Z 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:09.8373858Z 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:09.8374507Z 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:09.8375117Z 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:09.8375766Z 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:09.8376468Z 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:09.8377327Z 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:09.8378019Z 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:09.8378712Z 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:09.8379583Z 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:09.8380323Z 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:09.8381031Z 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:09.8381735Z 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:09.8382436Z 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:09.8383129Z 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:09.8383839Z 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:09.8384538Z 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:09.8385271Z 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:09.8385983Z 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:09.8386732Z 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:09.8387470Z 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:09.8388228Z 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:09.8388970Z 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:09.8389723Z 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:09.8390463Z 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:09.8391213Z 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:09.8392124Z 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:09.8392876Z 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:09.8393609Z 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:09.8394361Z 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:09.8395091Z 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:09.8395809Z 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:09.8396506Z 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:09.8397212Z 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:09.8397903Z 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:09.8398614Z 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:09.8399317Z 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:09.8400039Z 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:09.8400740Z 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:09.8401510Z 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:09.8402268Z 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:09.8403029Z 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:09.8403788Z 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:09.8404513Z 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:09.8405247Z 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:09.8405970Z 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:09.8406754Z 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:09.8407434Z 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:09.8408058Z 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:09.8408691Z 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:09.8409437Z 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:09.8410098Z 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:09.8410769Z 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:09.8411372Z 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:09.8412012Z 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:09.8412618Z 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:09.8413363Z 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:09.8414070Z 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:09.8414792Z 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:09.8415510Z 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:09.8416248Z 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:09.8416970Z 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:09.8417715Z 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:09.8418417Z 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:09.8419137Z 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:09.8419862Z 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:09.8420558Z 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:09.8421325Z 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:09.8422073Z 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:09.8422813Z 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:09.8423539Z 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:09.8424245Z 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:09.8424935Z 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:09.8425623Z 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:09.8426329Z 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:09.8427043Z 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:09.8427746Z 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:09.8428461Z 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:09.8429169Z 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:09.8429854Z 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:09.8430578Z 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:09.8431308Z 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:09.8432028Z 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:09.8432753Z 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:09.8433446Z 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:09.8434187Z 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:09.8434913Z 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:09.8435642Z 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:09.8436472Z 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:09.8437198Z 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:09.8437910Z 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:09.8438605Z 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:09.8439262Z 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:09.8439887Z 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:09.8440550Z 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:09.8441170Z 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:09.8441831Z 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:09.8442461Z 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:09.8443122Z 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:09.8443880Z 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:09.8444725Z 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:09.8445478Z 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:09.8446309Z 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:09.8447055Z 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:09.8447843Z 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:09.8448594Z 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:09.8449407Z 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:09.8450178Z 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:09.8451023Z 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:09.8451822Z 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:09.8452540Z 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:09.8453237Z 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:09.8453934Z 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:09.8454634Z 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:09.8455309Z 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:09.8456025Z 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:09.8456707Z 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:09.8457374Z 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:09.8458127Z 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:09.8458957Z 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:09.8459760Z 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:09.8460614Z 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:09.8461428Z 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:09.8462280Z 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:09.8463094Z 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:09.8463960Z 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:09.8464790Z 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:09.8465651Z 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:09.8466579Z 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:09.8467447Z 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:09.8468266Z 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:09.8469128Z 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:09.8469955Z 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:09.8470793Z 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:09.8471599Z 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:09.8472460Z 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:09.8473279Z 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:09.8474146Z 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:09.8474968Z 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:09.8475807Z 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:09.8476603Z 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:09.8477360Z 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:09.8478111Z 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:09.8478871Z 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:09.8479909Z 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:09.8480672Z 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:09.8481428Z 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:09.8482304Z 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:09.8483024Z 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:09.8483867Z 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:09.8484674Z 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:09.8485485Z 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:09.8486291Z 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:09.8487084Z 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:09.8487867Z 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:09.8488654Z 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:09.8489487Z 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:09.8490311Z 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:09.8491122Z 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:09.8491883Z 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:09.8492630Z 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:09.8493426Z 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:09.8494216Z 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:09.8494947Z 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:09.8495670Z 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:09.8496376Z 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:09.8497163Z 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:09.8497918Z 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:09.8498720Z 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:09.8499482Z 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:09.8500238Z 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:09.8500988Z 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:09.8501778Z 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:09.8502493Z 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:09.8503253Z 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:09.8503942Z 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:09.8504706Z 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:09.8505526Z 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:09.8506294Z 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:09.8506999Z 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:09.8507710Z 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:09.8508407Z 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:09.8509097Z 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:09.8509777Z 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:09.8510594Z 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:09.8511355Z 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:09.8512154Z 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:09.8512977Z 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:09.8513737Z 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:09.8514468Z 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:09.8515193Z 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:09.8516041Z 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:09.8516859Z 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:09.8517686Z 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:09.8518475Z 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:09.8519286Z 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:09.8520064Z 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:09.8520870Z 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:09.8521641Z 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:09.8522483Z 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:09.8523280Z 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:09.8524055Z 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:09.8524794Z 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:09.8525593Z 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:09.8526363Z 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:09.8527107Z 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:09.8527926Z 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:09.8528646Z 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:09.8529491Z 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:09.8530272Z 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:09.8531022Z 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:09.8531779Z 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:09.8532551Z 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:09.8533267Z 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:09.8534029Z 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:09.8534719Z 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:09.8535535Z 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:09.8536334Z 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:09.8537184Z 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:09.8537992Z 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:09.8538755Z 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:09.8539524Z 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:09.8540283Z 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:09.8541036Z 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:09.8541807Z 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:09.8542672Z 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:09.8543590Z 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:09.8544422Z 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:09.8545241Z 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:09.8546039Z 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:09.8546806Z 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:09.8547514Z 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:09.8548232Z 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:09.8548932Z 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:09.8549628Z 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:09.8550300Z 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:09.8551020Z 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:09.8551808Z 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:09.8552578Z 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:09.8553323Z 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:09.8554090Z 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:09.8554867Z 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:09.8555592Z 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:09.8556338Z 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:09.8557027Z 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:09.8557915Z 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:09.8558653Z 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:09.8559446Z 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:09.8560154Z 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:09.8560862Z 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:09.8561565Z 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:09.8562262Z 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:09.8562933Z 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:09.8563702Z 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:09.8564513Z 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:09.8565342Z 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:09.8566184Z 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:09.8567015Z 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:09.8567833Z 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:09.8568655Z 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:09.8569574Z 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:09.8570409Z 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:09.8571194Z 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:09.8572070Z 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:09.8572949Z 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:09.8573836Z 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:09.8574691Z 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:09.8575533Z 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:09.8576337Z 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:09.8577160Z 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:09.8577906Z 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:09.8578667Z 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:09.8579601Z 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:09.8580371Z 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:09.8581129Z 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:09.8581895Z 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:09.8582661Z 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:09.8583429Z 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:09.8584146Z 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:09.8584881Z 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:09.8585729Z 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:09.8586535Z 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:09.8587358Z 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:09.8588238Z 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:09.8589108Z 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:09.8589873Z 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:09.8590677Z 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:09.8591443Z 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:09.8592282Z 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:09.8593081Z 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:09.8593856Z 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:09.8594601Z 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:09.8595403Z 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:09.8596171Z 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:09.8596923Z 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:09.8597642Z 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:09.8598365Z 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:09.8599088Z 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:09.8599810Z 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:09.8600600Z 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:09.8601382Z 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:09.8602127Z 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:09.8602890Z 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:09.8603775Z 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:09.8604506Z 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:09.8605256Z 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:09.8605959Z 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:09.8606776Z 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:09.8607542Z 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:09.8608310Z 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:09.8609069Z 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:09.8609892Z 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:09.8610659Z 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:09.8611448Z 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:09.8612258Z 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:09.8613128Z 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:09.8613960Z 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:09.8614719Z 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:09.8615467Z 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:09.8616232Z 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:09.8616940Z 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:09.8617678Z 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:09.8618639Z 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:09.8619514Z 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:09.8620321Z 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:09.8621124Z 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:09.8621918Z 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:09.8622703Z 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:09.8623498Z 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:09.8624281Z 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:09.8625105Z 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:09.8625915Z 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:09.8626685Z 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:09.8627436Z 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:09.8628228Z 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:09.8629019Z 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:09.8629759Z 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:09.8630489Z 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:09.8631192Z 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:09.8631991Z 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:09.8632755Z 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:09.8633513Z 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:09.8634362Z 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:09.8635154Z 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:09.8635874Z 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:09.8636619Z 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:09.8637326Z 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:09.8638151Z 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:09.8638911Z 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:09.8639676Z 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:09.8640435Z 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:09.8641194Z 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:09.8641972Z 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:09.8642772Z 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:09.8643593Z 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:09.8644471Z 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:09.8646101Z 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:09.8647823Z 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:09.8649634Z 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:09.8651430Z 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:09.8653249Z 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:09.8655124Z 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:09.8657085Z 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:09.8658905Z 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:09.8660710Z 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:09.8662461Z 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:09.8664200Z 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:09.8665872Z 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:09.8667490Z 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:09.8669123Z 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:09.8670733Z 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:09.8672341Z 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:09.8673957Z 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:09.8675596Z 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:09.8677243Z 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:09.8678836Z 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:09.8680550Z 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:09.8682229Z 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:09.8683982Z 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:09.8685733Z 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:09.8687571Z 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:09.8689400Z 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:09.8691090Z 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:09.8692772Z 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:09.8694453Z 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:09.8696168Z 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:09.8697925Z 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:09.8699606Z 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:09.8701228Z 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:09.8702878Z 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:09.8704562Z 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:09.8706184Z 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:09.8707735Z 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:09.8709273Z 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:09.8710812Z 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:09.8712361Z 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:09.8713977Z 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:09.8715641Z 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:09.8717276Z 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:09.8718889Z 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:09.8720603Z 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:09.8722259Z 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:09.8723829Z 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:09.8725389Z 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:09.8726965Z 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:09.8728613Z 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:09.8730254Z 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:09.8731759Z 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:09.8733228Z 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:09.8734752Z 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:09.8736370Z 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:09.8737975Z 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:09.8739593Z 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:09.8741243Z 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:09.8742885Z 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:09.8744497Z 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:09.8746074Z 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:09.8747628Z 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:09.8749327Z 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:09.8751127Z 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:09.8753015Z 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:09.8754567Z 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:09.8755918Z 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:09.8757308Z 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:09.8758669Z 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:09.8760038Z 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:09.8761393Z 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:09.8762724Z 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:09.8764065Z 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:09.8765427Z 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:09.8766845Z 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:09.8768247Z 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:09.8769704Z 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:09.8771064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm' 2025-03-21T20:18:09.8772643Z 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:09.8774427Z 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:09.8776130Z 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:09.8777847Z 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:09.8779683Z 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:09.8781352Z 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:09.8782940Z 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:09.8784845Z 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:09.8786651Z 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:09.8788472Z 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:09.8790357Z 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:09.8792265Z 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:09.8794090Z 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:09.8795819Z 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:09.8797495Z 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:09.8799179Z 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:09.8800865Z 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:09.8802552Z 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:09.8804224Z 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:09.8805879Z 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:09.8807501Z 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:09.8809279Z 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:09.8811122Z 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:09.8812927Z 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:09.8814722Z 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:09.8816495Z 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:09.8818392Z 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:09.8820142Z 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:09.8821890Z 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:09.8823541Z 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:09.8825164Z 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:09.8826779Z 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:09.8828571Z 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:09.8830312Z 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:09.8832018Z 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:09.8833720Z 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:09.8835363Z 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:09.8836948Z 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:09.8838582Z 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:09.8840268Z 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:09.8841952Z 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:09.8843616Z 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:09.8845229Z 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:09.8846956Z 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:09.8848771Z 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:09.8850834Z 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:09.8852625Z 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:09.8854459Z 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:09.8856236Z 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:09.8858032Z 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:09.8859775Z 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:09.8861427Z 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:09.8863095Z 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:09.8864821Z 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:09.8866512Z 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:09.8868177Z 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:09.8869938Z 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:09.8871699Z 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:09.8873392Z 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:09.8875097Z 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:09.8876788Z 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:09.8878434Z 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:09.8880200Z 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:09.8881907Z 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:09.8883891Z 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:09.8885720Z 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:09.8887563Z 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:09.8889505Z 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:09.8891396Z 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:09.8893215Z 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:09.8895006Z 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:09.8896732Z 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:09.8898402Z 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:09.8900082Z 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:09.8901741Z 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:09.8903407Z 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:09.8905083Z 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:09.8906758Z 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:09.8908467Z 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:09.8910120Z 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:09.8911728Z 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:09.8913457Z 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:09.8915328Z 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:09.8917173Z 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:09.8918953Z 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:09.8920714Z 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:09.8922458Z 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:09.8924208Z 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:09.8925940Z 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:09.8927588Z 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:09.8929198Z 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:09.8930846Z 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:09.8932513Z 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:09.8934245Z 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:09.8935936Z 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:09.8937624Z 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:09.8939299Z 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:09.8941011Z 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:09.8942724Z 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:09.8944405Z 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:09.8946155Z 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:09.8948068Z 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:09.8950018Z 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:09.8951770Z 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:09.8953448Z 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:09.8955125Z 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:09.8956772Z 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:09.8958379Z 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:09.8960123Z 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:09.8961945Z 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:09.8963747Z 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:09.8965521Z 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:09.8967288Z 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:09.8969032Z 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:09.8970845Z 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:09.8972607Z 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:09.8974273Z 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:09.8975939Z 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:09.8977674Z 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:09.8979367Z 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:09.8981272Z 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:09.8983014Z 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:09.8984698Z 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:09.8986404Z 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:09.8988098Z 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:09.8989863Z 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:09.8991665Z 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:09.8993484Z 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:09.8995328Z 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:09.8997178Z 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:09.8999057Z 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:09.9000930Z 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:09.9002744Z 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:09.9004513Z 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:09.9006242Z 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:09.9007903Z 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:09.9009666Z 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:09.9011325Z 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:09.9012996Z 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:09.9014798Z 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:09.9016498Z 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:09.9018208Z 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:09.9019868Z 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:09.9021472Z 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:09.9023195Z 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:09.9025019Z 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:09.9026815Z 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:09.9028597Z 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:09.9030357Z 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:09.9032104Z 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:09.9033849Z 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:09.9035595Z 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:09.9037257Z 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:09.9038869Z 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:09.9040469Z 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:09.9042122Z 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:09.9043856Z 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:09.9045548Z 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:09.9047325Z 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:09.9049026Z 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:09.9050778Z 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:09.9052440Z 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:09.9054138Z 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:09.9055828Z 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:09.9057464Z 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:09.9059068Z 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:09.9060569Z 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:09.9061908Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc' 2025-03-21T20:18:09.9063399Z 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:09.9065022Z 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:09.9066637Z 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:09.9068263Z 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:09.9069918Z 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:09.9071567Z 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:09.9073200Z 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:09.9074949Z 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:09.9076901Z 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:09.9078637Z 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:09.9081238Z 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:09.9082959Z 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:09.9084747Z 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:09.9086386Z 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:09.9087921Z 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:09.9089690Z 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:09.9091177Z 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:09.9092754Z 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:09.9094325Z 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:09.9095902Z 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:09.9097574Z 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:09.9099192Z 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:09.9100971Z 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:09.9119607Z 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:09.9121199Z 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:09.9122777Z 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:09.9124325Z 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:09.9125852Z 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:09.9127437Z 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:09.9129091Z 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:09.9130924Z 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:09.9132672Z 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:09.9134154Z 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:09.9135521Z 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:09.9136878Z 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:09.9138233Z 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:09.9139611Z 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:09.9141063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear' 2025-03-21T20:18:09.9142516Z 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:09.9144068Z 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:09.9145645Z 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:09.9147194Z 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:09.9148731Z 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:09.9150278Z 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:09.9151811Z 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:09.9153346Z 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:09.9154883Z 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:09.9156387Z 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:09.9157912Z 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:09.9159472Z 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:09.9161017Z 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:09.9162601Z 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:09.9164205Z 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:09.9165791Z 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:09.9167367Z 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:09.9168907Z 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:09.9170513Z 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:09.9171979Z 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:09.9173360Z 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:09.9174753Z 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:09.9176144Z 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:09.9177516Z 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:09.9178921Z 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:09.9180570Z 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:09.9182171Z 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:09.9183944Z 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:09.9185700Z 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:09.9187455Z 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:09.9189217Z 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:09.9190977Z 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:09.9192673Z 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:09.9194403Z 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:09.9196170Z 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:09.9197866Z 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:09.9199517Z 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:09.9201166Z 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:09.9202807Z 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:09.9204453Z 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:09.9206104Z 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:09.9207744Z 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:09.9209384Z 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:09.9210924Z 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:09.9212460Z 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:09.9213980Z 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:09.9215469Z 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:09.9216996Z 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:09.9218520Z 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:09.9219999Z 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:09.9221525Z 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:09.9223214Z 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:09.9224981Z 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:09.9226810Z 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:09.9228652Z 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:09.9230481Z 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:09.9232303Z 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:09.9234173Z 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:09.9235996Z 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:09.9237788Z 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:09.9239550Z 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:09.9241225Z 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:09.9242848Z 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:09.9244487Z 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:09.9246120Z 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:09.9247752Z 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:09.9249447Z 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:09.9251055Z 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:09.9252657Z 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:09.9254345Z 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:09.9256112Z 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:09.9257873Z 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:09.9259670Z 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:09.9261453Z 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:09.9263153Z 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:09.9264850Z 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:09.9266548Z 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:09.9268291Z 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:09.9270047Z 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:09.9271746Z 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:09.9273379Z 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:09.9275052Z 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:09.9276768Z 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:09.9278402Z 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:09.9280259Z 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:09.9281818Z 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:09.9283380Z 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:09.9284949Z 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:09.9286592Z 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:09.9288278Z 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:09.9289972Z 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:09.9291709Z 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:09.9293428Z 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:09.9295062Z 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:09.9296644Z 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:09.9298238Z 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:09.9299809Z 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:09.9301515Z 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:09.9303222Z 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:09.9304829Z 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:09.9306365Z 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:09.9307896Z 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:09.9309408Z 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:09.9310901Z 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:09.9312519Z 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:09.9314223Z 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:09.9315857Z 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:09.9317501Z 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:09.9319148Z 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:09.9320750Z 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:09.9322420Z 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:09.9324193Z 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:09.9326021Z 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:09.9327776Z 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:09.9329606Z 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:09.9331333Z 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:09.9333282Z 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:09.9334982Z 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:09.9336681Z 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:09.9338403Z 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:09.9340156Z 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:09.9341861Z 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:09.9343500Z 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:09.9345164Z 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:09.9346883Z 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:09.9348511Z 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:09.9350099Z 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:09.9351655Z 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:09.9353281Z 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:09.9354974Z 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:09.9356690Z 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:09.9358380Z 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:09.9360043Z 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:09.9361668Z 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:09.9363273Z 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:09.9364840Z 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:09.9366489Z 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:09.9368189Z 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:09.9369913Z 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:09.9371579Z 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:09.9373222Z 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:09.9374874Z 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:09.9376580Z 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:09.9378381Z 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:09.9380358Z 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:09.9382138Z 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:09.9383813Z 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:09.9385408Z 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:09.9386957Z 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:09.9388491Z 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:09.9390210Z 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:09.9391715Z 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:09.9393224Z 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:09.9394853Z 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:09.9396542Z 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:09.9398186Z 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:09.9399808Z 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:09.9401466Z 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:09.9403096Z 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:09.9404699Z 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:09.9406295Z 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:09.9407898Z 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:09.9409664Z 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:09.9411363Z 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:09.9412959Z 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:09.9414505Z 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:09.9416035Z 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:09.9417568Z 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:09.9419075Z 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:09.9420633Z 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:09.9422455Z 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:09.9424222Z 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:09.9426009Z 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:09.9427825Z 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:09.9429606Z 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:09.9431400Z 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:09.9433205Z 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:09.9434937Z 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:09.9436731Z 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:09.9438570Z 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:09.9440398Z 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:09.9442230Z 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:09.9444017Z 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:09.9445760Z 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:09.9447478Z 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:09.9449109Z 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:09.9450801Z 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:09.9452432Z 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:09.9454119Z 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:09.9455810Z 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:09.9457469Z 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:09.9459128Z 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:09.9460741Z 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:09.9462322Z 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:09.9464016Z 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:09.9465806Z 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:09.9467566Z 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:09.9469296Z 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:09.9471010Z 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:09.9472698Z 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:09.9474399Z 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:09.9476095Z 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:09.9477817Z 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:09.9479715Z 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:09.9481407Z 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:09.9483047Z 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:09.9484729Z 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:09.9486430Z 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:09.9488250Z 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:09.9489909Z 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:09.9491458Z 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:09.9493041Z 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:09.9494603Z 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:09.9496237Z 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:09.9497932Z 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:09.9499577Z 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:09.9501211Z 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:09.9501998Z 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:09.9502741Z 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:09.9503498Z 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:09.9504213Z 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:09.9505043Z 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:09.9505819Z 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:09.9506600Z 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:09.9507404Z 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:09.9508166Z 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:09.9508942Z 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:09.9509794Z 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:09.9510631Z 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:09.9511504Z 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:09.9512362Z 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:09.9513123Z 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:09.9513909Z 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:09.9514635Z 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:09.9515381Z 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:09.9516227Z 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:09.9517067Z 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:09.9517902Z 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:09.9518715Z 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:09.9519518Z 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:09.9520308Z 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:09.9521108Z 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:09.9521881Z 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:09.9522722Z 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:09.9523528Z 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:09.9524313Z 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:09.9525111Z 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:09.9525971Z 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:09.9526747Z 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:09.9527503Z 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:09.9528226Z 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:09.9528953Z 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:09.9529819Z 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:09.9530601Z 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:09.9531361Z 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:09.9532134Z 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:09.9532921Z 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:09.9533671Z 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:09.9534431Z 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:09.9535153Z 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:09.9535972Z 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:09.9536747Z 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:09.9537519Z 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:09.9538325Z 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:09.9539087Z 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:09.9539864Z 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:09.9540767Z 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:09.9541599Z 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:09.9542357Z 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:09.9543085Z 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:09.9543866Z 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:09.9544716Z 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:09.9545531Z 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:09.9546420Z 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:09.9547257Z 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:09.9548146Z 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:09.9548992Z 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:09.9549809Z 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:09.9550632Z 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:09.9551388Z 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:09.9552168Z 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:09.9552934Z 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:09.9553699Z 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:09.9554462Z 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:09.9555236Z 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:09.9556129Z 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:09.9556910Z 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:09.9557634Z 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:09.9558377Z 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:09.9559218Z 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:09.9560065Z 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:09.9560887Z 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:09.9561703Z 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:09.9562501Z 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:09.9563295Z 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:09.9564098Z 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:09.9564889Z 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:09.9565722Z 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:09.9566540Z 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:09.9567312Z 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:09.9568077Z 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:09.9568882Z 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:09.9569732Z 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:09.9570482Z 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:09.9571389Z 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:09.9572108Z 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:09.9572853Z 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:09.9573561Z 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:09.9574379Z 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:09.9575153Z 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:09.9575926Z 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:09.9576681Z 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:09.9577462Z 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:09.9578198Z 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:09.9578960Z 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:09.9579810Z 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:09.9580588Z 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:09.9581374Z 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:09.9582086Z 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:09.9582802Z 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:09.9583470Z 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:09.9584243Z 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:09.9584990Z 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:09.9585761Z 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:09.9586684Z 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:09.9587465Z 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:09.9588218Z 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:09.9588987Z 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:09.9589701Z 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:09.9590450Z 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:09.9591056Z 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:09.9591712Z 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:09.9592337Z 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:09.9592970Z 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:09.9593613Z 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:09.9594236Z 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:09.9594850Z 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:09.9595468Z 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:09.9596113Z 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:09.9596790Z 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:09.9597443Z 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:09.9598093Z 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:09.9598696Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm' 2025-03-21T20:18:09.9599425Z 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:09.9600183Z 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:09.9600965Z 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:09.9601759Z 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:09.9602534Z 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:09.9603318Z 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:09.9603977Z 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:09.9604746Z 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:09.9605500Z 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:09.9606137Z 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:09.9606741Z 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:09.9607353Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-maxpool' 2025-03-21T20:18:09.9608100Z 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:09.9608871Z 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:09.9609730Z 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:09.9610489Z 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:09.9611236Z 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:09.9612028Z 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:09.9612825Z 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:09.9613556Z 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:09.9614306Z 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:09.9615054Z 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:09.9615874Z 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:09.9616690Z 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:09.9617480Z 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:09.9618253Z 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:09.9618944Z 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:09.9619547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool' 2025-03-21T20:18:09.9620297Z 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:09.9621003Z 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:09.9621746Z 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:09.9622450Z 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:09.9623179Z 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:09.9623900Z 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:09.9624702Z 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:09.9625465Z 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:09.9626207Z 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:09.9626911Z 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:09.9627634Z 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:09.9628345Z 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:09.9629137Z 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:09.9629889Z 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:09.9630760Z 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:09.9631706Z 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:09.9632539Z 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:09.9633362Z 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:09.9634089Z 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:09.9634806Z 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:09.9635504Z 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:09.9636296Z 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:09.9637073Z 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:09.9637875Z 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:09.9638642Z 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:09.9639519Z 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:09.9640361Z 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:09.9641213Z 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:09.9642031Z 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:09.9642779Z 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:09.9643483Z 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:09.9644109Z 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:09.9644705Z 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:09.9645324Z 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:09.9645910Z 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:09.9646704Z 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:09.9647289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm' 2025-03-21T20:18:09.9647974Z 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:09.9648580Z 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:09.9649182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-prelu' 2025-03-21T20:18:09.9649910Z 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:09.9650594Z 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:09.9651400Z 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:09.9652201Z 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:09.9653014Z 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:09.9653770Z 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:09.9654532Z 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:09.9655385Z 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:09.9656251Z 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:09.9657140Z 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:09.9658021Z 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:09.9658931Z 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:09.9659825Z 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:09.9660723Z 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:09.9661684Z 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:09.9662607Z 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:09.9663471Z 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:09.9664376Z 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:09.9665271Z 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:09.9666174Z 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:09.9667062Z 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:09.9667932Z 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:09.9668790Z 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:09.9669585Z 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:09.9670393Z 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:09.9671201Z 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:09.9671979Z 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:09.9672767Z 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:09.9673584Z 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:09.9674384Z 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:09.9675149Z 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:09.9675893Z 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:09.9676773Z 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:09.9677623Z 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:09.9678431Z 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:09.9679198Z 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:09.9680289Z 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:09.9681140Z 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:09.9681953Z 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:09.9682764Z 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:09.9683571Z 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:09.9684422Z 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:09.9685296Z 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:09.9686052Z 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:09.9686817Z 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:09.9687570Z 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:09.9688328Z 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:09.9689189Z 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:09.9690112Z 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:09.9690966Z 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:09.9691826Z 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:09.9692740Z 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:09.9693603Z 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:09.9694424Z 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:09.9695190Z 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:09.9695999Z 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:09.9696807Z 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:09.9697616Z 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:09.9698473Z 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:09.9699287Z 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:09.9700055Z 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:09.9700869Z 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:09.9701668Z 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:09.9702480Z 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:09.9703340Z 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:09.9704216Z 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:09.9705070Z 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:09.9705936Z 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:09.9706725Z 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:09.9707532Z 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:09.9708453Z 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:09.9709233Z 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:09.9710028Z 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:09.9710839Z 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:09.9711643Z 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:09.9712452Z 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:09.9713250Z 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:09.9714055Z 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:09.9714688Z 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:09.9715317Z 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:09.9716143Z 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:09.9716984Z 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:09.9717807Z 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:09.9718644Z 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:09.9719468Z 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:09.9720305Z 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:09.9721128Z 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:09.9721959Z 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:09.9722819Z 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:09.9723737Z 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:09.9724541Z 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:09.9725382Z 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:09.9726182Z 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:09.9727006Z 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:09.9727832Z 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:09.9728588Z 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:09.9729405Z 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:09.9730145Z 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:09.9730904Z 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:09.9731628Z 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:09.9732495Z 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:09.9733348Z 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:09.9734251Z 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:09.9735124Z 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:09.9736043Z 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:09.9736921Z 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:09.9737834Z 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:09.9738799Z 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:09.9739741Z 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:09.9740595Z 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:09.9741516Z 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:09.9742392Z 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:09.9743310Z 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:09.9744181Z 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:09.9745063Z 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:09.9745907Z 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:09.9746718Z 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:09.9747512Z 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:09.9748321Z 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:09.9749128Z 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:09.9749905Z 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:09.9750690Z 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:09.9751585Z 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:09.9752449Z 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:09.9753321Z 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:09.9754222Z 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:09.9755128Z 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:09.9755955Z 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:09.9756809Z 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:09.9757635Z 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:09.9758521Z 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:09.9759371Z 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:09.9760194Z 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:09.9760983Z 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:09.9761846Z 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:09.9762669Z 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:09.9763463Z 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:09.9764226Z 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:09.9765006Z 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:09.9765766Z 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:09.9766612Z 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:09.9767422Z 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:09.9768232Z 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:09.9769024Z 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:09.9770019Z 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:09.9770784Z 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:09.9771592Z 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:09.9772331Z 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:09.9773126Z 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:09.9773949Z 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:09.9774774Z 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:09.9775584Z 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:09.9776395Z 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:09.9777242Z 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:09.9778002Z 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:09.9778761Z 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:09.9779715Z 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:09.9780467Z 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:09.9781191Z 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:09.9782000Z 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:09.9782798Z 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:09.9783635Z 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:09.9784429Z 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:09.9785436Z 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:09.9786260Z 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:09.9787047Z 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:09.9787820Z 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:09.9788709Z 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:09.9789568Z 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:09.9790438Z 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:09.9791277Z 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:09.9792129Z 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:09.9792945Z 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:09.9793800Z 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:09.9794614Z 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:09.9795488Z 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:09.9796332Z 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:09.9797153Z 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:09.9797939Z 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:09.9798785Z 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:09.9799607Z 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:09.9800458Z 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:09.9801265Z 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:09.9802031Z 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:09.9802861Z 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:09.9803678Z 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:09.9804476Z 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:09.9805287Z 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:09.9806110Z 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:09.9806887Z 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:09.9807680Z 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:09.9808442Z 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:09.9809360Z 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:09.9810204Z 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:09.9811072Z 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:09.9811867Z 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:09.9812678Z 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:09.9813503Z 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:09.9814315Z 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:09.9815120Z 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:09.9816106Z 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:09.9817005Z 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:09.9817860Z 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:09.9818653Z 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:09.9819413Z 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:09.9820162Z 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:09.9820920Z 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:09.9821660Z 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:09.9822397Z 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:09.9823170Z 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:09.9824139Z 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:09.9824948Z 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:09.9825758Z 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:09.9826548Z 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:09.9827391Z 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:09.9828160Z 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:09.9828965Z 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:09.9829701Z 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:09.9830543Z 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:09.9831357Z 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:09.9832162Z 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:09.9832907Z 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:09.9833657Z 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:09.9834534Z 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:09.9835433Z 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:09.9836287Z 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:09.9837145Z 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:09.9837996Z 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:09.9838808Z 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:09.9839609Z 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:09.9840417Z 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:09.9841227Z 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:09.9842007Z 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:09.9842782Z 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:09.9843671Z 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:09.9844544Z 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:09.9845392Z 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:09.9846235Z 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:09.9847203Z 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:09.9848036Z 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:09.9848874Z 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:09.9849762Z 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:09.9850633Z 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:09.9851488Z 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:09.9852294Z 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:09.9853094Z 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:09.9853929Z 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:09.9854765Z 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:09.9855554Z 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:09.9856333Z 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:09.9857101Z 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:09.9857874Z 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:09.9858711Z 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:09.9859530Z 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:09.9860323Z 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:09.9861128Z 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:09.9862001Z 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:09.9862817Z 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:09.9863609Z 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:09.9864360Z 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:09.9865149Z 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:09.9865965Z 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:09.9866793Z 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:09.9867607Z 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:09.9868416Z 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:09.9869252Z 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:09.9870108Z 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:09.9870912Z 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:09.9871704Z 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:09.9872480Z 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:09.9873255Z 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:09.9874147Z 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:09.9875005Z 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:09.9875871Z 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:09.9876704Z 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:09.9877607Z 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:09.9878468Z 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:09.9879316Z 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:09.9880269Z 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:09.9881145Z 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:09.9881993Z 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:09.9882812Z 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:09.9883602Z 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:09.9884441Z 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:09.9885269Z 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:09.9886051Z 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:09.9886828Z 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:09.9887585Z 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:09.9888430Z 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:09.9889294Z 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:09.9890110Z 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:09.9890907Z 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:09.9891748Z 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:09.9892514Z 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:09.9893490Z 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:09.9894238Z 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:09.9895056Z 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:09.9895858Z 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:09.9896700Z 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:09.9897498Z 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:09.9898314Z 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:09.9899168Z 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:09.9899973Z 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:09.9900737Z 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:09.9901580Z 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:09.9902437Z 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:09.9903298Z 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:09.9904147Z 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:09.9905012Z 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:09.9905803Z 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:09.9906599Z 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:09.9907393Z 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:09.9908276Z 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:09.9909088Z 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:09.9909876Z 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:09.9910752Z 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:09.9911616Z 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:09.9912475Z 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:09.9913324Z 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:09.9914161Z 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:09.9914987Z 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:09.9915826Z 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:09.9916665Z 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:09.9917530Z 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:09.9918386Z 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:09.9919195Z 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:09.9919997Z 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:09.9920837Z 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:09.9921662Z 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:09.9922440Z 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:09.9923199Z 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:09.9924071Z 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:09.9924825Z 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:09.9925672Z 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:09.9926484Z 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:09.9927290Z 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:09.9928085Z 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:09.9928918Z 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:09.9929736Z 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:09.9930543Z 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:09.9931286Z 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:09.9932092Z 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:09.9932882Z 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:09.9933720Z 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:09.9934514Z 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:09.9935359Z 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:09.9936149Z 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:09.9936957Z 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:09.9937746Z 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:09.9938580Z 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:09.9939481Z 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:09.9940313Z 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:09.9941107Z 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:09.9941749Z 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:09.9942361Z 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:09.9943139Z 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:09.9943893Z 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:09.9944660Z 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:09.9945410Z 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:09.9946175Z 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:09.9946933Z 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:09.9947580Z 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:09.9948188Z 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:09.9948794Z 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:09.9949417Z 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:09.9950054Z 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:09.9950708Z 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:09.9951405Z 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:09.9952115Z 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:09.9952811Z 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:09.9953563Z 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:09.9954311Z 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:09.9955025Z 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:09.9955722Z 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:09.9956435Z 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:09.9957158Z 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:09.9957897Z 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:09.9975351Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:09.9975560Z + echo ::endgroup:: 2025-03-21T20:18:09.9976333Z 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:09.9977066Z 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:09.9977782Z 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:09.9978521Z 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:09.9979239Z 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:09.9980135Z 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:09.9980845Z 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:09.9981551Z 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:09.9982269Z 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:09.9982971Z 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:09.9983685Z 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:09.9984397Z 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:09.9985121Z 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:09.9986006Z 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:09.9986795Z 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:09.9987503Z 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:09.9988202Z 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:09.9988915Z 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:09.9989610Z 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:09.9990377Z 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:09.9991115Z 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:09.9991874Z 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:09.9992613Z 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:09.9993370Z 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:09.9994107Z 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:09.9994855Z 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:09.9995597Z 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:09.9996345Z 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:09.9997086Z 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:09.9997842Z 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:09.9998585Z 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:09.9999295Z 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:09.9999991Z 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:10.0000751Z 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:10.0001498Z 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:10.0002216Z 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:10.0002918Z 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:10.0003629Z 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:10.0004326Z 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:10.0005060Z 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:10.0005795Z 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:10.0006524Z 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:10.0007264Z 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:10.0008004Z 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:10.0008761Z 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:10.0009564Z 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:10.0010315Z 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:10.0011062Z 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:10.0011820Z 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:10.0012572Z 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:10.0013325Z 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:10.0013952Z 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:10.0014575Z 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:10.0015186Z 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:10.0015919Z 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:10.0016527Z 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:10.0017197Z 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:10.0017857Z 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:10.0018523Z 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:10.0019130Z 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:10.0019800Z 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:10.0020461Z 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:10.0021068Z 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:10.0021715Z 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:10.0022413Z 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:10.0023130Z 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:10.0023822Z 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:10.0024526Z 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:10.0025230Z 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:10.0025942Z 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:10.0026633Z 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:10.0027345Z 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:10.0028071Z 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:10.0028806Z 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:10.0029530Z 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:10.0030330Z 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:10.0031077Z 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:10.0031786Z 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:10.0032484Z 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:10.0033188Z 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:10.0033895Z 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:10.0034615Z 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:10.0035325Z 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:10.0036047Z 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:10.0036747Z 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:10.0037447Z 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:10.0038162Z 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:10.0038861Z 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:10.0039618Z 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:10.0040367Z 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:10.0041125Z 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:10.0041875Z 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:10.0042630Z 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:10.0043375Z 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:10.0044128Z 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:10.0044866Z 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:10.0045712Z 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:10.0046450Z 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:10.0047199Z 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:10.0047937Z 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:10.0048648Z 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:10.0049419Z 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:10.0050135Z 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:10.0050828Z 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:10.0051567Z 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:10.0052299Z 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:10.0053047Z 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:10.0053775Z 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:10.0054532Z 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:10.0055269Z 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:10.0056005Z 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:10.0056769Z 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:10.0057516Z 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:10.0058275Z 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:10.0059024Z 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:10.0059784Z 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:10.0060575Z 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:10.0061189Z 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:10.0061856Z 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:10.0062584Z 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:10.0063406Z 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:10.0064245Z 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:10.0065033Z 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:10.0065861Z 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:10.0066674Z 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:10.0067485Z 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:10.0068309Z 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:10.0069111Z 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:10.0069922Z 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:10.0070751Z 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:10.0071544Z 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:10.0072372Z 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:10.0073188Z 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:10.0074015Z 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:10.0074804Z 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:10.0075933Z 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:10.0076812Z 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:10.0077681Z 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:10.0078549Z 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:10.0079577Z 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:10.0080463Z 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:10.0081352Z 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:10.0082202Z 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:10.0083088Z 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:10.0083968Z 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:10.0084848Z 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:10.0085697Z 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:10.0086786Z 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:10.0087666Z 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:10.0088543Z 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:10.0089203Z 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:10.0089916Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax' 2025-03-21T20:18:10.0090554Z 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:10.0091384Z 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:10.0092228Z 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:10.0092987Z 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:10.0093738Z 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:10.0094494Z 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:10.0095269Z 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:10.0096012Z 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:10.0096786Z 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:10.0097693Z 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:10.0098472Z 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:10.0099234Z 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:10.0099992Z 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:10.0100747Z 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:10.0101515Z 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:10.0102277Z 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:10.0103030Z 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:10.0103851Z 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:10.0104684Z 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:10.0105485Z 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:10.0106323Z 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:10.0107231Z 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:10.0108065Z 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:10.0108886Z 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:10.0109690Z 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:10.0110510Z 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:10.0111355Z 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:10.0112174Z 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:10.0112983Z 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:10.0113804Z 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:10.0114639Z 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:10.0115428Z 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:10.0116084Z 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:10.0116702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp' 2025-03-21T20:18:10.0117423Z 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:10.0118160Z 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:10.0118929Z 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:10.0119669Z 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:10.0120570Z 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:10.0121484Z 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:10.0122434Z 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:10.0123362Z 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:10.0124250Z 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:10.0125157Z 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:10.0126060Z 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:10.0126937Z 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:10.0127859Z 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:10.0128793Z 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:10.0129785Z 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:10.0130702Z 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:10.0131627Z 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:10.0132597Z 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:10.0133551Z 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:10.0134517Z 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:10.0135412Z 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:10.0136340Z 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:10.0137246Z 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:10.0138235Z 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:10.0139192Z 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:10.0140102Z 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:10.0140967Z 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:10.0141868Z 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:10.0142804Z 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:10.0143736Z 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:10.0144634Z 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:10.0145566Z 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:10.0146463Z 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:10.0147374Z 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:10.0148236Z 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:10.0149140Z 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:10.0150095Z 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:10.0151064Z 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:10.0151985Z 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:10.0152951Z 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:10.0153865Z 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:10.0154891Z 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:10.0155779Z 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:10.0156705Z 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:10.0157572Z 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:10.0158546Z 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:10.0159460Z 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:10.0160406Z 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:10.0161345Z 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:10.0162296Z 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:10.0163176Z 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:10.0164088Z 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:10.0164987Z 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:10.0165899Z 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:10.0166801Z 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:10.0167705Z 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:10.0168676Z 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:10.0169680Z 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:10.0170738Z 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:10.0171816Z 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:10.0172762Z 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:10.0173743Z 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:10.0174666Z 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:10.0175604Z 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:10.0176498Z 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:10.0177429Z 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:10.0178127Z 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:10.0178862Z 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:10.0179771Z 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:10.0180487Z 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:10.0181194Z 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:10.0181964Z 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:10.0182693Z 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:10.0183424Z 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:10.0184161Z 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:10.0184853Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax' 2025-03-21T20:18:10.0185443Z 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:10.0186169Z 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:10.0186979Z 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:10.0187705Z 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:10.0188451Z 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:10.0189206Z 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:10.0189967Z 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:10.0190715Z 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:10.0191474Z 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:10.0192206Z 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:10.0192953Z 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:10.0193685Z 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:10.0194425Z 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:10.0195155Z 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:10.0195897Z 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:10.0196615Z 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:10.0197358Z 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:10.0198085Z 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:10.0198821Z 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:10.0199579Z 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:10.0200339Z 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:10.0201150Z 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:10.0201837Z 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:10.0202432Z 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:10.0203039Z 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:10.0203646Z 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:10.0204236Z 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:10.0204869Z 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:10.0205458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum' 2025-03-21T20:18:10.0206074Z 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:10.0206691Z 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:10.0207406Z 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:10.0208108Z 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:10.0208824Z 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:10.0209616Z 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:10.0210295Z 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:10.0210981Z 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:10.0211704Z 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:10.0212427Z 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:10.0213152Z 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:10.0213863Z 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:10.0214581Z 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:10.0215288Z 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:10.0216111Z 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:10.0216778Z 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:10.0217486Z 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:10.0218155Z 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:10.0218825Z 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:10.0219510Z 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:10.0220182Z 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:10.0220878Z 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:10.0221577Z 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:10.0222295Z 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:10.0222997Z 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:10.0223726Z 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:10.0224420Z 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:10.0225131Z 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:10.0225829Z 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:10.0226513Z 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:10.0227208Z 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:10.0227889Z 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:10.0228589Z 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:10.0229300Z 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:10.0229996Z 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:10.0230798Z 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:10.0231556Z 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:10.0232327Z 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:10.0233082Z 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:10.0233826Z 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:10.0234581Z 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:10.0235336Z 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:10.0236135Z 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:10.0236900Z 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:10.0237647Z 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:10.0238416Z 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:10.0239129Z 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:10.0239825Z 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:10.0240537Z 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:10.0241232Z 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:10.0241921Z 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:10.0242606Z 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:10.0243336Z 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:10.0244046Z 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:10.0244772Z 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:10.0245553Z 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:10.0246322Z 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:10.0247021Z 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:10.0247739Z 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:10.0248409Z 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:10.0249127Z 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:10.0249860Z 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:10.0250546Z 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:10.0251213Z 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:10.0251882Z 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:10.0252582Z 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:10.0253295Z 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:10.0254015Z 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:10.0254720Z 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:10.0255443Z 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:10.0256138Z 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:10.0256853Z 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:10.0257551Z 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:10.0258225Z 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:10.0258915Z 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:10.0259602Z 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:10.0260367Z 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:10.0261127Z 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:10.0261817Z 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:10.0262523Z 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:10.0263286Z 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:10.0264069Z 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:10.0264835Z 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:10.0265576Z 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:10.0266327Z 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:10.0267100Z 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:10.0267865Z 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:10.0268643Z 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:10.0269379Z 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:10.0270138Z 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:10.0270861Z 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:10.0271570Z 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:10.0272289Z 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:10.0272997Z 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:10.0273687Z 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:10.0274388Z 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:10.0275176Z 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:10.0275946Z 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:10.0276685Z 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:10.0277412Z 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:10.0278139Z 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:10.0278851Z 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:10.0279774Z 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:10.0280458Z 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:10.0281183Z 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:10.0281869Z 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:10.0282567Z 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:10.0283251Z 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:10.0283945Z 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:10.0284641Z 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:10.0285374Z 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:10.0286089Z 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:10.0286825Z 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:10.0287540Z 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:10.0288247Z 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:10.0288968Z 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:10.0289735Z 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:10.0290583Z 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:10.0291287Z 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:10.0291983Z 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:10.0292695Z 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:10.0293418Z 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:10.0294138Z 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:10.0294859Z 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:10.0295631Z 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:10.0296415Z 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:10.0297186Z 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:10.0297952Z 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:10.0298712Z 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:10.0299503Z 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:10.0300288Z 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:10.0301081Z 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:10.0301840Z 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:10.0302632Z 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:10.0303261Z 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:10.0303881Z 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:10.0304490Z 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:10.0305233Z 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:10.0305888Z 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:10.0306521Z 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:10.0307137Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax' 2025-03-21T20:18:10.0307729Z 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:10.0308357Z 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:10.0309001Z 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:10.0309703Z 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:10.0310378Z 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:10.0311068Z 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:10.0311744Z 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:10.0312406Z 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:10.0313076Z 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:10.0313784Z 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:10.0314480Z 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:10.0315189Z 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:10.0315884Z 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:10.0316579Z 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:10.0317258Z 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:10.0317920Z 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:10.0318598Z 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:10.0319286Z 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:10.0320082Z 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:10.0320763Z 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:10.0321460Z 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:10.0322111Z 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:10.0322803Z 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:10.0323472Z 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:10.0324175Z 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:10.0324865Z 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:10.0325564Z 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:10.0326250Z 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:10.0326946Z 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:10.0327624Z 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:10.0328310Z 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:10.0328956Z 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:10.0329712Z 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:10.0330424Z 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:10.0331143Z 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:10.0331850Z 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:10.0332540Z 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:10.0333240Z 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:10.0333856Z 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:10.0334545Z 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:10.0335141Z 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:10.0335757Z 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:10.0336337Z 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:10.0336957Z 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:10.0337540Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum' 2025-03-21T20:18:10.0338334Z 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:10.0339103Z 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:10.0339865Z 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:10.0340658Z 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:10.0341393Z 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:10.0342102Z 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:10.0342812Z 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:10.0343530Z 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:10.0344299Z 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:10.0345052Z 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:10.0345826Z 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:10.0346544Z 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:10.0347253Z 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:10.0348021Z 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:10.0348768Z 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:10.0349587Z 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:10.0350294Z 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:10.0351145Z 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:10.0351989Z 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:10.0352892Z 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:10.0360217Z 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:10.0361236Z 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:10.0362098Z 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:10.0362949Z 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:10.0363778Z 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:10.0364636Z 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:10.0365437Z 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:10.0366277Z 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:10.0367071Z 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:10.0367853Z 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:10.0368770Z 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:10.0369628Z 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:10.0370440Z 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:10.0371255Z 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:10.0372233Z 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:10.0373001Z 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:10.0373740Z 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:10.0374515Z 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:10.0375273Z 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:10.0376056Z 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:10.0376766Z 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:10.0377568Z 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:10.0378275Z 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:10.0379060Z 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:10.0380000Z 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:10.0380768Z 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:10.0381480Z 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:10.0382206Z 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:10.0382907Z 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:10.0383685Z 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:10.0384409Z 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:10.0385122Z 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:10.0385892Z 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:10.0386622Z 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:10.0387529Z 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:10.0388227Z 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:10.0389094Z 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:10.0389928Z 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:10.0390740Z 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:10.0391540Z 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:10.0392326Z 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:10.0393178Z 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:10.0394044Z 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:10.0394851Z 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:10.0395672Z 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:10.0396470Z 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:10.0397311Z 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:10.0398109Z 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:10.0398886Z 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:10.0399654Z 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:10.0400417Z 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:10.0401233Z 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:10.0402043Z 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:10.0402917Z 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:10.0403690Z 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:10.0404434Z 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:10.0405208Z 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:10.0405961Z 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:10.0406729Z 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:10.0407443Z 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:10.0408156Z 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:10.0408925Z 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:10.0409724Z 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:10.0410445Z 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:10.0411210Z 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:10.0411918Z 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:10.0412613Z 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:10.0413464Z 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:10.0414298Z 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:10.0415099Z 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:10.0415889Z 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:10.0416672Z 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:10.0417558Z 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:10.0418465Z 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:10.0419260Z 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:10.0420067Z 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:10.0420848Z 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:10.0421677Z 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:10.0422473Z 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:10.0423240Z 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:10.0423989Z 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:10.0424744Z 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:10.0425566Z 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:10.0426370Z 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:10.0427118Z 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:10.0427876Z 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:10.0428613Z 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:10.0429382Z 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:10.0430130Z 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:10.0430907Z 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:10.0431668Z 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:10.0432422Z 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:10.0433251Z 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:10.0433973Z 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:10.0434668Z 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:10.0435422Z 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:10.0436132Z 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:10.0436843Z 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:10.0437606Z 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:10.0438334Z 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:10.0439056Z 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:10.0439809Z 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:10.0440543Z 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:10.0441236Z 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:10.0442099Z 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:10.0442931Z 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:10.0443742Z 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:10.0444541Z 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:10.0445327Z 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:10.0446169Z 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:10.0447008Z 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:10.0447847Z 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:10.0448696Z 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:10.0449527Z 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:10.0450360Z 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:10.0451152Z 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:10.0451922Z 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:10.0452677Z 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:10.0453422Z 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:10.0454224Z 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:10.0455024Z 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:10.0455784Z 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:10.0456546Z 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:10.0457287Z 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:10.0458043Z 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:10.0458747Z 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:10.0459510Z 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:10.0460212Z 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:10.0460827Z 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:10.0461468Z 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:10.0462058Z 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:10.0462750Z 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:10.0463445Z 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:10.0464051Z 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:10.0464704Z 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:10.0465324Z 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:10.0465906Z 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:10.0466588Z 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:10.0467202Z 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:10.0467797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm' 2025-03-21T20:18:10.0468390Z 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:10.0468988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vabs' 2025-03-21T20:18:10.0469599Z 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:10.0470239Z 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:10.0470848Z 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:10.0471496Z 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:10.0472141Z 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:10.0472747Z 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:10.0473374Z 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:10.0473980Z 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:10.0474602Z 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:10.0475210Z 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:10.0475838Z 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:10.0476440Z 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:10.0477113Z 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:10.0477792Z 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:10.0478428Z 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:10.0479078Z 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:10.0479861Z 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:10.0480496Z 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:10.0481132Z 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:10.0481757Z 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:10.0482413Z 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:10.0483021Z 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:10.0483635Z 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:10.0484326Z 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:10.0484992Z 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:10.0485695Z 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:10.0486389Z 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:10.0487081Z 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:10.0487752Z 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:10.0488441Z 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:10.0489109Z 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:10.0489853Z 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:10.0490519Z 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:10.0491203Z 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:10.0492034Z 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:10.0492727Z 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:10.0493404Z 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:10.0494102Z 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:10.0494767Z 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:10.0495445Z 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:10.0496118Z 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:10.0496799Z 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:10.0497470Z 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:10.0498137Z 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:10.0498852Z 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:10.0499543Z 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:10.0500253Z 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:10.0500932Z 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:10.0501614Z 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:10.0502309Z 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:10.0503025Z 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:10.0503705Z 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:10.0504388Z 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:10.0505068Z 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:10.0505752Z 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:10.0506527Z 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:10.0507211Z 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:10.0507883Z 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:10.0508587Z 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:10.0509272Z 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:10.0509969Z 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:10.0510648Z 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:10.0511333Z 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:10.0512005Z 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:10.0512696Z 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:10.0513370Z 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:10.0514055Z 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:10.0514742Z 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:10.0515444Z 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:10.0516152Z 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:10.0516843Z 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:10.0517561Z 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:10.0518269Z 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:10.0518946Z 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:10.0519612Z 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:10.0520301Z 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:10.0521040Z 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:10.0521770Z 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:10.0522442Z 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:10.0523129Z 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:10.0523802Z 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:10.0524497Z 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:10.0525177Z 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:10.0525846Z 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:10.0526503Z 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:10.0527178Z 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:10.0527839Z 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:10.0528512Z 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:10.0529192Z 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:10.0529958Z 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:10.0530657Z 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:10.0531347Z 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:10.0532089Z 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:10.0532805Z 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:10.0533492Z 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:10.0534159Z 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:10.0534864Z 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:10.0535678Z 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:10.0536412Z 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:10.0537085Z 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:10.0537784Z 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:10.0538471Z 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:10.0539163Z 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:10.0539850Z 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:10.0540534Z 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:10.0541207Z 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:10.0541895Z 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:10.0542570Z 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:10.0543251Z 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:10.0543939Z 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:10.0544641Z 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:10.0545349Z 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:10.0546046Z 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:10.0546731Z 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:10.0547384Z 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:10.0548084Z 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:10.0548769Z 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:10.0549456Z 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:10.0550172Z 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:10.0550893Z 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:10.0551559Z 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:10.0552234Z 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:10.0552897Z 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:10.0553577Z 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:10.0554258Z 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:10.0554947Z 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:10.0555618Z 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:10.0556307Z 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:10.0556968Z 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:10.0557648Z 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:10.0558310Z 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:10.0558968Z 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:10.0559651Z 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:10.0560322Z 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:10.0561061Z 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:10.0561778Z 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:10.0562503Z 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:10.0563218Z 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:10.0563941Z 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:10.0564697Z 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:10.0565430Z 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:10.0566091Z 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:10.0566796Z 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:10.0567491Z 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:10.0568177Z 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:10.0568855Z 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:10.0569600Z 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:10.0570271Z 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:10.0570962Z 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:10.0571640Z 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:10.0572339Z 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:10.0573028Z 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:10.0573716Z 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:10.0574413Z 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:10.0575093Z 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:10.0575782Z 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:10.0576452Z 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:10.0577143Z 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:10.0577811Z 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:10.0578495Z 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:10.0579211Z 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:10.0580131Z 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:10.0580848Z 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:10.0581577Z 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:10.0582295Z 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:10.0583018Z 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:10.0583736Z 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:10.0584413Z 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:10.0585070Z 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:10.0585770Z 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:10.0586452Z 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:10.0587150Z 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:10.0587818Z 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:10.0588492Z 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:10.0589159Z 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:10.0589824Z 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:10.0590507Z 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:10.0591179Z 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:10.0591865Z 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:10.0592544Z 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:10.0593239Z 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:10.0594009Z 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:10.0594750Z 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:10.0595407Z 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:10.0596083Z 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:10.0596752Z 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:10.0597427Z 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:10.0598099Z 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:10.0598827Z 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:10.0599538Z 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:10.0600260Z 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:10.0600977Z 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:10.0601705Z 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:10.0602413Z 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:10.0603098Z 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:10.0603763Z 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:10.0604470Z 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:10.0605185Z 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:10.0605870Z 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:10.0606554Z 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:10.0607234Z 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:10.0607920Z 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:10.0608646Z 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:10.0609431Z 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:10.0610119Z 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:10.0610823Z 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:10.0611513Z 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:10.0612217Z 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:10.0612911Z 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:10.0613593Z 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:10.0614262Z 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:10.0614949Z 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:10.0615625Z 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:10.0616324Z 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:10.0617002Z 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:10.0617743Z 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:10.0618460Z 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:10.0619190Z 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:10.0619911Z 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:10.0620633Z 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:10.0621361Z 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:10.0622033Z 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:10.0622712Z 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:10.0623452Z 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:10.0624194Z 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:10.0624865Z 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:10.0625545Z 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:10.0626214Z 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:10.0626894Z 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:10.0627568Z 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:10.0628248Z 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:10.0628911Z 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:10.0629605Z 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:10.0630287Z 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:10.0630992Z 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:10.0631673Z 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:10.0632346Z 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:10.0633008Z 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:10.0633686Z 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:10.0634353Z 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:10.0635028Z 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:10.0635709Z 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:10.0636412Z 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:10.0637107Z 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:10.0637794Z 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:10.0638587Z 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:10.0639255Z 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:10.0639964Z 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:10.0640661Z 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:10.0641350Z 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:10.0642033Z 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:10.0642720Z 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:10.0643397Z 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:10.0644084Z 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:10.0644753Z 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:10.0645442Z 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:10.0646130Z 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:10.0646828Z 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:10.0647511Z 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:10.0648211Z 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:10.0648882Z 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:10.0649606Z 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:10.0650302Z 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:10.0650974Z 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:10.0651666Z 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:10.0652343Z 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:10.0653164Z 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:10.0653866Z 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:10.0654583Z 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:10.0655267Z 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:10.0655956Z 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:10.0656663Z 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:10.0657376Z 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:10.0658054Z 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:10.0658745Z 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:10.0659437Z 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:10.0660142Z 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:10.0660834Z 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:10.0661536Z 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:10.0662216Z 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:10.0662911Z 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:10.0663599Z 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:10.0664299Z 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:10.0664979Z 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:10.0665658Z 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:10.0666351Z 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:10.0667029Z 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:10.0667888Z 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:10.0668633Z 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:10.0669380Z 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:10.0670093Z 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:10.0670810Z 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:10.0671513Z 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:10.0672207Z 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:10.0672886Z 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:10.0673611Z 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:10.0674323Z 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:10.0675026Z 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:10.0675716Z 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:10.0676430Z 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:10.0677127Z 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:10.0677836Z 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:10.0678533Z 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:10.0679234Z 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:10.0680051Z 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:10.0680756Z 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:10.0681446Z 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:10.0682223Z 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:10.0682981Z 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:10.0683663Z 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:10.0684361Z 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:10.0685113Z 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:10.0685874Z 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:10.0686625Z 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:10.0687348Z 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:10.0688054Z 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:10.0688773Z 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:10.0689552Z 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:10.0690297Z 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:10.0690974Z 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:10.0691662Z 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:10.0692359Z 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:10.0693073Z 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:10.0693764Z 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:10.0694453Z 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:10.0695139Z 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:10.0695842Z 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:10.0696531Z 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:10.0697286Z 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:10.0698018Z 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:10.0698699Z 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:10.0699389Z 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:10.0700069Z 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:10.0700766Z 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:10.0701450Z 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:10.0702179Z 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:10.0702885Z 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:10.0703606Z 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:10.0704300Z 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:10.0705006Z 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:10.0705720Z 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:10.0706446Z 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:10.0707136Z 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:10.0707834Z 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:10.0708545Z 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:10.0709259Z 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:10.0709960Z 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:10.0710682Z 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:10.0711378Z 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:10.0712183Z 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:10.0712885Z 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:10.0713598Z 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:10.0714290Z 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:10.0714978Z 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:10.0715684Z 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:10.0716376Z 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:10.0717146Z 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:10.0717898Z 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:10.0718658Z 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:10.0719382Z 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:10.0720112Z 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:10.0720820Z 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:10.0721510Z 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:10.0722187Z 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:10.0722908Z 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:10.0723612Z 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:10.0724314Z 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:10.0724990Z 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:10.0725682Z 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:10.0726364Z 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:10.0727156Z 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:10.0727838Z 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:10.0728532Z 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:10.0729224Z 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:10.0729996Z 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:10.0730695Z 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:10.0731386Z 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:10.0732078Z 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:10.0732752Z 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:10.0733443Z 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:10.0734125Z 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:10.0734816Z 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:10.0735497Z 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:10.0736221Z 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:10.0736926Z 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:10.0737642Z 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:10.0738340Z 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:10.0739043Z 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:10.0739755Z 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:10.0740485Z 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:10.0741188Z 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:10.0741995Z 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:10.0742689Z 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:10.0743398Z 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:10.0744093Z 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:10.0744794Z 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:10.0745495Z 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:10.0746215Z 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:10.0746921Z 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:10.0747621Z 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:10.0748337Z 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:10.0749025Z 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:10.0749721Z 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:10.0750443Z 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:10.0751164Z 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:10.0751875Z 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:10.0752589Z 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:10.0753284Z 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:10.0754010Z 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:10.0754726Z 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:10.0755438Z 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:10.0756201Z 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:10.0756955Z 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:10.0757647Z 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:10.0758357Z 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:10.0759054Z 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:10.0759767Z 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:10.0760476Z 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:10.0761193Z 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:10.0761897Z 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:10.0762624Z 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:10.0763310Z 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:10.0764005Z 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:10.0764738Z 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:10.0765556Z 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:10.0766294Z 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:10.0766964Z 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:10.0767686Z 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:10.0768378Z 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:10.0769108Z 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:10.0769890Z 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:10.0770572Z 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:10.0771380Z 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:10.0772104Z 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:10.0772810Z 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:10.0773478Z 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:10.0774155Z 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:10.0774836Z 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:10.0775519Z 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:10.0776209Z 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:10.0776892Z 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:10.0777565Z 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:10.0778227Z 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:10.0778912Z 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:10.0779702Z 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:10.0780382Z 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:10.0781046Z 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:10.0781761Z 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:10.0782464Z 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:10.0783168Z 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:10.0783848Z 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:10.0784531Z 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:10.0785221Z 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:10.0786014Z 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:10.0786759Z 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:10.0787451Z 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:10.0788130Z 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:10.0788819Z 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:10.0789498Z 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:10.0790185Z 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:10.0790878Z 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:10.0791565Z 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:10.0792272Z 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:10.0792965Z 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:10.0793670Z 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:10.0794341Z 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:10.0795026Z 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:10.0795704Z 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:10.0796390Z 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:10.0797066Z 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:10.0797753Z 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:10.0798451Z 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:10.0799161Z 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:10.0799859Z 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:10.0800544Z 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:10.0801215Z 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:10.0801864Z 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:10.0802480Z 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:10.0803116Z 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:10.0803732Z 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:10.0804375Z 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:10.0805008Z 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:10.0805652Z 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:10.0806289Z 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:10.0806934Z 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:10.0807572Z 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:10.0808212Z 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:10.0808845Z 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:10.0809576Z 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:10.0810212Z 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:10.0810864Z 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:10.0811484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary' 2025-03-21T20:18:10.0812090Z 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:10.0812721Z 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:10.0813331Z 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:10.0814025Z 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:10.0814703Z 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:10.0815523Z 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:10.0816234Z 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:10.0816921Z 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:10.0817607Z 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:10.0818291Z 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:10.0818989Z 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:10.0819663Z 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:10.0820359Z 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:10.0821038Z 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:10.0821742Z 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:10.0822433Z 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:10.0823135Z 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:10.0823808Z 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:10.0824495Z 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:10.0825171Z 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:10.0825859Z 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:10.0826545Z 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:10.0827274Z 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:10.0827998Z 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:10.0828731Z 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:10.0829451Z 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:10.0830182Z 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:10.0830791Z 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:10.0831397Z 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:10.0832030Z 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:10.0832635Z 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:10.0833275Z 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:10.0833879Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp' 2025-03-21T20:18:10.0834499Z 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:10.0835189Z 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:10.0835890Z 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:10.0836575Z 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:10.0837277Z 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:10.0837950Z 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:10.0838633Z 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:10.0839299Z 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:10.0839970Z 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:10.0840641Z 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:10.0841350Z 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:10.0842105Z 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:10.0842787Z 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:10.0843446Z 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:10.0844174Z 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:10.0844885Z 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:10.0845564Z 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:10.0846254Z 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:10.0846929Z 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:10.0847613Z 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:10.0848283Z 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:10.0848962Z 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:10.0849678Z 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:10.0850349Z 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:10.0851047Z 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:10.0851758Z 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:10.0852446Z 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:10.0853145Z 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:10.0853758Z 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:10.0854374Z 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:10.0854966Z 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:10.0855594Z 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:10.0856210Z 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:10.0856817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul' 2025-03-21T20:18:10.0857462Z 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:10.0858109Z 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:10.0858871Z 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:10.0859641Z 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:10.0860348Z 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:10.0861050Z 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:10.0861758Z 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:10.0862471Z 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:10.0863178Z 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:10.0863890Z 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:10.0864605Z 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:10.0865312Z 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:10.0866021Z 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:10.0866750Z 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:10.0867462Z 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:10.0868174Z 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:10.0868892Z 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:10.0869601Z 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:10.0870323Z 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:10.0871045Z 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:10.0871690Z 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:10.0872339Z 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:10.0872947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign' 2025-03-21T20:18:10.0873653Z 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:10.0874374Z 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:10.0875007Z 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:10.0875698Z 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:10.0876387Z 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:10.0877066Z 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:10.0877702Z 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:10.0878408Z 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:10.0879062Z 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:10.0879791Z 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:10.0880526Z 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:10.0881254Z 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:10.0881985Z 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:10.0882702Z 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:10.0883431Z 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:10.0884144Z 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:10.0884899Z 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:10.0885647Z 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:10.0886398Z 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:10.0887139Z 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:10.0887888Z 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:10.0888775Z 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:10.0889524Z 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:10.0890229Z 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:10.0890918Z 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:10.0891622Z 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:10.0892314Z 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:10.0893015Z 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:10.0893776Z 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:10.0894550Z 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:10.0895310Z 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:10.0896090Z 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:10.0896856Z 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:10.0897632Z 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:10.0898390Z 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:10.0899159Z 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:10.0899923Z 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:10.0900692Z 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:10.0901433Z 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:10.0902186Z 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:10.0902930Z 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:10.0903785Z 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:10.0904532Z 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:10.0905286Z 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:10.0906031Z 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:10.0906787Z 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:10.0907535Z 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:10.0908294Z 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:10.0909039Z 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:10.0909793Z 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:10.0910544Z 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:10.0911291Z 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:10.0912047Z 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:10.0912788Z 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:10.0913544Z 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:10.0914287Z 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:10.0915046Z 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:10.0915787Z 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:10.0916500Z 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:10.0917197Z 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:10.0917908Z 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:10.0918717Z 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:10.0919424Z 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:10.0920121Z 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:10.0920826Z 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:10.0921523Z 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:10.0922228Z 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:10.0922924Z 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:10.0923707Z 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:10.0924474Z 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:10.0925251Z 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:10.0926022Z 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:10.0926799Z 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:10.0927560Z 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:10.0928334Z 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:10.0929096Z 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:10.0929891Z 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:10.0930611Z 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:10.0931319Z 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:10.0932042Z 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:10.0932748Z 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:10.0933571Z 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:10.0934277Z 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:10.0934991Z 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:10.0935715Z 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:10.0936452Z 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:10.0937180Z 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:10.0937920Z 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:10.0938638Z 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:10.0939367Z 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:10.0940067Z 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:10.0940779Z 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:10.0941477Z 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:10.0942182Z 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:10.0942871Z 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:10.0943574Z 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:10.0944319Z 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:10.0945076Z 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:10.0945814Z 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:10.0946573Z 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:10.0947309Z 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:10.0948109Z 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:10.0948869Z 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:10.0949580Z 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:10.0950308Z 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:10.0951016Z 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:10.0951737Z 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:10.0952450Z 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:10.0953194Z 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:10.0953924Z 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:10.0954665Z 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:10.0955397Z 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:10.0956142Z 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:10.0956868Z 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:10.0957583Z 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:10.0958290Z 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:10.0959004Z 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:10.0959716Z 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:10.0960434Z 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:10.0961140Z 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:10.0961878Z 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:10.0962603Z 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:10.0963442Z 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:10.0964170Z 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:10.0964906Z 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:10.0965630Z 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:10.0966339Z 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:10.0967042Z 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:10.0967749Z 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:10.0968444Z 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:10.0969138Z 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:10.0969903Z 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:10.0970639Z 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:10.0971384Z 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:10.0972109Z 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:10.0972846Z 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:10.0973573Z 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:10.0974320Z 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:10.0975023Z 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:10.0975739Z 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:10.0976438Z 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:10.0977153Z 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:10.0977914Z 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:10.0978674Z 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:10.0979548Z 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:10.0980286Z 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:10.0981009Z 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:10.0981751Z 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:10.0982479Z 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:10.0983214Z 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:10.0983903Z 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:10.0984610Z 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:10.0985303Z 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:10.0985995Z 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:10.0986700Z 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:10.0987391Z 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:10.0988217Z 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:10.0989024Z 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:10.0989847Z 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:10.0990648Z 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:10.0991458Z 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:10.0992260Z 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:10.0993129Z 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:10.0994034Z 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:10.0994821Z 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:10.0995602Z 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:10.0996392Z 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:10.0997172Z 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:10.0997968Z 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:10.0998757Z 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:10.0999551Z 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:10.1000333Z 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:10.1001136Z 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:10.1001922Z 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:10.1002687Z 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:10.1003437Z 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:10.1004203Z 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:10.1004971Z 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:10.1005730Z 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:10.1006480Z 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:10.1007261Z 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:10.1008028Z 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:10.1008899Z 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:10.1009727Z 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:10.1010504Z 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:10.1011268Z 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:10.1012011Z 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:10.1012767Z 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:10.1013507Z 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:10.1014260Z 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:10.1014999Z 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:10.1015746Z 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:10.1016514Z 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:10.1017286Z 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:10.1018049Z 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:10.1018821Z 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:10.1019580Z 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:10.1020355Z 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:10.1021096Z 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:10.1021850Z 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:10.1022588Z 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:10.1023385Z 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:10.1024156Z 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:10.1024903Z 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:10.1025505Z 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:10.1026154Z 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:10.1026760Z 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:10.1027449Z 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:10.1028092Z 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:10.1028752Z 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:10.1029363Z 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:10.1030044Z 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:10.1030705Z 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:10.1031295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu' 2025-03-21T20:18:10.1031906Z 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:10.1032582Z 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:10.1033199Z 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:10.1033824Z 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:10.1034429Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vexp' 2025-03-21T20:18:10.1035036Z 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:10.1035797Z 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:10.1036559Z 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:10.1037323Z 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:10.1038177Z 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:10.1038928Z 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:10.1039672Z 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:10.1040444Z 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:10.1041101Z 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:10.1041866Z 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:10.1042635Z 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:10.1043256Z 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:10.1043897Z 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:10.1044519Z 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:10.1045112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu' 2025-03-21T20:18:10.1045719Z 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:10.1046347Z 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:10.1046970Z 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:10.1047663Z 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:10.1048341Z 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:10.1049065Z 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:10.1049832Z 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:10.1050533Z 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:10.1051217Z 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:10.1051921Z 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:10.1052661Z 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:10.1053401Z 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:10.1054086Z 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:10.1054783Z 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:10.1055466Z 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:10.1056161Z 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:10.1056862Z 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:10.1057573Z 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:10.1058270Z 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:10.1058960Z 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:10.1059640Z 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:10.1060331Z 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:10.1061022Z 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:10.1061707Z 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:10.1062431Z 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:10.1063137Z 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:10.1063862Z 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:10.1064478Z 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:10.1065095Z 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:10.1065695Z 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:10.1066317Z 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:10.1066966Z 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:10.1067647Z 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:10.1068244Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish' 2025-03-21T20:18:10.1068850Z 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:10.1069575Z 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:10.1070328Z 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:10.1071072Z 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:10.1071804Z 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:10.1072522Z 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:10.1073257Z 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:10.1073927Z 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:10.1074672Z 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:10.1075403Z 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:10.1076153Z 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:10.1076771Z 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:10.1077402Z 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:10.1078039Z 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:10.1078621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog' 2025-03-21T20:18:10.1079236Z 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:10.1079986Z 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:10.1080611Z 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:10.1081291Z 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:10.1082125Z 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:10.1082830Z 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:10.1083658Z 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:10.1084337Z 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:10.1085024Z 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:10.1085713Z 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:10.1086404Z 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:10.1087083Z 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:10.1087759Z 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:10.1088461Z 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:10.1089154Z 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:10.1089914Z 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:10.1090597Z 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:10.1091299Z 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:10.1091985Z 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:10.1092684Z 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:10.1093378Z 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:10.1094140Z 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:10.1094817Z 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:10.1095508Z 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:10.1096185Z 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:10.1097101Z 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:10.1097882Z 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:10.1098696Z 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:10.1099495Z 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:10.1100256Z 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:10.1101007Z 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:10.1101783Z 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:10.1102538Z 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:10.1103164Z 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:10.1103768Z 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:10.1104390Z 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:10.1105006Z 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:10.1105603Z 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:10.1106217Z 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:10.1106876Z 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:10.1107577Z 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:10.1108178Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu' 2025-03-21T20:18:10.1108957Z 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:10.1109718Z 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:10.1110502Z 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:10.1111261Z 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:10.1112128Z 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:10.1112902Z 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:10.1113675Z 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:10.1114420Z 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:10.1115191Z 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:10.1116018Z 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:10.1116880Z 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:10.1117681Z 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:10.1118498Z 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:10.1119256Z 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:10.1120039Z 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:10.1120797Z 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:10.1121625Z 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:10.1122466Z 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:10.1123285Z 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:10.1124087Z 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:10.1124730Z 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:10.1125352Z 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:10.1125976Z 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:10.1126652Z 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:10.1127363Z 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:10.1127982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc' 2025-03-21T20:18:10.1128582Z 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:10.1129177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vneg' 2025-03-21T20:18:10.1129825Z 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:10.1130452Z 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:10.1131152Z 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:10.1131865Z 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:10.1132568Z 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:10.1133184Z 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:10.1133853Z 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:10.1134523Z 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:10.1135205Z 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:10.1135905Z 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:10.1136564Z 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:10.1137245Z 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:10.1137917Z 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:10.1138575Z 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:10.1139253Z 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:10.1139918Z 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:10.1140607Z 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:10.1141410Z 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:10.1142096Z 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:10.1142766Z 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:10.1143437Z 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:10.1144087Z 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:10.1144763Z 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:10.1145426Z 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:10.1146099Z 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:10.1146758Z 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:10.1147464Z 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:10.1148150Z 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:10.1148855Z 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:10.1149458Z 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:10.1150067Z 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:10.1150665Z 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:10.1151271Z 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:10.1151877Z 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:10.1155524Z 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:10.1156165Z 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:10.1156751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu' 2025-03-21T20:18:10.1157354Z 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:10.1157958Z 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:10.1158699Z 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:10.1159360Z 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:10.1159972Z 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:10.1160570Z 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:10.1161293Z 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:10.1162107Z 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:10.1163604Z 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:10.1165098Z 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:10.1166555Z 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:10.1167988Z 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:10.1169481Z 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:10.1170959Z 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:10.1172484Z 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:10.1173914Z 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:10.1175343Z 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:10.1176774Z 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:10.1180121Z 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:10.1181690Z 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:10.1183312Z 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:10.1184800Z 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:10.1186247Z 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:10.1187676Z 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:10.1189245Z 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:10.1190723Z 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:10.1192214Z 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:10.1193681Z 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:10.1195114Z 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:10.1196593Z 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:10.1198088Z 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:10.1199556Z 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:10.1201011Z 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:10.1202471Z 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:10.1203956Z 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:10.1205422Z 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:10.1206869Z 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:10.1208308Z 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:10.1209827Z 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:10.1211320Z 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:10.1212905Z 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:10.1214476Z 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:10.1215971Z 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:10.1217421Z 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:10.1218884Z 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:10.1220397Z 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:10.1221859Z 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:10.1223349Z 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:10.1224815Z 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:10.1226247Z 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:10.1227716Z 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:10.1229196Z 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:10.1230655Z 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:10.1232081Z 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:10.1233535Z 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:10.1234996Z 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:10.1236431Z 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:10.1237868Z 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:10.1239296Z 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:10.1240725Z 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:10.1242201Z 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:10.1243759Z 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:10.1245319Z 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:10.1246796Z 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:10.1248228Z 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:10.1249733Z 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:10.1251203Z 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:10.1252698Z 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:10.1254182Z 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:10.1255634Z 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:10.1257068Z 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:10.1258518Z 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:10.1259994Z 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:10.1261449Z 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:10.1262873Z 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:10.1264316Z 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:10.1265781Z 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:10.1267235Z 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:10.1268670Z 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:10.1270103Z 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:10.1271530Z 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:10.1273010Z 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:10.1274573Z 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:10.1276097Z 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:10.1277577Z 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:10.1279005Z 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:10.1280587Z 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:10.1282033Z 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:10.1283608Z 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:10.1285102Z 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:10.1286506Z 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:10.1287843Z 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:10.1289151Z 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:10.1290572Z 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:10.1291931Z 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:10.1293277Z 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:10.1294637Z 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:10.1296008Z 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:10.1297391Z 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:10.1298756Z 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:10.1300116Z 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:10.1301474Z 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:10.1302832Z 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:10.1304189Z 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:10.1305513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd' 2025-03-21T20:18:10.1306913Z 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:10.1308345Z 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:10.1309745Z 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:10.1311119Z 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:10.1312589Z 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:10.1314247Z 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:10.1315777Z 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:10.1317331Z 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:10.1318913Z 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:10.1320490Z 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:10.1322048Z 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:10.1323595Z 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:10.1325133Z 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:10.1326682Z 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:10.1328223Z 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:10.1329834Z 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:10.1331365Z 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:10.1332910Z 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:10.1334446Z 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:10.1335996Z 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:10.1337604Z 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:10.1339191Z 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:10.1340746Z 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:10.1342278Z 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:10.1343798Z 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:10.1345289Z 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:10.1346743Z 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:10.1348100Z 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:10.1349469Z 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:10.1350857Z 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:10.1352199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt' 2025-03-21T20:18:10.1353594Z 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:10.1355118Z 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:10.1356783Z 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:10.1358527Z 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:10.1360286Z 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:10.1362033Z 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:10.1363791Z 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:10.1365538Z 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:10.1367287Z 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:10.1369025Z 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:10.1371195Z 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:10.1372984Z 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:10.1374737Z 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:10.1376487Z 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:10.1378335Z 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:10.1380365Z 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:10.1382237Z 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:10.1384122Z 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:10.1385999Z 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:10.1387872Z 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:10.1389739Z 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:10.1391605Z 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:10.1393471Z 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:10.1395340Z 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:10.1397203Z 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:10.1399060Z 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:10.1400717Z 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:10.1402155Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax' 2025-03-21T20:18:10.1403677Z 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:10.1405186Z 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:10.1406772Z 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:10.1408419Z 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:10.1410153Z 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:10.1411844Z 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:10.1413513Z 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:10.1415142Z 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:10.1416775Z 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:10.1418402Z 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:10.1420035Z 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:10.1421667Z 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:10.1423304Z 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:10.1424950Z 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:10.1426642Z 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:10.1428401Z 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:10.1430159Z 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:10.1431917Z 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:10.1433669Z 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:10.1435431Z 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:10.1437219Z 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:10.1439003Z 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:10.1440749Z 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:10.1442494Z 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:10.1444269Z 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:10.1446043Z 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:10.1453468Z 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:10.1454889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp' 2025-03-21T20:18:10.1456283Z 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:10.1457689Z 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:10.1459216Z 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:10.1460791Z 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:10.1462373Z 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:10.1463891Z 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:10.1465511Z 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:10.1467339Z 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:10.1469164Z 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:10.1470987Z 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:10.1472816Z 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:10.1474717Z 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:10.1476562Z 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:10.1478374Z 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:10.1480397Z 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:10.1482262Z 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:10.1484117Z 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:10.1485910Z 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:10.1487680Z 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:10.1489491Z 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:10.1491236Z 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:10.1492984Z 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:10.1494727Z 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:10.1496454Z 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:10.1498133Z 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:10.1499743Z 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:10.1501355Z 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:10.1502971Z 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:10.1504585Z 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:10.1506202Z 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:10.1507862Z 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:10.1509518Z 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:10.1511122Z 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:10.1512717Z 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:10.1514327Z 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:10.1516008Z 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:10.1517622Z 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:10.1519228Z 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:10.1520836Z 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:10.1522445Z 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:10.1524061Z 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:10.1525706Z 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:10.1527311Z 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:10.1528917Z 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:10.1530590Z 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:10.1532217Z 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:10.1533838Z 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:10.1535463Z 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:10.1537081Z 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:10.1538734Z 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:10.1540389Z 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:10.1542014Z 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:10.1543632Z 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:10.1545247Z 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:10.1546899Z 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:10.1548581Z 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:10.1550229Z 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:10.1551881Z 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:10.1553524Z 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:10.1555165Z 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:10.1556800Z 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:10.1558448Z 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:10.1560085Z 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:10.1561734Z 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:10.1563369Z 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:10.1564994Z 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:10.1566631Z 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:10.1568278Z 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:10.1569984Z 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:10.1571671Z 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:10.1573347Z 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:10.1574996Z 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:10.1576651Z 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:10.1578304Z 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:10.1580293Z 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:10.1582159Z 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:10.1584011Z 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:10.1585855Z 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:10.1587695Z 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:10.1589541Z 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:10.1591376Z 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:10.1593205Z 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:10.1595078Z 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:10.1596976Z 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:10.1598864Z 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:10.1600741Z 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:10.1602618Z 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:10.1604548Z 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:10.1606461Z 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:10.1608343Z 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:10.1610222Z 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:10.1612004Z 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:10.1613776Z 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:10.1615514Z 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:10.1617253Z 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:10.1618992Z 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:10.1620726Z 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:10.1622465Z 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:10.1624214Z 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:10.1625974Z 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:10.1627745Z 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:10.1629525Z 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:10.1631289Z 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:10.1633053Z 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:10.1634804Z 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:10.1636604Z 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:10.1638457Z 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:10.1640327Z 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:10.1642182Z 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:10.1644056Z 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:10.1645966Z 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:10.1647933Z 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:10.1649849Z 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:10.1651722Z 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:10.1653614Z 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:10.1655524Z 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:10.1657442Z 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:10.1659351Z 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:10.1661254Z 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:10.1663157Z 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:10.1665062Z 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:10.1666951Z 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:10.1668795Z 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:10.1670629Z 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:10.1672412Z 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:10.1674185Z 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:10.1675939Z 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:10.1677692Z 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:10.1679712Z 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:10.1681471Z 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:10.1683213Z 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:10.1684962Z 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:10.1686719Z 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:10.1688470Z 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:10.1690243Z 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:10.1691917Z 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:10.1693601Z 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:10.1695286Z 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:10.1696971Z 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:10.1698636Z 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:10.1700389Z 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:10.1702220Z 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:10.1704130Z 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:10.1706021Z 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:10.1707849Z 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:10.1709670Z 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:10.1711511Z 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:10.1713315Z 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:10.1715082Z 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:10.1716860Z 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:10.1718630Z 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:10.1720395Z 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:10.1722178Z 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:10.1723967Z 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:10.1725768Z 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:10.1727567Z 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:10.1729424Z 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:10.1731221Z 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:10.1733015Z 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:10.1734839Z 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:10.1736713Z 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:10.1738595Z 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:10.1740403Z 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:10.1742221Z 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:10.1744053Z 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:10.1745846Z 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:10.1747610Z 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:10.1749358Z 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:10.1751103Z 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:10.1752852Z 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:10.1754612Z 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:10.1756387Z 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:10.1758164Z 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:10.1759972Z 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:10.1761760Z 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:10.1763540Z 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:10.1765315Z 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:10.1767085Z 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:10.1768896Z 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:10.1770756Z 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:10.1772517Z 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:10.1774270Z 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:10.1776004Z 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:10.1777779Z 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:10.1779654Z 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:10.1781365Z 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:10.1783076Z 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:10.1784766Z 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:10.1786482Z 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:10.1788210Z 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:10.1789923Z 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:10.1791650Z 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:10.1793351Z 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:10.1795069Z 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:10.1796787Z 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:10.1798514Z 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:10.1800243Z 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:10.1802030Z 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:10.1803770Z 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:10.1805482Z 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:10.1807153Z 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:10.1808795Z 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:10.1810587Z 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:10.1812244Z 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:10.1813944Z 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:10.1815638Z 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:10.1817334Z 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:10.1819029Z 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:10.1820711Z 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:10.1822366Z 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:10.1823994Z 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:10.1825619Z 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:10.1827251Z 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:10.1828982Z 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:10.1830588Z 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:10.1832243Z 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:10.1833984Z 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:10.1835685Z 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:10.1837492Z 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:10.1839359Z 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:10.1841050Z 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:10.1842758Z 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:10.1844427Z 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:10.1846063Z 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:10.1847712Z 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:10.1849459Z 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:10.1851110Z 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:10.1852817Z 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:10.1854586Z 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:10.1856354Z 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:10.1858123Z 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:10.1859884Z 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:10.1861652Z 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:10.1863401Z 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:10.1865130Z 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:10.1866919Z 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:10.1868637Z 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:10.1870377Z 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:10.1872093Z 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:10.1873886Z 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:10.1875785Z 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:10.1877677Z 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:10.1879688Z 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:10.1881547Z 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:10.1883399Z 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:10.1885224Z 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:10.1887026Z 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:10.1888820Z 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:10.1890687Z 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:10.1892496Z 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:10.1894292Z 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:10.1896106Z 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:10.1897929Z 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:10.1899741Z 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:10.1901629Z 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:10.1903485Z 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:10.1905306Z 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:10.1907099Z 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:10.1908897Z 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:10.1910683Z 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:10.1912441Z 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:10.1914190Z 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:10.1915938Z 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:10.1917681Z 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:10.1919428Z 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:10.1921171Z 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:10.1922917Z 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:10.1924658Z 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:10.1926396Z 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:10.1928110Z 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:10.1929820Z 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:10.1931499Z 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:10.1933215Z 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:10.1934915Z 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:10.1936574Z 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:10.1938088Z 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:10.1939505Z 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:10.1940965Z 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:10.1942393Z 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:10.1943859Z 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:10.1945394Z 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:10.1946903Z 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:10.1948391Z 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:10.1949865Z 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:10.1951365Z 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:10.1952881Z 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:10.1954293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid' 2025-03-21T20:18:10.1955619Z 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:10.1956919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqr' 2025-03-21T20:18:10.1958232Z 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:10.1959588Z 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:10.1960990Z 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:10.1962415Z 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:10.1963786Z 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:10.1965196Z 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:10.1966617Z 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:10.1968106Z 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:10.1969753Z 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:10.1971326Z 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:10.1972946Z 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:10.1974467Z 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:10.1975976Z 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:10.1977468Z 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:10.1978964Z 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:10.1980624Z 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:10.1982152Z 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:10.1983713Z 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:10.1985264Z 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:10.1986790Z 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:10.1988321Z 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:10.1989847Z 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:10.1991353Z 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:10.1992846Z 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:10.1994342Z 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:10.1995830Z 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:10.1997398Z 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:10.1998955Z 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:10.1999659Z 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:10.2000369Z 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:10.2001061Z 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:10.2001820Z 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:10.2002664Z 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:10.2003443Z 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:10.2004149Z 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:10.2004872Z 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:10.2005608Z 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:10.2006322Z 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:10.2006942Z 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:10.2007561Z 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:10.2008281Z 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:10.2008953Z 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:10.2009681Z 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:10.2010312Z 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:10.2010947Z 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:10.2011564Z 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:10.2012219Z 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:10.2012853Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt' 2025-03-21T20:18:10.2013493Z 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:10.2014225Z 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:10.2014964Z 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:10.2015712Z 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:10.2016488Z 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:10.2017277Z 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:10.2018010Z 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:10.2018764Z 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:10.2019495Z 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:10.2020256Z 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:10.2020996Z 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:10.2021735Z 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:10.2022494Z 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:10.2023116Z 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:10.2023757Z 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:10.2024363Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh' 2025-03-21T20:18:10.2025008Z 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:10.2025682Z 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:10.2026326Z 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:10.2026982Z 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:10.2027676Z 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:10.2028374Z 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:10.2029035Z 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:10.2029713Z 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:10.2030370Z 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:10.2031041Z 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:10.2031751Z 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:10.2032395Z 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:10.2033071Z 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:10.2033712Z 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:10.2034372Z 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:10.2035037Z 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:10.2035711Z 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:10.2036367Z 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:10.2037036Z 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:10.2037689Z 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:10.2038353Z 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:10.2039024Z 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:10.2039673Z 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:10.2040330Z 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:10.2040983Z 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:10.2041660Z 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:10.2042349Z 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:10.2043034Z 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:10.2043706Z 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:10.2044370Z 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:10.2045023Z 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:10.2045757Z 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:10.2046424Z 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:10.2047055Z 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:10.2047661Z 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:10.2048281Z 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:10.2048878Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary' 2025-03-21T20:18:10.2049494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/im2col.c' 2025-03-21T20:18:10.2050066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/indirection.c' 2025-03-21T20:18:10.2050615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/init.c' 2025-03-21T20:18:10.2051147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/log.c' 2025-03-21T20:18:10.2051754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/memory-planner.c' 2025-03-21T20:18:10.2052298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/memory.c' 2025-03-21T20:18:10.2052923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/microkernel-utils.c' 2025-03-21T20:18:10.2053527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/microparams-init.c' 2025-03-21T20:18:10.2054068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/mutex.c' 2025-03-21T20:18:10.2054668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/normalization.c' 2025-03-21T20:18:10.2055255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operator-delete.c' 2025-03-21T20:18:10.2055845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operator-run.c' 2025-03-21T20:18:10.2056466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operator-utils.c' 2025-03-21T20:18:10.2057171Z 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:10.2057841Z 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:10.2058546Z 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:10.2059219Z 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:10.2059944Z 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:10.2060593Z 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:10.2061255Z 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:10.2061904Z 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:10.2062571Z 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:10.2063276Z 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:10.2063952Z 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:10.2064605Z 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:10.2065228Z 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:10.2065843Z 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:10.2066508Z 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:10.2067189Z 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:10.2067801Z 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:10.2068561Z 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:10.2069169Z 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:10.2069801Z 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:10.2070455Z 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:10.2071141Z 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:10.2071805Z 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:10.2072402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators' 2025-03-21T20:18:10.2072944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/params.c' 2025-03-21T20:18:10.2073683Z 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:10.2074326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/pf32-gemm' 2025-03-21T20:18:10.2075261Z 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:10.2076146Z 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:10.2077013Z 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:10.2077833Z 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:10.2078631Z 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:10.2079599Z 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:10.2080399Z 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:10.2081183Z 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:10.2082051Z 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:10.2082839Z 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:10.2083657Z 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:10.2084574Z 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:10.2085474Z 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:10.2086394Z 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:10.2087239Z 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:10.2088043Z 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:10.2088861Z 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:10.2089762Z 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:10.2090732Z 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:10.2091598Z 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:10.2092384Z 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:10.2093202Z 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:10.2094116Z 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:10.2095007Z 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:10.2095861Z 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:10.2096683Z 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:10.2097495Z 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:10.2098357Z 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:10.2099146Z 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:10.2099964Z 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:10.2100878Z 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:10.2101813Z 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:10.2102722Z 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:10.2103551Z 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:10.2104362Z 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:10.2105188Z 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:10.2106063Z 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:10.2106864Z 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:10.2107675Z 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:10.2108547Z 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:10.2109363Z 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:10.2110186Z 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:10.2111031Z 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:10.2111848Z 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:10.2112770Z 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:10.2113667Z 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:10.2114527Z 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:10.2115350Z 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:10.2116158Z 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:10.2117060Z 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:10.2117892Z 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:10.2118714Z 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:10.2119528Z 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:10.2120346Z 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:10.2121216Z 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:10.2122043Z 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:10.2122851Z 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:10.2123521Z 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:10.2124156Z 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:10.2125042Z 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:10.2125893Z 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:10.2126755Z 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:10.2127577Z 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:10.2128459Z 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:10.2129363Z 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:10.2130246Z 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:10.2131087Z 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:10.2131944Z 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:10.2132802Z 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:10.2133708Z 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:10.2134549Z 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:10.2135431Z 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:10.2136332Z 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:10.2137184Z 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:10.2138010Z 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:10.2138875Z 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:10.2139735Z 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:10.2140650Z 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:10.2141546Z 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:10.2142400Z 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:10.2143220Z 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:10.2144035Z 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:10.2144900Z 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:10.2145738Z 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:10.2146558Z 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:10.2147341Z 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:10.2148250Z 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:10.2149112Z 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:10.2149936Z 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:10.2150774Z 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:10.2151654Z 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:10.2152521Z 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:10.2153373Z 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:10.2154201Z 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:10.2155014Z 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:10.2155820Z 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:10.2156809Z 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:10.2157692Z 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:10.2158558Z 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:10.2159376Z 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:10.2160207Z 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:10.2161056Z 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:10.2161908Z 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:10.2162737Z 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:10.2163640Z 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:10.2164475Z 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:10.2165320Z 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:10.2166125Z 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:10.2166979Z 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:10.2167914Z 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:10.2168844Z 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:10.2169754Z 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:10.2170582Z 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:10.2171396Z 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:10.2172262Z 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:10.2173103Z 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:10.2173930Z 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:10.2174718Z 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:10.2175550Z 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:10.2176379Z 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:10.2177198Z 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:10.2178008Z 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:10.2178962Z 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:10.2180011Z 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:10.2180875Z 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:10.2181694Z 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:10.2182581Z 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:10.2183465Z 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:10.2184321Z 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:10.2185133Z 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:10.2185936Z 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:10.2186751Z 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:10.2187597Z 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:10.2188399Z 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:10.2189226Z 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:10.2190080Z 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:10.2190915Z 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:10.2191727Z 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:10.2192579Z 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:10.2193438Z 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:10.2194288Z 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:10.2195112Z 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:10.2195982Z 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:10.2196838Z 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:10.2197677Z 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:10.2198563Z 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:10.2199383Z 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:10.2200269Z 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:10.2201108Z 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:10.2201960Z 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:10.2202763Z 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:10.2203608Z 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:10.2204521Z 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:10.2205426Z 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:10.2206280Z 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:10.2207107Z 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:10.2207939Z 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:10.2208804Z 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:10.2209732Z 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:10.2210583Z 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:10.2211371Z 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:10.2212200Z 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:10.2213032Z 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:10.2213906Z 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:10.2214713Z 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:10.2215534Z 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:10.2216346Z 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:10.2217201Z 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:10.2218013Z 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:10.2218812Z 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:10.2219674Z 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:10.2220522Z 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:10.2221343Z 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:10.2222199Z 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:10.2223008Z 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:10.2223904Z 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:10.2224767Z 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:10.2225635Z 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:10.2226436Z 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:10.2227252Z 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:10.2228064Z 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:10.2228933Z 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:10.2229781Z 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:10.2230597Z 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:10.2231378Z 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:10.2232255Z 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:10.2233095Z 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:10.2233921Z 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:10.2234764Z 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:10.2235592Z 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:10.2236462Z 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:10.2237311Z 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:10.2238137Z 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:10.2238943Z 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:10.2239752Z 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:10.2240660Z 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:10.2241520Z 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:10.2242376Z 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:10.2243192Z 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:10.2244092Z 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:10.2244953Z 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:10.2245605Z 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:10.2246252Z 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:10.2247104Z 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:10.2247945Z 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:10.2248793Z 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:10.2249684Z 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:10.2250540Z 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:10.2251379Z 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:10.2252231Z 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:10.2253070Z 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:10.2253919Z 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:10.2254744Z 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:10.2255589Z 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:10.2256448Z 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:10.2257297Z 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:10.2258155Z 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:10.2258943Z 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:10.2259825Z 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:10.2260672Z 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:10.2261502Z 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:10.2262330Z 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:10.2263148Z 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:10.2263954Z 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:10.2264815Z 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:10.2265623Z 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:10.2266446Z 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:10.2267247Z 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:10.2268103Z 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:10.2268953Z 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:10.2269754Z 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:10.2270614Z 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:10.2271454Z 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:10.2272305Z 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:10.2273129Z 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:10.2273933Z 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:10.2274860Z 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:10.2275647Z 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:10.2276489Z 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:10.2277293Z 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:10.2278116Z 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:10.2279021Z 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:10.2280162Z 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:10.2281018Z 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:10.2281844Z 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:10.2282657Z 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:10.2283653Z 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:10.2284504Z 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:10.2285303Z 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:10.2286185Z 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:10.2287026Z 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:10.2287831Z 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:10.2288700Z 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:10.2289560Z 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:10.2290453Z 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:10.2291300Z 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:10.2292120Z 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:10.2292961Z 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:10.2293777Z 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:10.2294619Z 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:10.2295419Z 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:10.2296231Z 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:10.2297082Z 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:10.2297915Z 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:10.2298727Z 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:10.2299586Z 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:10.2300414Z 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:10.2301229Z 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:10.2302063Z 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:10.2302902Z 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:10.2303717Z 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:10.2304543Z 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:10.2305382Z 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:10.2306271Z 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:10.2307089Z 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:10.2307937Z 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:10.2308735Z 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:10.2309552Z 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:10.2310367Z 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:10.2311191Z 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:10.2311996Z 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:10.2312851Z 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:10.2313672Z 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:10.2314515Z 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:10.2315321Z 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:10.2316137Z 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:10.2317009Z 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:10.2317856Z 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:10.2318505Z 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:10.2319148Z 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:10.2320006Z 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:10.2320898Z 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:10.2321769Z 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:10.2322611Z 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:10.2323469Z 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:10.2324317Z 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:10.2325176Z 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:10.2326080Z 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:10.2326944Z 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:10.2327787Z 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:10.2328654Z 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:10.2329559Z 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:10.2330440Z 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:10.2331317Z 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:10.2332153Z 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:10.2333044Z 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:10.2333902Z 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:10.2334753Z 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:10.2335606Z 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:10.2336489Z 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:10.2337317Z 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:10.2338195Z 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:10.2339016Z 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:10.2339897Z 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:10.2340779Z 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:10.2341654Z 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:10.2342457Z 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:10.2343296Z 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:10.2344126Z 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:10.2344950Z 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:10.2345784Z 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:10.2346577Z 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:10.2347449Z 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:10.2348263Z 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:10.2349135Z 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:10.2350086Z 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:10.2351020Z 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:10.2351943Z 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:10.2352783Z 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:10.2353646Z 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:10.2354656Z 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:10.2355522Z 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:10.2356332Z 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:10.2357165Z 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:10.2357991Z 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:10.2358809Z 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:10.2359642Z 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:10.2360501Z 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:10.2361338Z 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:10.2362182Z 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:10.2363036Z 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:10.2363927Z 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:10.2364760Z 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:10.2365622Z 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:10.2366495Z 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:10.2367386Z 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:10.2368221Z 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:10.2369041Z 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:10.2369938Z 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:10.2370765Z 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:10.2371637Z 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:10.2372463Z 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:10.2373315Z 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:10.2374125Z 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:10.2375009Z 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:10.2375835Z 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:10.2376714Z 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:10.2377578Z 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:10.2378445Z 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:10.2379326Z 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:10.2380296Z 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:10.2381135Z 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:10.2381959Z 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:10.2382866Z 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:10.2383739Z 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:10.2384567Z 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:10.2385231Z 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:10.2385868Z 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:10.2386735Z 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:10.2387563Z 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:10.2388446Z 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:10.2389286Z 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:10.2390149Z 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:10.2390972Z 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:10.2391856Z 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:10.2392699Z 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:10.2393556Z 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:10.2394430Z 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:10.2395339Z 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:10.2396180Z 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:10.2397059Z 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:10.2397911Z 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:10.2398816Z 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:10.2399663Z 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:10.2400501Z 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:10.2401371Z 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:10.2402214Z 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:10.2403042Z 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:10.2404007Z 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:10.2404938Z 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:10.2405758Z 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:10.2406588Z 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:10.2407388Z 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:10.2408221Z 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:10.2409028Z 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:10.2409986Z 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:10.2410869Z 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:10.2411673Z 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:10.2412474Z 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:10.2413317Z 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:10.2414153Z 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:10.2415042Z 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:10.2415869Z 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:10.2416683Z 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:10.2417499Z 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:10.2418304Z 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:10.2419119Z 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:10.2419909Z 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:10.2420722Z 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:10.2421541Z 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:10.2422361Z 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:10.2423179Z 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:10.2423995Z 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:10.2424848Z 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:10.2425662Z 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:10.2426494Z 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:10.2427278Z 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:10.2428111Z 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:10.2429070Z 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:10.2429918Z 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:10.2430725Z 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:10.2431581Z 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:10.2432395Z 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:10.2433238Z 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:10.2434047Z 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:10.2434881Z 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:10.2435692Z 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:10.2436526Z 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:10.2437345Z 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:10.2438165Z 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:10.2438953Z 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:10.2439770Z 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:10.2440665Z 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:10.2441556Z 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:10.2442363Z 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:10.2443188Z 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:10.2444020Z 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:10.2444859Z 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:10.2445687Z 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:10.2446499Z 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:10.2447313Z 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:10.2448124Z 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:10.2448957Z 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:10.2449829Z 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:10.2450647Z 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:10.2451431Z 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:10.2452260Z 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:10.2453061Z 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:10.2453927Z 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:10.2454746Z 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:10.2455659Z 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:10.2456530Z 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:10.2457355Z 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:10.2458163Z 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:10.2458976Z 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:10.2459829Z 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:10.2460704Z 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:10.2461535Z 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:10.2462356Z 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:10.2463166Z 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:10.2463998Z 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:10.2464804Z 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:10.2465628Z 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:10.2466479Z 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:10.2467323Z 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:10.2468199Z 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:10.2469060Z 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:10.2469881Z 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:10.2470715Z 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:10.2471555Z 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:10.2472450Z 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:10.2473269Z 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:10.2474152Z 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:10.2475054Z 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:10.2475883Z 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:10.2476697Z 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:10.2477523Z 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:10.2478375Z 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:10.2479217Z 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:10.2480351Z 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:10.2481209Z 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:10.2481861Z 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:10.2482512Z 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:10.2483384Z removed '/home/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:10.2484248Z removed '/home/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:10.2485099Z removed '/home/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:10.2485937Z removed '/home/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:10.2486862Z removed '/home/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:10.2487751Z removed '/home/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:10.2488620Z removed '/home/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:10.2489537Z removed '/home/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:10.2490432Z removed '/home/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:10.2491306Z removed '/home/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:10.2492178Z removed '/home/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:10.2493037Z removed '/home/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:10.2493907Z removed '/home/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:10.2494761Z removed '/home/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:10.2495607Z removed '/home/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:10.2496440Z removed '/home/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:10.2497308Z removed '/home/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:10.2498169Z removed '/home/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:10.2499042Z removed '/home/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:10.2499883Z removed '/home/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:10.2500736Z removed '/home/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:10.2501558Z removed '/home/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:10.2502470Z removed '/home/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:10.2503337Z removed '/home/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:10.2504218Z removed '/home/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:10.2505060Z removed '/home/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:10.2505955Z removed '/home/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:10.2506811Z removed '/home/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:10.2507695Z removed '/home/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:10.2508538Z removed '/home/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:10.2509426Z removed '/home/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:10.2510268Z removed '/home/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:10.2511128Z removed '/home/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:10.2511951Z removed '/home/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:10.2512830Z removed '/home/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:10.2513673Z removed '/home/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:10.2514555Z removed '/home/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:10.2515393Z removed '/home/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:10.2516258Z removed '/home/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:10.2517079Z removed '/home/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:10.2517996Z removed '/home/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:10.2518865Z removed '/home/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:10.2519746Z removed '/home/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:10.2520595Z removed '/home/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:10.2521501Z removed '/home/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:10.2522332Z removed '/home/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:10.2523215Z removed '/home/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:10.2524054Z removed '/home/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:10.2524946Z removed '/home/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:10.2525822Z removed '/home/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:10.2526707Z removed '/home/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:10.2527533Z removed '/home/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:10.2528419Z removed '/home/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:10.2529322Z removed '/home/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:10.2530201Z removed '/home/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:10.2531047Z removed '/home/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:10.2531903Z removed '/home/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:10.2532754Z removed '/home/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:10.2533641Z removed '/home/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:10.2534463Z removed '/home/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:10.2535280Z removed '/home/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:10.2536134Z removed '/home/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:10.2537053Z removed '/home/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:10.2537889Z removed '/home/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:10.2538761Z removed '/home/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:10.2539606Z removed '/home/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:10.2540470Z removed '/home/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:10.2541289Z removed '/home/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:10.2542170Z removed '/home/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:10.2543015Z removed '/home/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:10.2543830Z removed '/home/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:10.2544708Z removed '/home/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:10.2545560Z removed '/home/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:10.2546402Z removed '/home/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:10.2547226Z removed '/home/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:10.2548105Z removed '/home/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:10.2548938Z removed '/home/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:10.2549824Z removed '/home/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:10.2550696Z removed '/home/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:10.2551510Z removed '/home/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:10.2552379Z removed '/home/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:10.2553160Z removed '/home/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:10.2553991Z removed '/home/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:10.2554805Z removed '/home/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:10.2555601Z removed '/home/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:10.2556378Z removed '/home/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:10.2557210Z removed '/home/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:10.2558019Z removed '/home/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:10.2558845Z removed '/home/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:10.2559660Z removed '/home/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:10.2560498Z removed '/home/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:10.2561313Z removed '/home/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:10.2562170Z removed '/home/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:10.2562982Z removed '/home/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:10.2563862Z removed '/home/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:10.2564718Z removed '/home/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:10.2565599Z removed '/home/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:10.2566391Z removed '/home/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:10.2567234Z removed '/home/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:10.2568058Z removed '/home/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:10.2568835Z removed '/home/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:10.2569728Z removed '/home/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:10.2570570Z removed '/home/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:10.2571397Z removed '/home/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:10.2572187Z removed '/home/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:10.2573062Z removed '/home/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:10.2573898Z removed '/home/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:10.2574729Z removed '/home/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:10.2575578Z removed '/home/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:10.2576415Z removed '/home/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:10.2577276Z removed '/home/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:10.2578127Z removed '/home/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:10.2578988Z removed '/home/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:10.2579958Z removed '/home/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:10.2580766Z removed '/home/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:10.2581639Z removed '/home/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:10.2582494Z removed '/home/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:10.2583395Z removed '/home/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:10.2584206Z removed '/home/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:10.2585019Z removed '/home/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:10.2585796Z removed '/home/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:10.2586622Z removed '/home/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:10.2587415Z removed '/home/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:10.2588204Z removed '/home/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:10.2589016Z removed '/home/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:10.2589838Z removed '/home/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:10.2590662Z removed '/home/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:10.2591488Z removed '/home/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:10.2592314Z removed '/home/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:10.2593143Z removed '/home/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:10.2593990Z removed '/home/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:10.2594856Z removed '/home/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:10.2595779Z removed '/home/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:10.2596609Z removed '/home/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:10.2597488Z removed '/home/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:10.2598422Z removed '/home/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:10.2599239Z removed '/home/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:10.2600037Z removed '/home/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:10.2600846Z removed '/home/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:10.2601706Z removed '/home/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:10.2602524Z removed '/home/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:10.2603331Z removed '/home/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:10.2604148Z removed '/home/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:10.2604995Z removed '/home/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:10.2605804Z removed '/home/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:10.2606625Z removed '/home/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:10.2607483Z removed '/home/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:10.2608332Z removed '/home/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:10.2609157Z removed '/home/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:10.2610121Z removed '/home/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:10.2610989Z removed '/home/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:10.2611819Z removed '/home/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:10.2612626Z removed '/home/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:10.2613445Z removed '/home/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:10.2614323Z removed '/home/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:10.2615142Z removed '/home/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:10.2615977Z removed '/home/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:10.2616821Z removed '/home/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:10.2617650Z removed '/home/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:10.2618500Z removed '/home/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:10.2619327Z removed '/home/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:10.2620197Z removed '/home/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:10.2620990Z removed '/home/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:10.2621835Z removed '/home/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:10.2622662Z removed '/home/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:10.2623446Z removed '/home/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:10.2624270Z removed '/home/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:10.2625143Z removed '/home/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:10.2625979Z removed '/home/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:10.2626784Z removed '/home/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:10.2627659Z removed '/home/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:10.2628489Z removed '/home/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:10.2629422Z removed '/home/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:10.2630267Z removed '/home/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:10.2631130Z removed '/home/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:10.2631951Z removed '/home/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:10.2632834Z removed '/home/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:10.2633677Z removed '/home/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:10.2634498Z removed '/home/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:10.2635311Z removed '/home/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:10.2636135Z removed '/home/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:10.2636924Z removed '/home/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:10.2637708Z removed '/home/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:10.2638526Z removed '/home/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:10.2639338Z removed '/home/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:10.2640156Z removed '/home/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:10.2641012Z removed '/home/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:10.2641854Z removed '/home/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:10.2642683Z removed '/home/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:10.2643528Z removed '/home/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:10.2644444Z removed '/home/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:10.2645311Z removed '/home/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:10.2646141Z removed '/home/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:10.2647015Z removed '/home/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:10.2647806Z removed '/home/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:10.2648609Z removed '/home/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:10.2649517Z removed '/home/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:10.2650330Z removed '/home/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:10.2651131Z removed '/home/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:10.2651952Z removed '/home/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:10.2652802Z removed '/home/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:10.2653603Z removed '/home/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:10.2654414Z removed '/home/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:10.2655285Z removed '/home/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:10.2656178Z removed '/home/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:10.2657047Z removed '/home/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:10.2657882Z removed '/home/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:10.2658748Z removed '/home/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:10.2659626Z removed '/home/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:10.2660518Z removed '/home/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:10.2661367Z removed '/home/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:10.2662204Z removed '/home/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:10.2663027Z removed '/home/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:10.2663877Z removed '/home/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:10.2664698Z removed '/home/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:10.2665582Z removed '/home/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:10.2666417Z removed '/home/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:10.2667241Z removed '/home/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:10.2668055Z removed '/home/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:10.2668846Z removed '/home/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:10.2669689Z removed '/home/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:10.2670509Z removed '/home/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:10.2671319Z removed '/home/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:10.2672220Z removed '/home/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:10.2673063Z removed '/home/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:10.2673884Z removed '/home/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:10.2674753Z removed '/home/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:10.2675611Z removed '/home/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:10.2676480Z removed '/home/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:10.2677327Z removed '/home/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:10.2678154Z removed '/home/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:10.2678974Z removed '/home/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:10.2679924Z removed '/home/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:10.2680803Z removed '/home/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:10.2681633Z removed '/home/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:10.2682453Z removed '/home/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:10.2683269Z removed '/home/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:10.2684095Z removed '/home/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:10.2684873Z removed '/home/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:10.2685683Z removed '/home/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:10.2686578Z removed '/home/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:10.2687442Z removed '/home/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:10.2688223Z removed '/home/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:10.2689047Z removed '/home/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:10.2689936Z removed '/home/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:10.2690826Z removed '/home/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:10.2691635Z removed '/home/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:10.2692461Z removed '/home/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:10.2693332Z removed '/home/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:10.2694187Z removed '/home/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:10.2695039Z removed '/home/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:10.2695871Z removed '/home/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:10.2696739Z removed '/home/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:10.2697589Z removed '/home/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:10.2698459Z removed '/home/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:10.2699311Z removed '/home/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:10.2700148Z removed '/home/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:10.2700976Z removed '/home/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:10.2701853Z removed '/home/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:10.2702694Z removed '/home/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:10.2703580Z removed '/home/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:10.2704432Z removed '/home/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:10.2705236Z removed '/home/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:10.2706109Z removed '/home/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:10.2706925Z removed '/home/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:10.2707713Z removed '/home/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:10.2708529Z removed '/home/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:10.2709379Z removed '/home/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:10.2710194Z removed '/home/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:10.2710991Z removed '/home/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:10.2711852Z removed '/home/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:10.2712702Z removed '/home/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:10.2713513Z removed '/home/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:10.2714370Z removed '/home/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:10.2715190Z removed '/home/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:10.2716065Z removed '/home/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:10.2716905Z removed '/home/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:10.2717769Z removed '/home/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:10.2718607Z removed '/home/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:10.2719418Z removed '/home/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:10.2720304Z removed '/home/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:10.2721178Z removed '/home/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:10.2722064Z removed '/home/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:10.2722882Z removed '/home/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:10.2723764Z removed '/home/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:10.2724602Z removed '/home/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:10.2725487Z removed '/home/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:10.2735714Z removed '/home/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:10.2736676Z removed '/home/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:10.2737503Z removed '/home/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:10.2738372Z removed '/home/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:10.2739197Z removed '/home/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:10.2740085Z removed '/home/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:10.2740955Z removed '/home/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:10.2741789Z removed '/home/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:10.2742687Z removed '/home/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:10.2743534Z removed '/home/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:10.2744379Z removed '/home/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:10.2745204Z removed '/home/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:10.2746027Z removed '/home/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:10.2746938Z removed '/home/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:10.2747775Z removed '/home/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:10.2748597Z removed '/home/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:10.2749435Z removed '/home/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:10.2750269Z removed '/home/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:10.2751136Z removed '/home/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:10.2751988Z removed '/home/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:10.2752813Z removed '/home/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:10.2753630Z removed '/home/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:10.2754438Z removed '/home/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:10.2755324Z removed '/home/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:10.2756162Z removed '/home/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:10.2757021Z removed '/home/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:10.2757872Z removed '/home/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:10.2758775Z removed '/home/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:10.2759616Z removed '/home/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:10.2760494Z removed '/home/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:10.2761373Z removed '/home/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:10.2762269Z removed '/home/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:10.2763091Z removed '/home/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:10.2763980Z removed '/home/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:10.2764831Z removed '/home/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:10.2765716Z removed '/home/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:10.2766552Z removed '/home/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:10.2767401Z removed '/home/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:10.2768217Z removed '/home/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:10.2769092Z removed '/home/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:10.2770019Z removed '/home/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:10.2770682Z 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:10.2771312Z 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:10.2772170Z removed '/home/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:10.2773028Z removed '/home/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:10.2773902Z removed '/home/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:10.2774751Z removed '/home/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:10.2775598Z removed '/home/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:10.2776426Z removed '/home/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:10.2777328Z removed '/home/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:10.2778168Z removed '/home/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:10.2779015Z removed '/home/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:10.2780022Z removed '/home/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:10.2780876Z removed '/home/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:10.2781704Z removed '/home/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:10.2782553Z removed '/home/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:10.2783388Z removed '/home/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:10.2784232Z removed '/home/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:10.2785068Z removed '/home/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:10.2785914Z removed '/home/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:10.2786742Z removed '/home/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:10.2787586Z removed '/home/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:10.2788473Z removed '/home/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:10.2789373Z removed '/home/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:10.2790202Z removed '/home/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:10.2791042Z removed '/home/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:10.2791867Z removed '/home/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:10.2792792Z removed '/home/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:10.2793635Z removed '/home/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:10.2794450Z removed '/home/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:10.2795308Z removed '/home/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:10.2796135Z removed '/home/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:10.2796971Z removed '/home/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:10.2797802Z removed '/home/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:10.2798631Z removed '/home/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:10.2799507Z removed '/home/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:10.2800359Z removed '/home/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:10.2801181Z removed '/home/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:10.2802040Z removed '/home/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:10.2802862Z removed '/home/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:10.2803796Z removed '/home/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:10.2804629Z removed '/home/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:10.2805427Z removed '/home/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:10.2806200Z removed '/home/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:10.2807030Z removed '/home/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:10.2807882Z removed '/home/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:10.2808686Z removed '/home/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:10.2809544Z removed '/home/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:10.2810367Z removed '/home/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:10.2811183Z removed '/home/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:10.2812084Z removed '/home/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:10.2812961Z removed '/home/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:10.2813860Z removed '/home/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:10.2814739Z removed '/home/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:10.2815565Z removed '/home/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:10.2816372Z removed '/home/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:10.2817196Z removed '/home/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:10.2818003Z removed '/home/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:10.2818829Z removed '/home/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:10.2819673Z removed '/home/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:10.2820606Z removed '/home/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:10.2821476Z removed '/home/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:10.2822258Z removed '/home/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:10.2823115Z removed '/home/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:10.2823998Z removed '/home/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:10.2824825Z removed '/home/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:10.2825623Z removed '/home/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:10.2826395Z removed '/home/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:10.2827217Z removed '/home/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:10.2828032Z removed '/home/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:10.2828851Z removed '/home/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:10.2829702Z removed '/home/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:10.2830544Z removed '/home/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:10.2831349Z removed '/home/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:10.2832216Z removed '/home/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:10.2833005Z removed '/home/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:10.2833814Z removed '/home/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:10.2834688Z removed '/home/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:10.2835526Z removed '/home/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:10.2836363Z removed '/home/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:10.2837162Z removed '/home/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:10.2838025Z removed '/home/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:10.2838848Z removed '/home/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:10.2839679Z removed '/home/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:10.2840479Z removed '/home/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:10.2841313Z removed '/home/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:10.2842126Z removed '/home/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:10.2842997Z removed '/home/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:10.2843828Z removed '/home/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:10.2844643Z removed '/home/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:10.2845448Z removed '/home/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:10.2846244Z removed '/home/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:10.2847022Z removed '/home/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:10.2847840Z removed '/home/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:10.2848628Z removed '/home/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:10.2849505Z removed '/home/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:10.2850357Z removed '/home/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:10.2851177Z removed '/home/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:10.2852055Z removed '/home/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:10.2852939Z removed '/home/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:10.2853881Z removed '/home/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:10.2854773Z removed '/home/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:10.2855583Z removed '/home/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:10.2856394Z removed '/home/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:10.2857214Z removed '/home/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:10.2858029Z removed '/home/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:10.2858853Z removed '/home/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:10.2859675Z removed '/home/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:10.2860549Z removed '/home/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:10.2861429Z removed '/home/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:10.2862211Z removed '/home/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:10.2863072Z removed '/home/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:10.2863899Z removed '/home/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:10.2864726Z removed '/home/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:10.2865530Z removed '/home/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:10.2866350Z removed '/home/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:10.2867169Z removed '/home/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:10.2867997Z removed '/home/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:10.2868888Z removed '/home/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:10.2869744Z removed '/home/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:10.2870547Z removed '/home/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:10.2871342Z removed '/home/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:10.2872169Z removed '/home/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:10.2872988Z removed '/home/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:10.2873797Z removed '/home/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:10.2874634Z removed '/home/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:10.2875443Z removed '/home/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:10.2876280Z removed '/home/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:10.2877111Z removed '/home/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:10.2877977Z removed '/home/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:10.2878829Z removed '/home/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:10.2879771Z removed '/home/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:10.2880658Z removed '/home/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:10.2881507Z removed '/home/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:10.2882334Z removed '/home/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:10.2883153Z removed '/home/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:10.2884070Z removed '/home/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:10.2884976Z removed '/home/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:10.2885877Z removed '/home/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:10.2886758Z removed '/home/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:10.2887583Z removed '/home/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:10.2888392Z removed '/home/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:10.2889216Z removed '/home/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:10.2890087Z removed '/home/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:10.2890911Z removed '/home/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:10.2891728Z removed '/home/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:10.2892617Z removed '/home/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:10.2893488Z removed '/home/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:10.2894273Z removed '/home/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:10.2895128Z removed '/home/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:10.2895999Z removed '/home/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:10.2896833Z removed '/home/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:10.2897659Z removed '/home/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:10.2898498Z removed '/home/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:10.2899381Z removed '/home/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:10.2900208Z removed '/home/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:10.2901005Z removed '/home/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:10.2901835Z removed '/home/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:10.2902641Z removed '/home/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:10.2903452Z removed '/home/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:10.2904286Z removed '/home/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:10.2905091Z removed '/home/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:10.2905930Z removed '/home/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:10.2906740Z removed '/home/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:10.2907616Z removed '/home/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:10.2908449Z removed '/home/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:10.2909399Z removed '/home/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:10.2910299Z removed '/home/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:10.2911229Z removed '/home/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:10.2912106Z removed '/home/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:10.2912930Z removed '/home/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:10.2913738Z removed '/home/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:10.2914600Z removed '/home/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:10.2915447Z removed '/home/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:10.2916270Z removed '/home/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:10.2917069Z removed '/home/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:10.2917861Z removed '/home/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:10.2918636Z removed '/home/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:10.2919462Z removed '/home/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:10.2920281Z removed '/home/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:10.2921174Z removed '/home/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:10.2922050Z removed '/home/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:10.2922958Z removed '/home/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:10.2923843Z removed '/home/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:10.2924660Z removed '/home/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:10.2925463Z removed '/home/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:10.2926321Z removed '/home/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:10.2927160Z removed '/home/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:10.2927995Z removed '/home/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:10.2928813Z removed '/home/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:10.2929758Z removed '/home/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:10.2930696Z removed '/home/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:10.2931483Z removed '/home/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:10.2932327Z removed '/home/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:10.2933154Z removed '/home/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:10.2933981Z removed '/home/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:10.2934801Z removed '/home/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:10.2935738Z removed '/home/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:10.2936576Z removed '/home/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:10.2937424Z removed '/home/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:10.2938226Z removed '/home/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:10.2939027Z removed '/home/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:10.2939861Z removed '/home/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:10.2940672Z removed '/home/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:10.2941516Z removed '/home/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:10.2942377Z removed '/home/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:10.2943185Z removed '/home/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:10.2944022Z removed '/home/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:10.2944833Z removed '/home/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:10.2945742Z removed '/home/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:10.2946564Z removed '/home/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:10.2947374Z removed '/home/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:10.2948215Z removed '/home/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:10.2949038Z removed '/home/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:10.2949883Z removed '/home/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:10.2950712Z removed '/home/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:10.2951519Z removed '/home/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:10.2952330Z removed '/home/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:10.2953104Z removed '/home/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:10.2953955Z removed '/home/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:10.2954792Z removed '/home/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:10.2955597Z removed '/home/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:10.2956407Z removed '/home/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:10.2957280Z removed '/home/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:10.2958115Z removed '/home/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:10.2958948Z removed '/home/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:10.2959749Z removed '/home/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:10.2960589Z removed '/home/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:10.2961469Z removed '/home/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:10.2962311Z removed '/home/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:10.2963107Z removed '/home/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:10.2963929Z removed '/home/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:10.2964732Z removed '/home/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:10.2965519Z removed '/home/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:10.2966372Z removed '/home/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:10.2967211Z removed '/home/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:10.2968055Z removed '/home/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:10.2968911Z removed '/home/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:10.2969773Z removed '/home/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:10.2970605Z removed '/home/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:10.2971403Z removed '/home/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:10.2972248Z removed '/home/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:10.2973091Z removed '/home/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:10.2973944Z removed '/home/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:10.2974763Z removed '/home/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:10.2975630Z removed '/home/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:10.2976469Z removed '/home/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:10.2977326Z removed '/home/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:10.2978143Z removed '/home/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:10.2978965Z removed '/home/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:10.2979899Z removed '/home/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:10.2980730Z removed '/home/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:10.2981503Z removed '/home/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:10.2982322Z removed '/home/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:10.2983172Z removed '/home/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:10.2984015Z removed '/home/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:10.2984836Z removed '/home/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:10.2985675Z removed '/home/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:10.2986494Z removed '/home/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:10.2987380Z removed '/home/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:10.2988232Z removed '/home/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:10.2989040Z removed '/home/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:10.2989897Z removed '/home/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:10.2990715Z removed '/home/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:10.2991639Z removed '/home/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:10.2992456Z removed '/home/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:10.2993316Z removed '/home/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:10.2994134Z removed '/home/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:10.2994958Z removed '/home/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:10.2995757Z removed '/home/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:10.2996544Z removed '/home/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:10.2997391Z removed '/home/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:10.2998242Z removed '/home/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:10.2999057Z removed '/home/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:10.2999883Z removed '/home/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:10.3000728Z removed '/home/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:10.3001565Z removed '/home/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:10.3002365Z removed '/home/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:10.3003222Z removed '/home/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:10.3004096Z removed '/home/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:10.3004935Z removed '/home/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:10.3005789Z removed '/home/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:10.3006649Z removed '/home/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:10.3007525Z removed '/home/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:10.3008359Z removed '/home/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:10.3009016Z 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:10.3009718Z 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:10.3010600Z 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:10.3011460Z 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:10.3012329Z 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:10.3013184Z 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:10.3014050Z 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:10.3014906Z 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:10.3015765Z 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:10.3016615Z 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:10.3017470Z 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:10.3018354Z 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:10.3019235Z 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:10.3020077Z 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:10.3020933Z 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:10.3021810Z 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:10.3022696Z 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:10.3023541Z 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:10.3024401Z 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:10.3025240Z 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:10.3026104Z 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:10.3026951Z 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:10.3027810Z 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:10.3028651Z 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:10.3029504Z 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:10.3030342Z 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:10.3031224Z 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:10.3032062Z 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:10.3032906Z 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:10.3033790Z 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:10.3034663Z 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:10.3035482Z 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:10.3036339Z 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:10.3037191Z 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:10.3038177Z 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:10.3039024Z 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:10.3039863Z 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:10.3040724Z 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:10.3041571Z 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:10.3042416Z 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:10.3043248Z 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:10.3044042Z 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:10.3044840Z 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:10.3045665Z 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:10.3046494Z 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:10.3047293Z 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:10.3048086Z 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:10.3048940Z 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:10.3049911Z 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:10.3050800Z 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:10.3051714Z 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:10.3052645Z 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:10.3053506Z 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:10.3054323Z 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:10.3055174Z 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:10.3055995Z 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:10.3056841Z 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:10.3057673Z 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:10.3058578Z 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:10.3059464Z 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:10.3060304Z 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:10.3061173Z 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:10.3062026Z 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:10.3062822Z 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:10.3063620Z 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:10.3064485Z 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:10.3065327Z 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:10.3066207Z 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:10.3067020Z 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:10.3067865Z 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:10.3068755Z 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:10.3069590Z 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:10.3070439Z 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:10.3071256Z 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:10.3072112Z 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:10.3072935Z 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:10.3073777Z 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:10.3074591Z 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:10.3075442Z 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:10.3076273Z 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:10.3077154Z 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:10.3078003Z 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:10.3078832Z 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:10.3079836Z 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:10.3080678Z 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:10.3081466Z 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:10.3082301Z 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:10.3083098Z 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:10.3083968Z 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:10.3084796Z 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:10.3085700Z 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:10.3086583Z 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:10.3087495Z 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:10.3088394Z 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:10.3089280Z 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:10.3090104Z 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:10.3090934Z 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:10.3091777Z 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:10.3092608Z 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:10.3093446Z 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:10.3094336Z 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:10.3095260Z 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:10.3096165Z 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:10.3097024Z 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:10.3097822Z 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:10.3098614Z 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:10.3099498Z 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:10.3100323Z 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:10.3101119Z 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:10.3101968Z 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:10.3102783Z 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:10.3103607Z 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:10.3104442Z 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:10.3105273Z 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:10.3106117Z 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:10.3106954Z 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:10.3107822Z 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:10.3108678Z 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:10.3109495Z 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:10.3110357Z 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:10.3111284Z 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:10.3112180Z 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:10.3113079Z 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:10.3113983Z 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:10.3114856Z 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:10.3115689Z 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:10.3116519Z 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:10.3117351Z 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:10.3118183Z 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:10.3119029Z 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:10.3119920Z 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:10.3120813Z 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:10.3121683Z 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:10.3122533Z 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:10.3123330Z 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:10.3124184Z 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:10.3124993Z 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:10.3125847Z 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:10.3126704Z 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:10.3127531Z 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:10.3128373Z 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:10.3129213Z 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:10.3130196Z 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:10.3131055Z 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:10.3132013Z 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:10.3132944Z 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:10.3133801Z 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:10.3134646Z 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:10.3135465Z 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:10.3136324Z 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:10.3137149Z 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:10.3137989Z 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:10.3138802Z 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:10.3139610Z 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:10.3140399Z 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:10.3141260Z 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:10.3142183Z 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:10.3143089Z 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:10.3143992Z 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:10.3144927Z 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:10.3145783Z 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:10.3146620Z 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:10.3147455Z 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:10.3148294Z 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:10.3149129Z 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:10.3149972Z 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:10.3150859Z 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:10.3151761Z 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:10.3152626Z 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:10.3153483Z 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:10.3154432Z 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:10.3155246Z 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:10.3156055Z 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:10.3156927Z 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:10.3157780Z 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:10.3158600Z 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:10.3159449Z 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:10.3160271Z 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:10.3161172Z 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:10.3162001Z 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:10.3162873Z 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:10.3163705Z 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:10.3164577Z 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:10.3165412Z 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:10.3166280Z 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:10.3167113Z 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:10.3167944Z 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:10.3168797Z 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:10.3169698Z 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:10.3170537Z 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:10.3171362Z 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:10.3172280Z 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:10.3173167Z 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:10.3173992Z 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:10.3174827Z 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:10.3175639Z 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:10.3176577Z 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:10.3177424Z 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:10.3178254Z 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:10.3179100Z 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:10.3180056Z 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:10.3180874Z 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:10.3181711Z 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:10.3182566Z 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:10.3183418Z 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:10.3184286Z 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:10.3185126Z 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:10.3185975Z 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:10.3186818Z 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:10.3187702Z 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:10.3188572Z 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:10.3189391Z 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:10.3190253Z 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:10.3191084Z 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:10.3192010Z 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:10.3192824Z 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:10.3193694Z 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:10.3194523Z 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:10.3195355Z 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:10.3196207Z 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:10.3197047Z 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:10.3197897Z 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:10.3198738Z 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:10.3199565Z 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:10.3200394Z 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:10.3201205Z 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:10.3202040Z 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:10.3202918Z 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:10.3203790Z 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:10.3204634Z 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:10.3205458Z 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:10.3206271Z 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:10.3207190Z 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:10.3208021Z 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:10.3208888Z 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:10.3209803Z 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:10.3210674Z 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:10.3211507Z 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:10.3212159Z 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:10.3212806Z 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:10.3213655Z 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:10.3214506Z 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:10.3215349Z 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:10.3216171Z 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:10.3217014Z 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:10.3217658Z 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:10.3218539Z 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:10.3219412Z 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:10.3220217Z 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:10.3221037Z 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:10.3221899Z 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:10.3222796Z 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:10.3223432Z 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:10.3224263Z 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:10.3225046Z 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:10.3225844Z 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:10.3226708Z 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:10.3227548Z 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:10.3228378Z 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:10.3229178Z 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:10.3229996Z 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:10.3230798Z 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:10.3231595Z 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:10.3232423Z 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:10.3233210Z 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:10.3234066Z 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:10.3234881Z 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:10.3235684Z 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:10.3236521Z 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:10.3237360Z 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:10.3238205Z 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:10.3239026Z 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:10.3239823Z 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:10.3240650Z 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:10.3241468Z 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:10.3242277Z 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:10.3243079Z 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:10.3243886Z 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:10.3244677Z 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:10.3245491Z 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:10.3246289Z 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:10.3247098Z 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:10.3247882Z 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:10.3248770Z 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:10.3249667Z 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:10.3250523Z 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:10.3251323Z 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:10.3252133Z 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:10.3252962Z 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:10.3253790Z 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:10.3254595Z 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:10.3255391Z 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:10.3256199Z 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:10.3257005Z 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:10.3257811Z 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:10.3258613Z 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:10.3259397Z 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:10.3260176Z 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:10.3260969Z 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:10.3261746Z 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:10.3262547Z 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:10.3263361Z 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:10.3264180Z 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:10.3265020Z 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:10.3265822Z 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:10.3266606Z 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:10.3267455Z 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:10.3268311Z 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:10.3269138Z 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:10.3269928Z 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:10.3270756Z 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:10.3271676Z 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:10.3272570Z 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:10.3273455Z 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:10.3274321Z 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:10.3275147Z 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:10.3275999Z 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:10.3276823Z 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:10.3277661Z 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:10.3278498Z 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:10.3279368Z 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:10.3280514Z 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:10.3281425Z 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:10.3282254Z 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:10.3283148Z 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:10.3284092Z 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:10.3284999Z 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:10.3285841Z 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:10.3286690Z 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:10.3287546Z 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:10.3288413Z 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:10.3289308Z 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:10.3290156Z 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:10.3290990Z 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:10.3291830Z 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:10.3292668Z 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:10.3293506Z 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:10.3294358Z 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:10.3295181Z 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:10.3296148Z 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:10.3297051Z 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:10.3297947Z 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:10.3298801Z 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:10.3299660Z 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:10.3300515Z 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:10.3301364Z 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:10.3302192Z 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:10.3303041Z 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:10.3303878Z 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:10.3304723Z 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:10.3305546Z 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:10.3306375Z 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:10.3307203Z 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:10.3308041Z 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:10.3308865Z 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:10.3309710Z 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:10.3310550Z 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:10.3311413Z 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:10.3312291Z 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:10.3313129Z 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:10.3314000Z 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:10.3314849Z 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:10.3315741Z 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:10.3316583Z 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:10.3317424Z 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:10.3318351Z 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:10.3319226Z 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:10.3320121Z 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:10.3320970Z 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:10.3321793Z 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:10.3322613Z 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:10.3323449Z 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:10.3324274Z 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:10.3325112Z 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:10.3325965Z 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:10.3326825Z 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:10.3327711Z 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:10.3328554Z 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:10.3329489Z 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:10.3330345Z 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:10.3331252Z 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:10.3332108Z 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:10.3332936Z 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:10.3333800Z 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:10.3334648Z 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:10.3335500Z 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:10.3336334Z 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:10.3337183Z 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:10.3338009Z 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:10.3338858Z 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:10.3339693Z 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:10.3340535Z 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:10.3341360Z 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:10.3342308Z 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:10.3343233Z 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:10.3344120Z 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:10.3344972Z 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:10.3345808Z 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:10.3346677Z 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:10.3347522Z 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:10.3348357Z 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:10.3349195Z 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:10.3350042Z 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:10.3350875Z 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:10.3351711Z 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:10.3352527Z 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:10.3353361Z 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:10.3354183Z 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:10.3355014Z 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:10.3355840Z 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:10.3356693Z 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:10.3357510Z 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:10.3358404Z 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:10.3359256Z 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:10.3360134Z 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:10.3360970Z 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:10.3361843Z 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:10.3362699Z 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:10.3363556Z 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:10.3364473Z 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:10.3365361Z 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:10.3366239Z 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:10.3367106Z 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:10.3367923Z 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:10.3368759Z 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:10.3369643Z 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:10.3370483Z 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:10.3371314Z 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:10.3372178Z 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:10.3372999Z 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:10.3373899Z 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:10.3374751Z 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:10.3375652Z 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:10.3376493Z 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:10.3377388Z 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:10.3378263Z 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:10.3379106Z 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:10.3380115Z 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:10.3380982Z 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:10.3381826Z 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:10.3382674Z 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:10.3383510Z 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:10.3384352Z 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:10.3385192Z 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:10.3386042Z 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:10.3386873Z 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:10.3387704Z 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:10.3388606Z 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:10.3389540Z 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:10.3390453Z 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:10.3391316Z 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:10.3392139Z 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:10.3393008Z 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:10.3393875Z 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:10.3394713Z 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:10.3395548Z 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:10.3396401Z 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:10.3397244Z 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:10.3398078Z 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:10.3398892Z 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:10.3399727Z 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:10.3400552Z 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:10.3401380Z 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:10.3402232Z 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:10.3403084Z 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:10.3403919Z 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:10.3404819Z 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:10.3405682Z 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:10.3406552Z 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:10.3407403Z 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:10.3408246Z 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:10.3409143Z 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:10.3410049Z 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:10.3410865Z 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:10.3411639Z 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:10.3412441Z 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:10.3413297Z 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:10.3414134Z 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:10.3414961Z 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:10.3415757Z 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:10.3416572Z 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:10.3417376Z 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:10.3418176Z 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:10.3418996Z 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:10.3419777Z 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:10.3420638Z 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:10.3421448Z 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:10.3422243Z 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:10.3423080Z 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:10.3423920Z 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:10.3424766Z 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:10.3425595Z 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:10.3426387Z 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:10.3427219Z 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:10.3428033Z 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:10.3428843Z 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:10.3429644Z 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:10.3430455Z 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:10.3431237Z 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:10.3432017Z 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:10.3432814Z 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:10.3433622Z 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:10.3434417Z 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:10.3435218Z 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:10.3436018Z 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:10.3436916Z 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:10.3437741Z 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:10.3438584Z 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:10.3439395Z 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:10.3440226Z 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:10.3441021Z 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:10.3441817Z 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:10.3442619Z 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:10.3443422Z 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:10.3444234Z 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:10.3445029Z 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:10.3445827Z 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:10.3446593Z 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:10.3447418Z 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:10.3448191Z 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:10.3448977Z 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:10.3449808Z 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:10.3450607Z 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:10.3451425Z 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:10.3452273Z 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:10.3453056Z 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:10.3453879Z 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:10.3454687Z 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:10.3455520Z 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:10.3456354Z 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:10.3457166Z 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:10.3457969Z 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:10.3458769Z 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:10.3459578Z 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:10.3460202Z 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:10.3460932Z 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:10.3461675Z 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:10.3462368Z 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:10.3463097Z 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:10.3463785Z 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:10.3464485Z 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:10.3465143Z 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:10.3465851Z 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:10.3466571Z 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:10.3467279Z 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:10.3468024Z 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:10.3468762Z 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:10.3469525Z 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:10.3470284Z 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:10.3471012Z 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:10.3471729Z 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:10.3472415Z 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:10.3473119Z 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:10.3473807Z 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:10.3474477Z 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:10.3475136Z 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:10.3475801Z 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:10.3476481Z 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:10.3477181Z 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:10.3477789Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv' 2025-03-21T20:18:10.3478402Z 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:10.3479219Z 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:10.3480420Z 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:10.3481197Z 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:10.3481943Z 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:10.3482686Z 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:10.3483443Z 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:10.3484206Z 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:10.3484995Z 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:10.3485651Z 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:10.3486274Z 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:10.3486927Z 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:10.3487539Z 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:10.3488142Z 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:10.3488768Z 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:10.3489460Z 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:10.3490171Z 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:10.3490868Z 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:10.3491572Z 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:10.3492266Z 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:10.3492979Z 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:10.3493672Z 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:10.3494385Z 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:10.3495083Z 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:10.3495819Z 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:10.3496567Z 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:10.3497318Z 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:10.3498057Z 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:10.3498775Z 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:10.3499512Z 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:10.3500240Z 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:10.3500945Z 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:10.3501635Z 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:10.3502338Z 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:10.3503036Z 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:10.3503759Z 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:10.3504463Z 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:10.3505181Z 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:10.3505876Z 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:10.3506585Z 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:10.3507281Z 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:10.3507991Z 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:10.3508699Z 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:10.3509453Z 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:10.3510187Z 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:10.3510933Z 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:10.3511716Z 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:10.3512528Z 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:10.3513255Z 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:10.3513992Z 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:10.3514667Z 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:10.3515303Z 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:10.3515952Z 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:10.3516555Z 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:10.3517188Z 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:10.3517798Z 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:10.3518422Z 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:10.3519052Z 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:10.3519666Z 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:10.3520377Z 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:10.3521101Z 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:10.3521870Z 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:10.3522633Z 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:10.3523322Z 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:10.3524025Z 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:10.3524768Z 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:10.3525503Z 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:10.3526273Z 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:10.3527054Z 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:10.3527828Z 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:10.3528581Z 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:10.3529409Z 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:10.3530152Z 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:10.3530873Z 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:10.3531586Z 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:10.3532364Z 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:10.3533127Z 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:10.3533873Z 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:10.3534605Z 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:10.3535353Z 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:10.3536059Z 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:10.3536735Z 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:10.3537384Z 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:10.3538054Z 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:10.3538713Z 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:10.3539368Z 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:10.3539978Z 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:10.3540711Z 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:10.3541369Z 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:10.3542084Z 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:10.3542703Z 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:10.3543362Z 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:10.3544074Z 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:10.3544774Z 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:10.3545402Z 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:10.3546057Z 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:10.3546713Z 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:10.3547351Z 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:10.3548014Z 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:10.3548683Z 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:10.3549330Z 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:10.3549956Z 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:10.3550618Z 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:10.3551303Z 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:10.3551937Z 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:10.3552563Z 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:10.3553195Z 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:10.3553813Z 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:10.3554443Z 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:10.3555118Z 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:10.3555803Z 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:10.3556407Z 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:10.3557010Z 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:10.3557613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm' 2025-03-21T20:18:10.3558408Z 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:10.3559200Z 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:10.3559900Z 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:10.3560620Z 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:10.3561367Z 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:10.3562080Z 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:10.3562853Z 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:10.3563641Z 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:10.3564388Z 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:10.3565148Z 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:10.3565873Z 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:10.3566605Z 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:10.3567370Z 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:10.3568150Z 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:10.3568883Z 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:10.3569687Z 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:10.3570466Z 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:10.3571226Z 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:10.3571895Z 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:10.3572565Z 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:10.3573223Z 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:10.3573942Z 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:10.3574605Z 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:10.3575226Z 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:10.3575937Z 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:10.3576576Z 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:10.3577299Z 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:10.3577923Z 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:10.3578627Z 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:10.3579256Z 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:10.3580110Z 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:10.3580756Z 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:10.3581438Z 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:10.3582122Z 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:10.3582773Z 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:10.3583410Z 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:10.3584081Z 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:10.3584830Z 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:10.3585519Z 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:10.3586153Z 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:10.3586775Z 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:10.3587413Z 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:10.3588069Z 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:10.3588766Z 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:10.3589434Z 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:10.3590054Z 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:10.3590647Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm' 2025-03-21T20:18:10.3591401Z 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:10.3592193Z 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:10.3592969Z 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:10.3593744Z 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:10.3594500Z 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:10.3595235Z 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:10.3595992Z 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:10.3596732Z 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:10.3597482Z 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:10.3598270Z 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:10.3599040Z 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:10.3599842Z 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:10.3600629Z 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:10.3601366Z 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:10.3602233Z 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:10.3602850Z 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:10.3603551Z 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:10.3604182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw' 2025-03-21T20:18:10.3605059Z 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:10.3605907Z 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:10.3606743Z 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:10.3607682Z 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:10.3608563Z 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:10.3609519Z 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:10.3610364Z 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:10.3611243Z 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:10.3612114Z 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:10.3613172Z 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:10.3615028Z 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:10.3616853Z 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:10.3618756Z 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:10.3620639Z 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:10.3622489Z 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:10.3624318Z 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:10.3626194Z 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:10.3628081Z 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:10.3629995Z 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:10.3631829Z 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:10.3633693Z 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:10.3635551Z 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:10.3637357Z 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:10.3639217Z 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:10.3641084Z 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:10.3642925Z 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:10.3644758Z 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:10.3646579Z 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:10.3648382Z 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:10.3650235Z 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:10.3652115Z 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:10.3653954Z 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:10.3655759Z 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:10.3657640Z 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:10.3659601Z 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:10.3661511Z 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:10.3663354Z 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:10.3665174Z 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:10.3666984Z 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:10.3668786Z 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:10.3670600Z 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:10.3672398Z 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:10.3674213Z 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:10.3676028Z 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:10.3677848Z 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:10.3679819Z 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:10.3681598Z 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:10.3683380Z 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:10.3685256Z 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:10.3687117Z 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:10.3688923Z 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:10.3690821Z 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:10.3692691Z 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:10.3694539Z 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:10.3696383Z 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:10.3698200Z 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:10.3700024Z 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:10.3701860Z 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:10.3703668Z 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:10.3705518Z 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:10.3707382Z 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:10.3709211Z 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:10.3711031Z 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:10.3712851Z 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:10.3714682Z 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:10.3716516Z 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:10.3718411Z 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:10.3720308Z 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:10.3722155Z 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:10.3723967Z 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:10.3725824Z 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:10.3727630Z 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:10.3729502Z 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:10.3731333Z 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:10.3733159Z 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:10.3734973Z 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:10.3736752Z 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:10.3738540Z 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:10.3740345Z 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:10.3742284Z 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:10.3744303Z 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:10.3746284Z 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:10.3748235Z 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:10.3750451Z 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:10.3752435Z 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:10.3754309Z 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:10.3756207Z 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:10.3758126Z 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:10.3760503Z 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:10.3762403Z 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:10.3764303Z 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:10.3766229Z 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:10.3768172Z 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:10.3770153Z 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:10.3772073Z 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:10.3774011Z 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:10.3775943Z 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:10.3777836Z 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:10.3779873Z 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:10.3781789Z 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:10.3783725Z 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:10.3785763Z 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:10.3787701Z 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:10.3789583Z 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:10.3791474Z 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:10.3793385Z 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:10.3795304Z 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:10.3797184Z 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:10.3799081Z 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:10.3800958Z 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:10.3802918Z 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:10.3804940Z 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:10.3806926Z 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:10.3808892Z 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:10.3810837Z 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:10.3812709Z 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:10.3814581Z 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:10.3816471Z 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:10.3818389Z 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:10.3820311Z 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:10.3822308Z 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:10.3824214Z 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:10.3826107Z 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:10.3827990Z 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:10.3829858Z 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:10.3831730Z 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:10.3833601Z 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:10.3835508Z 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:10.3837409Z 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:10.3839309Z 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:10.3841208Z 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:10.3843093Z 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:10.3844981Z 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:10.3846874Z 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:10.3848794Z 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:10.3850832Z 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:10.3852852Z 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:10.3854904Z 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:10.3856889Z 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:10.3858847Z 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:10.3860792Z 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:10.3862648Z 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:10.3864509Z 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:10.3866381Z 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:10.3868289Z 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:10.3870162Z 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:10.3872056Z 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:10.3873956Z 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:10.3875882Z 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:10.3877814Z 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:10.3879891Z 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:10.3881810Z 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:10.3883748Z 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:10.3885741Z 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:10.3887665Z 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:10.3889620Z 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:10.3891524Z 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:10.3893505Z 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:10.3895483Z 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:10.3897377Z 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:10.3899270Z 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:10.3901156Z 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:10.3903037Z 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:10.3904908Z 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:10.3906786Z 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:10.3908676Z 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:10.3910555Z 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:10.3912504Z 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:10.3914516Z 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:10.3916492Z 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:10.3918459Z 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:10.3920373Z 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:10.3922225Z 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:10.3924091Z 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:10.3926009Z 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:10.3927918Z 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:10.3929855Z 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:10.3931728Z 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:10.3933577Z 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:10.3935434Z 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:10.3937276Z 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:10.3939139Z 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:10.3940988Z 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:10.3942871Z 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:10.3944771Z 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:10.3946666Z 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:10.3948569Z 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:10.3957541Z 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:10.3959623Z 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:10.3961553Z 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:10.3963444Z 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:10.3965361Z 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:10.3967349Z 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:10.3969407Z 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:10.3971419Z 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:10.3973396Z 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:10.3975354Z 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:10.3977248Z 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:10.3979105Z 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:10.3981126Z 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:10.3983009Z 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:10.3984919Z 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:10.3986808Z 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:10.3988695Z 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:10.3990594Z 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:10.3992567Z 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:10.3994517Z 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:10.3996426Z 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:10.3998336Z 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:10.4000300Z 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:10.4002254Z 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:10.4004139Z 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:10.4006028Z 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:10.4007933Z 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:10.4009929Z 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:10.4011875Z 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:10.4013764Z 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:10.4015636Z 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:10.4017528Z 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:10.4019379Z 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:10.4021242Z 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:10.4023127Z 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:10.4025043Z 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:10.4026957Z 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:10.4028900Z 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:10.4030908Z 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:10.4032878Z 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:10.4034876Z 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:10.4036748Z 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:10.4038588Z 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:10.4040432Z 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:10.4042292Z 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:10.4044172Z 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:10.4046045Z 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:10.4047917Z 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:10.4049840Z 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:10.4051689Z 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:10.4053526Z 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:10.4055402Z 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:10.4057256Z 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:10.4059152Z 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:10.4061068Z 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:10.4062959Z 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:10.4064848Z 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:10.4066783Z 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:10.4068672Z 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:10.4070552Z 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:10.4072440Z 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:10.4074349Z 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:10.4076279Z 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:10.4078145Z 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:10.4080233Z 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:10.4082116Z 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:10.4083999Z 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:10.4085933Z 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:10.4087895Z 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:10.4089775Z 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:10.4091659Z 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:10.4093521Z 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:10.4095330Z 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:10.4097129Z 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:10.4098927Z 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:10.4100826Z 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:10.4102661Z 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:10.4104508Z 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:10.4106340Z 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:10.4108179Z 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:10.4110024Z 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:10.4111863Z 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:10.4113674Z 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:10.4115493Z 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:10.4117308Z 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:10.4119118Z 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:10.4120962Z 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:10.4122817Z 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:10.4124666Z 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:10.4126503Z 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:10.4128315Z 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:10.4130172Z 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:10.4131970Z 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:10.4133836Z 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:10.4135641Z 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:10.4137442Z 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:10.4139297Z 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:10.4141198Z 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:10.4143062Z 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:10.4144888Z 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:10.4146700Z 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:10.4148500Z 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:10.4150309Z 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:10.4152126Z 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:10.4153926Z 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:10.4155729Z 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:10.4157564Z 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:10.4159384Z 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:10.4161162Z 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:10.4162926Z 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:10.4164692Z 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:10.4166541Z 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:10.4168335Z 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:10.4170172Z 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:10.4171995Z 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:10.4173815Z 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:10.4175635Z 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:10.4177467Z 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:10.4179271Z 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:10.4181262Z 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:10.4183067Z 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:10.4184848Z 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:10.4186681Z 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:10.4188537Z 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:10.4190148Z 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:10.4191943Z 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:10.4194015Z 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:10.4195857Z 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:10.4197533Z 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:10.4199090Z 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:10.4200716Z 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:10.4202491Z 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:10.4204262Z 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:10.4206032Z 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:10.4207813Z 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:10.4209642Z 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:10.4211408Z 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:10.4213175Z 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:10.4214958Z 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:10.4216735Z 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:10.4218514Z 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:10.4220286Z 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:10.4222052Z 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:10.4223846Z 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:10.4225645Z 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:10.4227411Z 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:10.4229173Z 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:10.4230943Z 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:10.4232761Z 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:10.4234523Z 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:10.4236291Z 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:10.4238050Z 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:10.4239812Z 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:10.4241578Z 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:10.4243355Z 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:10.4245139Z 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:10.4246952Z 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:10.4248758Z 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:10.4250657Z 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:10.4252550Z 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:10.4254370Z 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:10.4256170Z 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:10.4257967Z 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:10.4259703Z 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:10.4261472Z 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:10.4263249Z 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:10.4265044Z 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:10.4266817Z 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:10.4268614Z 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:10.4270359Z 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:10.4272155Z 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:10.4273973Z 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:10.4275734Z 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:10.4277493Z 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:10.4279279Z 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:10.4281165Z 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:10.4282919Z 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:10.4284658Z 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:10.4286404Z 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:10.4288166Z 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:10.4290052Z 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:10.4291834Z 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:10.4293568Z 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:10.4295312Z 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:10.4297092Z 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:10.4298884Z 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:10.4300646Z 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:10.4302397Z 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:10.4304133Z 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:10.4305863Z 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:10.4307598Z 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:10.4309324Z 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:10.4311056Z 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:10.4312792Z 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:10.4314538Z 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:10.4316285Z 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:10.4318079Z 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:10.4319934Z 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:10.4321766Z 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:10.4323538Z 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:10.4325289Z 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:10.4327027Z 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:10.4328781Z 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:10.4330665Z 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:10.4332496Z 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:10.4334371Z 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:10.4336169Z 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:10.4337898Z 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:10.4339630Z 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:10.4341350Z 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:10.4343078Z 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:10.4344820Z 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:10.4346620Z 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:10.4348467Z 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:10.4350258Z 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:10.4352163Z 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:10.4354245Z 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:10.4356326Z 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:10.4358399Z 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:10.4360330Z 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:10.4362128Z 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:10.4363988Z 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:10.4365800Z 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:10.4367562Z 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:10.4369349Z 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:10.4371097Z 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:10.4372877Z 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:10.4374665Z 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:10.4376442Z 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:10.4378228Z 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:10.4380134Z 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:10.4381935Z 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:10.4383735Z 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:10.4385505Z 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:10.4387322Z 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:10.4389132Z 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:10.4390911Z 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:10.4392679Z 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:10.4394430Z 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:10.4396256Z 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:10.4398051Z 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:10.4399847Z 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:10.4401621Z 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:10.4403384Z 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:10.4405197Z 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:10.4407148Z 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:10.4409161Z 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:10.4411167Z 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:10.4413038Z 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:10.4414785Z 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:10.4416488Z 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:10.4418244Z 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:10.4420007Z 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:10.4421787Z 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:10.4423544Z 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:10.4425300Z 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:10.4427059Z 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:10.4428827Z 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:10.4430589Z 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:10.4432323Z 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:10.4434058Z 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:10.4435794Z 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:10.4437535Z 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:10.4439291Z 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:10.4441071Z 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:10.4442874Z 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:10.4444688Z 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:10.4446507Z 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:10.4448270Z 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:10.4450086Z 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:10.4451831Z 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:10.4453637Z 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:10.4455410Z 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:10.4457161Z 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:10.4458893Z 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:10.4460631Z 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:10.4462497Z 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:10.4464255Z 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:10.4466000Z 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:10.4467722Z 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:10.4469462Z 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:10.4471204Z 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:10.4472932Z 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:10.4474645Z 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:10.4476371Z 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:10.4478110Z 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:10.4479959Z 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:10.4481754Z 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:10.4483622Z 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:10.4485428Z 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:10.4487229Z 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:10.4489009Z 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:10.4490812Z 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:10.4492564Z 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:10.4494369Z 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:10.4496210Z 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:10.4498095Z 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:10.4499895Z 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:10.4501626Z 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:10.4503357Z 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:10.4505087Z 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:10.4506820Z 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:10.4508553Z 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:10.4510354Z 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:10.4512222Z 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:10.4514061Z 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:10.4515848Z 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:10.4517630Z 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:10.4519479Z 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:10.4521342Z 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:10.4523130Z 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:10.4524866Z 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:10.4526652Z 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:10.4528451Z 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:10.4530296Z 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:10.4532075Z 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:10.4533862Z 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:10.4535666Z 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:10.4537444Z 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:10.4539236Z 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:10.4541006Z 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:10.4542773Z 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:10.4544546Z 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:10.4546328Z 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:10.4547168Z 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:10.4548001Z 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:10.4548905Z 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:10.4549778Z 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:10.4550606Z 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:10.4551436Z 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:10.4552435Z 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:10.4553419Z 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:10.4554321Z 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:10.4555200Z 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:10.4556065Z 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:10.4556860Z 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:10.4557668Z 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:10.4558505Z 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:10.4559301Z 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:10.4560126Z 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:10.4560929Z 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:10.4561752Z 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:10.4562570Z 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:10.4563384Z 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:10.4564248Z 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:10.4565094Z 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:10.4565943Z 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:10.4566782Z 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:10.4567640Z 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:10.4568546Z 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:10.4569438Z 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:10.4570276Z 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:10.4571083Z 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:10.4571949Z 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:10.4572785Z 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:10.4573613Z 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:10.4574423Z 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:10.4575253Z 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:10.4576072Z 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:10.4576902Z 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:10.4577702Z 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:10.4578527Z 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:10.4579338Z 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:10.4580553Z 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:10.4581389Z 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:10.4582209Z 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:10.4583019Z 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:10.4583869Z 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:10.4584703Z 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:10.4585520Z 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:10.4586320Z 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:10.4587144Z 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:10.4587954Z 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:10.4588849Z 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:10.4589716Z 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:10.4590548Z 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:10.4591362Z 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:10.4592197Z 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:10.4593013Z 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:10.4593861Z 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:10.4594675Z 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:10.4595621Z 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:10.4596529Z 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:10.4597341Z 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:10.4598142Z 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:10.4598964Z 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:10.4599826Z 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:10.4600646Z 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:10.4601470Z 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:10.4602342Z 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:10.4603222Z 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:10.4604076Z 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:10.4604909Z 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:10.4605769Z 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:10.4606613Z 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:10.4607421Z 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:10.4608242Z 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:10.4609020Z 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:10.4609899Z 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:10.4610758Z 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:10.4611568Z 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:10.4612396Z 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:10.4613238Z 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:10.4614037Z 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:10.4614904Z 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:10.4615736Z 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:10.4616739Z 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:10.4617704Z 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:10.4618666Z 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:10.4619591Z 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:10.4620458Z 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:10.4621282Z 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:10.4622153Z 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:10.4622998Z 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:10.4623934Z 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:10.4624825Z 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:10.4625721Z 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:10.4626636Z 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:10.4627513Z 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:10.4628327Z 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:10.4629135Z 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:10.4629973Z 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:10.4630851Z 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:10.4631659Z 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:10.4632520Z 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:10.4633346Z 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:10.4634170Z 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:10.4634980Z 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:10.4635804Z 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:10.4636620Z 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:10.4637444Z 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:10.4638255Z 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:10.4639084Z 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:10.4639897Z 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:10.4640727Z 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:10.4641531Z 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:10.4642374Z 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:10.4643215Z 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:10.4644025Z 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:10.4644824Z 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:10.4645677Z 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:10.4646519Z 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:10.4647342Z 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:10.4648148Z 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:10.4649032Z 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:10.4649968Z 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:10.4650791Z 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:10.4651598Z 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:10.4652416Z 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:10.4653239Z 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:10.4654067Z 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:10.4654894Z 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:10.4655779Z 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:10.4656668Z 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:10.4657576Z 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:10.4658485Z 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:10.4659472Z 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:10.4660439Z 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:10.4661448Z 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:10.4662436Z 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:10.4663379Z 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:10.4664308Z 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:10.4665295Z 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:10.4666271Z 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:10.4667266Z 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:10.4668247Z 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:10.4669206Z 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:10.4670147Z 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:10.4670998Z 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:10.4671825Z 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:10.4672678Z 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:10.4673560Z 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:10.4674389Z 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:10.4675212Z 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:10.4676135Z 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:10.4677063Z 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:10.4677881Z 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:10.4678674Z 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:10.4679606Z 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:10.4680440Z 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:10.4681238Z 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:10.4682055Z 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:10.4682878Z 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:10.4683691Z 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:10.4684508Z 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:10.4685332Z 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:10.4686169Z 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:10.4687001Z 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:10.4687833Z 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:10.4688652Z 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:10.4689602Z 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:10.4690470Z 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:10.4691305Z 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:10.4692129Z 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:10.4692986Z 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:10.4693828Z 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:10.4694668Z 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:10.4695532Z 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:10.4696357Z 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:10.4697239Z 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:10.4698072Z 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:10.4698884Z 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:10.4699691Z 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:10.4700559Z 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:10.4701387Z 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:10.4702258Z 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:10.4703087Z 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:10.4703887Z 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:10.4704743Z 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:10.4705577Z 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:10.4706378Z 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:10.4707203Z 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:10.4708078Z 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:10.4708929Z 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:10.4709768Z 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:10.4710591Z 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:10.4711424Z 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:10.4712249Z 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:10.4713057Z 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:10.4713863Z 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:10.4714709Z 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:10.4715520Z 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:10.4716364Z 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:10.4717158Z 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:10.4718010Z 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:10.4718820Z 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:10.4719667Z 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:10.4720525Z 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:10.4721339Z 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:10.4722170Z 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:10.4722993Z 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:10.4723847Z 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:10.4724654Z 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:10.4725490Z 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:10.4726306Z 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:10.4727128Z 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:10.4727940Z 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:10.4728741Z 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:10.4729656Z 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:10.4730468Z 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:10.4731321Z 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:10.4732133Z 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:10.4732978Z 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:10.4733790Z 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:10.4734440Z 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:10.4735092Z 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:10.4735972Z 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:10.4736782Z 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:10.4737623Z 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:10.4738426Z 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:10.4739341Z 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:10.4740169Z 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:10.4741009Z 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:10.4741804Z 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:10.4742647Z 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:10.4743450Z 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:10.4744310Z 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:10.4745129Z 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:10.4745972Z 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:10.4746779Z 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:10.4747630Z 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:10.4748431Z 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:10.4749295Z 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:10.4750115Z 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:10.4751001Z 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:10.4751846Z 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:10.4752705Z 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:10.4753528Z 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:10.4754474Z 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:10.4755334Z 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:10.4756196Z 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:10.4757045Z 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:10.4757915Z 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:10.4758777Z 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:10.4759601Z 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:10.4760414Z 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:10.4761232Z 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:10.4762060Z 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:10.4762921Z 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:10.4763765Z 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:10.4764584Z 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:10.4765458Z 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:10.4766329Z 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:10.4767195Z 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:10.4768022Z 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:10.4768833Z 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:10.4769800Z 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:10.4770681Z 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:10.4771499Z 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:10.4772350Z 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:10.4773164Z 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:10.4774000Z 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:10.4774827Z 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:10.4775663Z 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:10.4776485Z 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:10.4777317Z 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:10.4778134Z 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:10.4778961Z 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:10.4779891Z 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:10.4780726Z 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:10.4781606Z 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:10.4782471Z 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:10.4783285Z 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:10.4784115Z 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:10.4784928Z 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:10.4785816Z 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:10.4786631Z 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:10.4787461Z 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:10.4788281Z 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:10.4789112Z 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:10.4789997Z 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:10.4790888Z 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:10.4791711Z 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:10.4792544Z 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:10.4793380Z 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:10.4794223Z 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:10.4795060Z 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:10.4795895Z 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:10.4796819Z 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:10.4797753Z 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:10.4798569Z 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:10.4799388Z 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:10.4800200Z 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:10.4801078Z 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:10.4801904Z 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:10.4802733Z 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:10.4803613Z 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:10.4804490Z 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:10.4805321Z 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:10.4806313Z 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:10.4807290Z 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:10.4808300Z 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:10.4809349Z 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:10.4810213Z 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:10.4811056Z 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:10.4811925Z 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:10.4812801Z 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:10.4813643Z 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:10.4814472Z 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:10.4815314Z 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:10.4816174Z 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:10.4817067Z 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:10.4817927Z 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:10.4818776Z 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:10.4819647Z 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:10.4820508Z 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:10.4821377Z 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:10.4822202Z 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:10.4823049Z 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:10.4823889Z 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:10.4824742Z 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:10.4825573Z 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:10.4826392Z 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:10.4827232Z 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:10.4828132Z 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:10.4829007Z 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:10.4829845Z 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:10.4830675Z 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:10.4831566Z 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:10.4832593Z 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:10.4833551Z 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:10.4834457Z 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:10.4835344Z 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:10.4836138Z 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:10.4836971Z 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:10.4837809Z 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:10.4838640Z 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:10.4839472Z 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:10.4840292Z 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:10.4841146Z 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:10.4841970Z 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:10.4842805Z 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:10.4843654Z 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:10.4844503Z 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:10.4845338Z 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:10.4846146Z 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:10.4846988Z 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:10.4847852Z 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:10.4848731Z 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:10.4849636Z 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:10.4850530Z 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:10.4851382Z 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:10.4852211Z 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:10.4853028Z 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:10.4853868Z 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:10.4854693Z 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:10.4855534Z 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:10.4856351Z 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:10.4857181Z 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:10.4858003Z 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:10.4858838Z 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:10.4859701Z 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:10.4860552Z 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:10.4861359Z 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:10.4862197Z 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:10.4863040Z 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:10.4863878Z 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:10.4864713Z 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:10.4865524Z 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:10.4866358Z 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:10.4867182Z 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:10.4868076Z 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:10.4868951Z 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:10.4869788Z 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:10.4870608Z 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:10.4871453Z 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:10.4872276Z 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:10.4873133Z 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:10.4873953Z 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:10.4874889Z 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:10.4875803Z 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:10.4876635Z 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:10.4877439Z 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:10.4878295Z 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:10.4879151Z 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:10.4880102Z 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:10.4880923Z 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:10.4881819Z 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:10.4882707Z 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:10.4883583Z 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:10.4884418Z 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:10.4885292Z 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:10.4886135Z 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:10.4887026Z 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:10.4887840Z 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:10.4888674Z 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:10.4889570Z 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:10.4890484Z 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:10.4891357Z 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:10.4892211Z 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:10.4893058Z 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:10.4893956Z 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:10.4894839Z 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:10.4895707Z 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:10.4896533Z 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:10.4897385Z 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:10.4898223Z 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:10.4899073Z 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:10.4899914Z 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:10.4900775Z 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:10.4901628Z 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:10.4902501Z 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:10.4903325Z 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:10.4904172Z 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:10.4905155Z 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:10.4906142Z 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:10.4907070Z 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:10.4907963Z 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:10.4908751Z 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:10.4909608Z 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:10.4910463Z 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:10.4911274Z 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:10.4912087Z 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:10.4912909Z 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:10.4913744Z 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:10.4914584Z 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:10.4915393Z 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:10.4916237Z 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:10.4917049Z 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:10.4917929Z 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:10.4918771Z 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:10.4919654Z 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:10.4920495Z 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:10.4921371Z 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:10.4922242Z 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:10.4923056Z 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:10.4923926Z 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:10.4924761Z 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:10.4925642Z 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:10.4926459Z 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:10.4927300Z 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:10.4928125Z 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:10.4928963Z 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:10.4929845Z 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:10.4930691Z 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:10.4931513Z 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:10.4932350Z 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:10.4933172Z 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:10.4933999Z 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:10.4934823Z 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:10.4935655Z 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:10.4936470Z 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:10.4937332Z 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:10.4938167Z 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:10.4939006Z 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:10.4939823Z 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:10.4940754Z 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:10.4941657Z 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:10.4942491Z 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:10.4943310Z 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:10.4944154Z 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:10.4944977Z 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:10.4945823Z 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:10.4946651Z 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:10.4947560Z 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:10.4948453Z 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:10.4949287Z 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:10.4950099Z 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:10.4950933Z 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:10.4951747Z 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:10.4952613Z 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:10.4953460Z 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:10.4954356Z 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:10.4955236Z 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:10.4956136Z 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:10.4957003Z 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:10.4957884Z 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:10.4958724Z 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:10.4959551Z 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:10.4960376Z 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:10.4961177Z 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:10.4961993Z 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:10.4962839Z 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:10.4963650Z 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:10.4964480Z 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:10.4965301Z 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:10.4966114Z 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:10.4966941Z 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:10.4967795Z 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:10.4968815Z 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:10.4969866Z 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:10.4970829Z 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:10.4971804Z 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:10.4972692Z 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:10.4973538Z 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:10.4974414Z 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:10.4975270Z 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:10.4976101Z 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:10.4976894Z 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:10.4977847Z 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:10.4978752Z 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:10.4979776Z 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:10.4980592Z 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:10.4981461Z 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:10.4982288Z 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:10.4983114Z 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:10.4984019Z 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:10.4984899Z 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:10.4985714Z 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:10.4986542Z 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:10.4987402Z 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:10.4988270Z 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:10.4989090Z 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:10.4989916Z 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:10.4990731Z 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:10.4991569Z 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:10.4992396Z 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:10.4993223Z 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:10.4994033Z 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:10.4994868Z 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:10.4995677Z 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:10.4996501Z 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:10.4997322Z 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:10.4998146Z 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:10.4998983Z 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:10.4999914Z 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:10.5000792Z 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:10.5001682Z 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:10.5002528Z 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:10.5003381Z 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:10.5004213Z 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:10.5005044Z 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:10.5005876Z 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:10.5006721Z 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:10.5007618Z 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:10.5008515Z 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:10.5009449Z 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:10.5010346Z 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:10.5011346Z 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:10.5012326Z 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:10.5013318Z 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:10.5014285Z 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:10.5015264Z 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:10.5016226Z 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:10.5017227Z 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:10.5018221Z 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:10.5019271Z 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:10.5020267Z 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:10.5021237Z 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:10.5022180Z 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:10.5023046Z 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:10.5023889Z 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:10.5024755Z 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:10.5025611Z 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:10.5026425Z 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:10.5027261Z 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:10.5028199Z 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:10.5029110Z 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:10.5029916Z 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:10.5030746Z 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:10.5031588Z 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:10.5032436Z 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:10.5033245Z 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:10.5034070Z 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:10.5034968Z 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:10.5035789Z 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:10.5036621Z 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:10.5037450Z 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:10.5038277Z 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:10.5039091Z 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:10.5039916Z 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:10.5040728Z 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:10.5041574Z 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:10.5042413Z 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:10.5043265Z 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:10.5044092Z 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:10.5044925Z 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:10.5045755Z 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:10.5046646Z 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:10.5047509Z 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:10.5048358Z 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:10.5049318Z 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:10.5050242Z 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:10.5051053Z 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:10.5051879Z 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:10.5052739Z 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:10.5053591Z 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:10.5054458Z 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:10.5055314Z 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:10.5056116Z 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:10.5056964Z 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:10.5057773Z 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:10.5058594Z 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:10.5059413Z 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:10.5060223Z 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:10.5061037Z 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:10.5061911Z 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:10.5062728Z 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:10.5063581Z 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:10.5064397Z 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:10.5065250Z 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:10.5066092Z 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:10.5066942Z 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:10.5067753Z 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:10.5068596Z 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:10.5069406Z 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:10.5070243Z 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:10.5071034Z 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:10.5071849Z 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:10.5072670Z 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:10.5073480Z 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:10.5074321Z 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:10.5075145Z 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:10.5075953Z 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:10.5076794Z 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:10.5077665Z 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:10.5078492Z 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:10.5079319Z 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:10.5080247Z 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:10.5081139Z 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:10.5081987Z 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:10.5082785Z 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:10.5083622Z 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:10.5084420Z 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:10.5085280Z 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:10.5086104Z 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:10.5086758Z 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:10.5087379Z 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:10.5088209Z 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:10.5089022Z 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:10.5089895Z 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:10.5090685Z 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:10.5091453Z 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:10.5092330Z 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:10.5093151Z 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:10.5093965Z 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:10.5094739Z 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:10.5095518Z 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:10.5096386Z 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:10.5097037Z 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:10.5097652Z 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:10.5098268Z 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:10.5098887Z 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:10.5099661Z 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:10.5100425Z 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:10.5101231Z 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:10.5102016Z 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:10.5102784Z 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:10.5103542Z 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:10.5104319Z 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:10.5105079Z 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:10.5105854Z 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:10.5106615Z 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:10.5107369Z 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:10.5108112Z 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:10.5108838Z 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:10.5109602Z 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:10.5110210Z 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:10.5110886Z 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:10.5111497Z 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:10.5112116Z 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:10.5112728Z 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:10.5113327Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum' 2025-03-21T20:18:10.5113914Z 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:10.5114543Z 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:10.5115164Z 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:10.5115783Z 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:10.5116472Z 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:10.5117178Z 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:10.5117839Z 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:10.5118537Z 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:10.5119253Z 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:10.5119978Z 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:10.5120667Z 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:10.5121391Z 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:10.5122143Z 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:10.5122896Z 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:10.5123590Z 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:10.5124305Z 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:10.5125029Z 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:10.5125791Z 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:10.5126519Z 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:10.5127208Z 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:10.5127933Z 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:10.5128644Z 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:10.5129437Z 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:10.5130133Z 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:10.5130854Z 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:10.5131559Z 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:10.5132253Z 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:10.5132960Z 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:10.5133636Z 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:10.5134321Z 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:10.5135016Z 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:10.5135700Z 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:10.5136425Z 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:10.5137153Z 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:10.5137870Z 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:10.5138576Z 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:10.5139251Z 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:10.5139940Z 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:10.5140624Z 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:10.5141300Z 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:10.5141989Z 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:10.5142692Z 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:10.5143380Z 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:10.5144126Z 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:10.5144870Z 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:10.5145629Z 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:10.5146373Z 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:10.5147092Z 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:10.5147804Z 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:10.5148525Z 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:10.5149203Z 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:10.5149820Z 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:10.5150415Z 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:10.5151059Z 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:10.5151688Z 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:10.5152295Z 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:10.5152944Z 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:10.5153567Z 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:10.5154151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum' 2025-03-21T20:18:10.5154847Z 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:10.5155544Z 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:10.5156291Z 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:10.5157053Z 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:10.5157799Z 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:10.5158569Z 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:10.5159317Z 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:10.5160078Z 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:10.5160828Z 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:10.5161583Z 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:10.5162340Z 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:10.5163103Z 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:10.5163852Z 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:10.5164613Z 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:10.5165393Z 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:10.5166227Z 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:10.5166956Z 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:10.5167666Z 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:10.5168362Z 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:10.5169072Z 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:10.5169915Z 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:10.5170662Z 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:10.5171388Z 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:10.5172131Z 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:10.5172857Z 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:10.5173583Z 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:10.5174304Z 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:10.5175012Z 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:10.5175732Z 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:10.5176484Z 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:10.5177253Z 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:10.5178003Z 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:10.5178762Z 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:10.5179639Z 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:10.5180410Z 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:10.5181214Z 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:10.5182008Z 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:10.5182766Z 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:10.5183534Z 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:10.5184282Z 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:10.5185120Z 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:10.5185848Z 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:10.5186584Z 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:10.5187306Z 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:10.5188033Z 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:10.5188647Z 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:10.5189252Z 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:10.5189846Z 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:10.5190492Z 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:10.5191094Z 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:10.5191735Z 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:10.5192396Z 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:10.5193012Z 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:10.5193607Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd' 2025-03-21T20:18:10.5194255Z 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:10.5194948Z 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:10.5195739Z 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:10.5196535Z 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:10.5197291Z 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:10.5198053Z 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:10.5198801Z 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:10.5199619Z 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:10.5200381Z 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:10.5201142Z 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:10.5201899Z 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:10.5202676Z 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:10.5203437Z 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:10.5204211Z 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:10.5205003Z 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:10.5205813Z 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:10.5206555Z 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:10.5207318Z 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:10.5208058Z 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:10.5208805Z 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:10.5209596Z 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:10.5210340Z 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:10.5211090Z 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:10.5211836Z 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:10.5212562Z 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:10.5213332Z 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:10.5214110Z 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:10.5214934Z 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:10.5215712Z 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:10.5216477Z 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:10.5217258Z 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:10.5218027Z 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:10.5218809Z 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:10.5219577Z 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:10.5220347Z 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:10.5221110Z 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:10.5221874Z 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:10.5222610Z 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:10.5223358Z 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:10.5224087Z 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:10.5224823Z 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:10.5225430Z 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:10.5226080Z 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:10.5226757Z 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:10.5227379Z 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:10.5228026Z 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:10.5228680Z 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:10.5229325Z 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:10.5229937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc' 2025-03-21T20:18:10.5230565Z 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:10.5231158Z 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:10.5231859Z 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:10.5232542Z 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:10.5233213Z 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:10.5233869Z 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:10.5234528Z 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:10.5235186Z 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:10.5235853Z 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:10.5236511Z 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:10.5237177Z 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:10.5237837Z 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:10.5238501Z 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:10.5239168Z 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:10.5239845Z 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:10.5240597Z 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:10.5241288Z 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:10.5241945Z 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:10.5242612Z 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:10.5243290Z 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:10.5243998Z 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:10.5244677Z 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:10.5245342Z 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:10.5246080Z 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:10.5246809Z 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:10.5247542Z 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:10.5248227Z 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:10.5248923Z 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:10.5249662Z 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:10.5250283Z 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:10.5250875Z 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:10.5251496Z 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:10.5252101Z 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:10.5252700Z 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:10.5253294Z 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:10.5253907Z 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:10.5254518Z 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:10.5255130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt' 2025-03-21T20:18:10.5255790Z 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:10.5256395Z 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:10.5257116Z 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:10.5257822Z 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:10.5258565Z 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:10.5259244Z 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:10.5259924Z 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:10.5260604Z 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:10.5261296Z 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:10.5261975Z 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:10.5262671Z 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:10.5263349Z 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:10.5264039Z 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:10.5264715Z 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:10.5265404Z 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:10.5266131Z 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:10.5266872Z 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:10.5267596Z 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:10.5268332Z 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:10.5269054Z 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:10.5269806Z 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:10.5270534Z 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:10.5271214Z 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:10.5271918Z 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:10.5272600Z 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:10.5273343Z 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:10.5280385Z 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:10.5281208Z 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:10.5281988Z 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:10.5282763Z 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:10.5283545Z 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:10.5284316Z 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:10.5285070Z 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:10.5285799Z 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:10.5286524Z 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:10.5287259Z 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:10.5287983Z 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:10.5288709Z 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:10.5289380Z 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:10.5289983Z 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:10.5290751Z 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:10.5291392Z 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:10.5292053Z 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:10.5292693Z 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:10.5293304Z 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:10.5293905Z 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:10.5294604Z 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:10.5295249Z 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:10.5295902Z 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:10.5296491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu' 2025-03-21T20:18:10.5297213Z 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:10.5297923Z 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:10.5298709Z 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:10.5299474Z 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:10.5300234Z 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:10.5300976Z 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:10.5301736Z 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:10.5302497Z 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:10.5303266Z 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:10.5304011Z 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:10.5304737Z 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:10.5305504Z 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:10.5306257Z 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:10.5307042Z 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:10.5307806Z 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:10.5308594Z 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:10.5309401Z 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:10.5310235Z 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:10.5311025Z 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:10.5311789Z 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:10.5312538Z 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:10.5313301Z 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:10.5313907Z 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:10.5314507Z 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:10.5315160Z 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:10.5315825Z 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:10.5316409Z 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:10.5317023Z 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:10.5317662Z 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:10.5318331Z 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:10.5318912Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul' 2025-03-21T20:18:10.5319637Z 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:10.5320389Z 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:10.5321207Z 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:10.5321981Z 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:10.5322740Z 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:10.5323500Z 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:10.5324303Z 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:10.5325084Z 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:10.5325847Z 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:10.5326639Z 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:10.5327508Z 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:10.5328262Z 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:10.5329003Z 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:10.5329849Z 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:10.5330627Z 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:10.5331424Z 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:10.5332216Z 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:10.5333036Z 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:10.5333840Z 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:10.5334617Z 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:10.5335418Z 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:10.5336215Z 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:10.5336822Z 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:10.5337431Z 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:10.5338092Z 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:10.5338769Z 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:10.5339425Z 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:10.5340044Z 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:10.5340688Z 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:10.5341363Z 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:10.5341948Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc' 2025-03-21T20:18:10.5342711Z 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:10.5343530Z 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:10.5344288Z 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:10.5345049Z 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:10.5345845Z 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:10.5346608Z 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:10.5347279Z 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:10.5347894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-avgpool' 2025-03-21T20:18:10.5348682Z 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:10.5349476Z 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:10.5350291Z 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:10.5351145Z 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:10.5351940Z 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:10.5352748Z 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:10.5353529Z 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:10.5354376Z 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:10.5355162Z 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:10.5355975Z 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:10.5356767Z 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:10.5357562Z 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:10.5358359Z 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:10.5359167Z 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:10.5359965Z 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:10.5360756Z 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:10.5361559Z 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:10.5362366Z 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:10.5363162Z 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:10.5363950Z 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:10.5364735Z 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:10.5365580Z 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:10.5366397Z 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:10.5367200Z 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:10.5368075Z 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:10.5368868Z 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:10.5369782Z 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:10.5370586Z 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:10.5371396Z 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:10.5372181Z 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:10.5372969Z 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:10.5373745Z 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:10.5374541Z 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:10.5375321Z 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:10.5376127Z 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:10.5376907Z 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:10.5377712Z 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:10.5378489Z 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:10.5379309Z 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:10.5380245Z 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:10.5381120Z 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:10.5382007Z 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:10.5382834Z 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:10.5383661Z 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:10.5384490Z 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:10.5385372Z 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:10.5386224Z 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:10.5387039Z 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:10.5387876Z 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:10.5388720Z 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:10.5389568Z 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:10.5390392Z 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:10.5391232Z 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:10.5392063Z 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:10.5392912Z 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:10.5393731Z 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:10.5394566Z 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:10.5395400Z 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:10.5396236Z 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:10.5397088Z 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:10.5397972Z 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:10.5398790Z 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:10.5399616Z 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:10.5400488Z 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:10.5401348Z 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:10.5402172Z 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:10.5403006Z 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:10.5403841Z 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:10.5404680Z 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:10.5405504Z 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:10.5406327Z 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:10.5407140Z 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:10.5407966Z 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:10.5409006Z 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:10.5409937Z 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:10.5410757Z 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:10.5411577Z 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:10.5412495Z 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:10.5413390Z 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:10.5414222Z 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:10.5415070Z 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:10.5415924Z 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:10.5416787Z 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:10.5417622Z 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:10.5418441Z 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:10.5419283Z 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:10.5420108Z 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:10.5420943Z 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:10.5421780Z 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:10.5422621Z 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:10.5423443Z 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:10.5424293Z 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:10.5425123Z 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:10.5425977Z 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:10.5426791Z 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:10.5427672Z 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:10.5428532Z 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:10.5429379Z 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:10.5430201Z 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:10.5431057Z 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:10.5431926Z 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:10.5432756Z 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:10.5433584Z 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:10.5434420Z 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:10.5435243Z 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:10.5436092Z 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:10.5436923Z 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:10.5437767Z 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:10.5438590Z 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:10.5439419Z 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:10.5440234Z 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:10.5441065Z 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:10.5441883Z 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:10.5442727Z 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:10.5443565Z 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:10.5444410Z 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:10.5445246Z 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:10.5446077Z 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:10.5446945Z 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:10.5447835Z 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:10.5448647Z 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:10.5449536Z 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:10.5450374Z 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:10.5451211Z 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:10.5452038Z 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:10.5452864Z 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:10.5453685Z 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:10.5454530Z 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:10.5455360Z 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:10.5456199Z 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:10.5457032Z 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:10.5457860Z 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:10.5458736Z 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:10.5459593Z 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:10.5460441Z 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:10.5461273Z 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:10.5462144Z 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:10.5462983Z 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:10.5463846Z 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:10.5464663Z 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:10.5465497Z 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:10.5466333Z 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:10.5467171Z 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:10.5467992Z 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:10.5468839Z 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:10.5469674Z 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:10.5470519Z 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:10.5471341Z 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:10.5472169Z 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:10.5472990Z 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:10.5473854Z 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:10.5474692Z 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:10.5475525Z 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:10.5476345Z 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:10.5477179Z 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:10.5478134Z 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:10.5478972Z 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:10.5479916Z 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:10.5480711Z 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:10.5481487Z 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:10.5482288Z 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:10.5483094Z 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:10.5483887Z 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:10.5484684Z 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:10.5485476Z 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:10.5486263Z 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:10.5487056Z 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:10.5487858Z 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:10.5488660Z 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:10.5489557Z 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:10.5490402Z 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:10.5491206Z 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:10.5492006Z 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:10.5492789Z 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:10.5493627Z 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:10.5494426Z 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:10.5495214Z 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:10.5496026Z 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:10.5496810Z 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:10.5497584Z 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:10.5498357Z 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:10.5499175Z 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:10.5499953Z 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:10.5500757Z 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:10.5501542Z 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:10.5502336Z 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:10.5503132Z 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:10.5503932Z 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:10.5504747Z 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:10.5505564Z 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:10.5506324Z 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:10.5507102Z 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:10.5507874Z 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:10.5508735Z 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:10.5509510Z 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:10.5510307Z 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:10.5511085Z 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:10.5511864Z 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:10.5512657Z 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:10.5513469Z 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:10.5514249Z 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:10.5515230Z 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:10.5515846Z 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:10.5516552Z 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:10.5517295Z 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:10.5518049Z 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:10.5518776Z 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:10.5519503Z 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:10.5520223Z 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:10.5520845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv' 2025-03-21T20:18:10.5521551Z 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:10.5522245Z 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:10.5522946Z 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:10.5523658Z 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:10.5524394Z 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:10.5525092Z 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:10.5525797Z 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:10.5526489Z 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:10.5527228Z 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:10.5527951Z 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:10.5528682Z 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:10.5529469Z 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:10.5530179Z 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:10.5530884Z 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:10.5531592Z 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:10.5532286Z 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:10.5532985Z 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:10.5533680Z 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:10.5534388Z 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:10.5535126Z 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:10.5535862Z 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:10.5536567Z 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:10.5537266Z 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:10.5537972Z 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:10.5538724Z 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:10.5539431Z 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:10.5540134Z 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:10.5540837Z 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:10.5541538Z 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:10.5542248Z 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:10.5542969Z 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:10.5543699Z 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:10.5544412Z 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:10.5545133Z 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:10.5545767Z 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:10.5546408Z 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:10.5547030Z 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:10.5547816Z 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:10.5548608Z 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:10.5549436Z 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:10.5550253Z 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:10.5551044Z 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:10.5551807Z 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:10.5552579Z 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:10.5553401Z 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:10.5554183Z 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:10.5554950Z 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:10.5555727Z 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:10.5556474Z 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:10.5557239Z 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:10.5558019Z 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:10.5558786Z 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:10.5559561Z 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:10.5560324Z 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:10.5561089Z 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:10.5561847Z 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:10.5562616Z 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:10.5563376Z 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:10.5564149Z 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:10.5564946Z 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:10.5565747Z 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:10.5566570Z 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:10.5567400Z 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:10.5568195Z 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:10.5569014Z 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:10.5569842Z 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:10.5570623Z 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:10.5571401Z 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:10.5572188Z 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:10.5573024Z 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:10.5573864Z 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:10.5574619Z 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:10.5575385Z 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:10.5576150Z 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:10.5576922Z 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:10.5577683Z 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:10.5578457Z 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:10.5579274Z 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:10.5580320Z 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:10.5581125Z 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:10.5582102Z 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:10.5583009Z 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:10.5583837Z 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:10.5584615Z 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:10.5585381Z 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:10.5586163Z 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:10.5586915Z 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:10.5587694Z 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:10.5588457Z 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:10.5589231Z 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:10.5589991Z 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:10.5590744Z 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:10.5591501Z 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:10.5592279Z 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:10.5593044Z 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:10.5593822Z 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:10.5594578Z 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:10.5595354Z 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:10.5596137Z 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:10.5596902Z 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:10.5597661Z 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:10.5598426Z 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:10.5599248Z 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:10.5600017Z 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:10.5600842Z 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:10.5601671Z 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:10.5602433Z 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:10.5603206Z 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:10.5603974Z 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:10.5604749Z 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:10.5605542Z 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:10.5606325Z 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:10.5607165Z 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:10.5608009Z 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:10.5608768Z 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:10.5609605Z 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:10.5610545Z 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:10.5611350Z 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:10.5612116Z 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:10.5612887Z 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:10.5613710Z 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:10.5614554Z 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:10.5615377Z 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:10.5616110Z 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:10.5616908Z 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:10.5617675Z 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:10.5618459Z 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:10.5619224Z 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:10.5619992Z 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:10.5620731Z 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:10.5621506Z 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:10.5622276Z 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:10.5623057Z 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:10.5623815Z 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:10.5624567Z 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:10.5625321Z 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:10.5626115Z 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:10.5626899Z 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:10.5627685Z 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:10.5628452Z 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:10.5629220Z 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:10.5630102Z 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:10.5630931Z 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:10.5631698Z 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:10.5632462Z 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:10.5633231Z 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:10.5634006Z 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:10.5634778Z 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:10.5635556Z 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:10.5636388Z 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:10.5637220Z 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:10.5637978Z 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:10.5638739Z 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:10.5639500Z 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:10.5640264Z 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:10.5641073Z 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:10.5641853Z 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:10.5642681Z 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:10.5643502Z 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:10.5644294Z 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:10.5645073Z 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:10.5645864Z 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:10.5646650Z 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:10.5647608Z 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:10.5648528Z 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:10.5649575Z 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:10.5650492Z 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:10.5651411Z 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:10.5652287Z 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:10.5653089Z 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:10.5653856Z 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:10.5654642Z 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:10.5655408Z 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:10.5656172Z 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:10.5656944Z 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:10.5657744Z 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:10.5658509Z 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:10.5659287Z 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:10.5660067Z 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:10.5660845Z 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:10.5661597Z 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:10.5662354Z 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:10.5663117Z 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:10.5663883Z 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:10.5664652Z 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:10.5665424Z 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:10.5666242Z 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:10.5667069Z 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:10.5667833Z 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:10.5668610Z 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:10.5669401Z 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:10.5670181Z 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:10.5670960Z 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:10.5671767Z 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:10.5672622Z 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:10.5673454Z 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:10.5674288Z 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:10.5675107Z 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:10.5675945Z 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:10.5676891Z 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:10.5677813Z 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:10.5678747Z 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:10.5679814Z 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:10.5680721Z 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:10.5681606Z 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:10.5682391Z 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:10.5683137Z 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:10.5683932Z 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:10.5684708Z 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:10.5685489Z 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:10.5686283Z 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:10.5687132Z 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:10.5687912Z 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:10.5688743Z 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:10.5689576Z 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:10.5690186Z 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:10.5690802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm' 2025-03-21T20:18:10.5691660Z 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:10.5692475Z 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:10.5693273Z 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:10.5694084Z 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:10.5694857Z 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:10.5695641Z 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:10.5696419Z 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:10.5697215Z 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:10.5697989Z 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:10.5698777Z 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:10.5699531Z 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:10.5700316Z 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:10.5701095Z 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:10.5701888Z 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:10.5702696Z 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:10.5703494Z 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:10.5704243Z 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:10.5705011Z 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:10.5705786Z 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:10.5706610Z 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:10.5707385Z 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:10.5708156Z 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:10.5708942Z 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:10.5710012Z 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:10.5710867Z 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:10.5711644Z 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:10.5712419Z 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:10.5713197Z 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:10.5713995Z 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:10.5714781Z 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:10.5715574Z 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:10.5716417Z 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:10.5717265Z 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:10.5718067Z 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:10.5718865Z 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:10.5719631Z 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:10.5720401Z 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:10.5721177Z 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:10.5722073Z 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:10.5722911Z 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:10.5723753Z 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:10.5724535Z 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:10.5725504Z 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:10.5726425Z 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:10.5727231Z 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:10.5727969Z 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:10.5728744Z 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:10.5729625Z 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:10.5730410Z 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:10.5731188Z 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:10.5731984Z 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:10.5732762Z 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:10.5733569Z 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:10.5734341Z 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:10.5735119Z 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:10.5735893Z 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:10.5736670Z 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:10.5737505Z 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:10.5738273Z 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:10.5739035Z 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:10.5739804Z 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:10.5740577Z 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:10.5741352Z 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:10.5742134Z 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:10.5742916Z 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:10.5743696Z 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:10.5744538Z 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:10.5745386Z 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:10.5746168Z 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:10.5746948Z 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:10.5747726Z 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:10.5748553Z 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:10.5749366Z 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:10.5750150Z 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:10.5750993Z 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:10.5751843Z 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:10.5752661Z 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:10.5753435Z 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:10.5754202Z 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:10.5754981Z 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:10.5755756Z 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:10.5756539Z 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:10.5757374Z 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:10.5758234Z 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:10.5759023Z 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:10.5759777Z 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:10.5760572Z 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:10.5761362Z 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:10.5762139Z 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:10.5762930Z 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:10.5763716Z 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:10.5764505Z 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:10.5765288Z 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:10.5766076Z 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:10.5766853Z 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:10.5767650Z 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:10.5768434Z 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:10.5769197Z 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:10.5770025Z 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:10.5770795Z 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:10.5771577Z 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:10.5772355Z 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:10.5773138Z 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:10.5773970Z 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:10.5774807Z 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:10.5775587Z 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:10.5776368Z 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:10.5777148Z 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:10.5777937Z 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:10.5778721Z 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:10.5779726Z 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:10.5780597Z 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:10.5781450Z 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:10.5782217Z 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:10.5783024Z 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:10.5783825Z 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:10.5784600Z 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:10.5785369Z 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:10.5786138Z 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:10.5786973Z 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:10.5787817Z 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:10.5788602Z 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:10.5789357Z 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:10.5790144Z 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:10.5790957Z 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:10.5791917Z 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:10.5792855Z 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:10.5793805Z 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:10.5794767Z 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:10.5795710Z 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:10.5796612Z 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:10.5797408Z 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:10.5798201Z 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:10.5799039Z 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:10.5799834Z 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:10.5800598Z 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:10.5801354Z 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:10.5802133Z 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:10.5802911Z 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:10.5803695Z 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:10.5804457Z 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:10.5805219Z 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:10.5805987Z 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:10.5806765Z 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:10.5807534Z 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:10.5808307Z 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:10.5809086Z 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:10.5809959Z 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:10.5810818Z 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:10.5811666Z 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:10.5812439Z 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:10.5813223Z 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:10.5814060Z 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:10.5814849Z 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:10.5815630Z 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:10.5816418Z 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:10.5817264Z 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:10.5818118Z 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:10.5818951Z 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:10.5819791Z 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:10.5820576Z 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:10.5821543Z 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:10.5822471Z 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:10.5823428Z 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:10.5824343Z 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:10.5825283Z 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:10.5826194Z 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:10.5827023Z 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:10.5827766Z 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:10.5828579Z 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:10.5829376Z 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:10.5830210Z 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:10.5831007Z 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:10.5831821Z 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:10.5832591Z 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:10.5833410Z 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:10.5834179Z 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:10.5834804Z 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:10.5835398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm' 2025-03-21T20:18:10.5836102Z 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:10.5836820Z 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:10.5837524Z 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:10.5838246Z 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:10.5838951Z 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:10.5839672Z 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:10.5840419Z 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:10.5841174Z 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:10.5841897Z 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:10.5842574Z 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:10.5843184Z 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:10.5843795Z 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:10.5844459Z 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:10.5845075Z 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:10.5845666Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum' 2025-03-21T20:18:10.5846274Z 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:10.5846968Z 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:10.5847674Z 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:10.5848333Z 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:10.5849030Z 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:10.5849749Z 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:10.5850438Z 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:10.5851136Z 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:10.5851831Z 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:10.5852514Z 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:10.5853177Z 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:10.5853858Z 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:10.5854512Z 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:10.5855238Z 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:10.5855944Z 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:10.5856641Z 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:10.5857346Z 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:10.5858063Z 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:10.5858808Z 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:10.5859525Z 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:10.5860126Z 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:10.5860736Z 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:10.5861330Z 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:10.5861926Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum' 2025-03-21T20:18:10.5862680Z 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:10.5863436Z 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:10.5864183Z 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:10.5864925Z 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:10.5865691Z 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:10.5866445Z 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:10.5867244Z 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:10.5868030Z 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:10.5868780Z 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:10.5869507Z 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:10.5870279Z 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:10.5871028Z 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:10.5871755Z 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:10.5872465Z 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:10.5873186Z 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:10.5873993Z 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:10.5874758Z 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:10.5875518Z 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:10.5876285Z 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:10.5877041Z 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:10.5877805Z 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:10.5878530Z 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:10.5879266Z 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:10.5880119Z 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:10.5880740Z 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:10.5881379Z 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:10.5881976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd' 2025-03-21T20:18:10.5882739Z 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:10.5883493Z 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:10.5884265Z 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:10.5885069Z 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:10.5885878Z 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:10.5886645Z 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:10.5887453Z 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:10.5888249Z 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:10.5889072Z 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:10.5889873Z 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:10.5890623Z 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:10.5891359Z 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:10.5892094Z 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:10.5892814Z 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:10.5893547Z 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:10.5894313Z 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:10.5895088Z 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:10.5895853Z 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:10.5896631Z 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:10.5897402Z 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:10.5898177Z 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:10.5898907Z 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:10.5899655Z 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:10.5900407Z 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:10.5901056Z 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:10.5901697Z 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:10.5902301Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc' 2025-03-21T20:18:10.5902984Z 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:10.5903693Z 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:10.5904392Z 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:10.5905049Z 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:10.5905716Z 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:10.5906374Z 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:10.5907042Z 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:10.5907702Z 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:10.5908375Z 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:10.5909035Z 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:10.5909702Z 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:10.5910364Z 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:10.5911042Z 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:10.5911704Z 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:10.5912366Z 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:10.5913021Z 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:10.5913693Z 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:10.5914357Z 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:10.5915055Z 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:10.5915749Z 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:10.5916420Z 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:10.5917144Z 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:10.5917864Z 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:10.5918643Z 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:10.5919327Z 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:10.5920022Z 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:10.5920702Z 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:10.5921334Z 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:10.5921939Z 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:10.5922530Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt' 2025-03-21T20:18:10.5923234Z 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:10.5923950Z 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:10.5924627Z 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:10.5925316Z 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:10.5925989Z 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:10.5926687Z 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:10.5927370Z 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:10.5928062Z 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:10.5928740Z 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:10.5929598Z 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:10.5930304Z 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:10.5930997Z 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:10.5931680Z 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:10.5932407Z 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:10.5933205Z 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:10.5933934Z 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:10.5934678Z 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:10.5935397Z 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:10.5936134Z 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:10.5936821Z 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:10.5937516Z 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:10.5938205Z 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:10.5938900Z 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:10.5939576Z 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:10.5940273Z 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:10.5940955Z 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:10.5941733Z 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:10.5942497Z 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:10.5943273Z 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:10.5944062Z 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:10.5944857Z 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:10.5945583Z 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:10.5946317Z 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:10.5947036Z 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:10.5947797Z 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:10.5948543Z 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:10.5949158Z 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:10.5949790Z 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:10.5950389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu' 2025-03-21T20:18:10.5951113Z 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:10.5951836Z 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:10.5952621Z 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:10.5953388Z 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:10.5954161Z 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:10.5954911Z 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:10.5955680Z 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:10.5956447Z 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:10.5957218Z 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:10.5957969Z 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:10.5958715Z 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:10.5959480Z 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:10.5960312Z 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:10.5961092Z 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:10.5961879Z 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:10.5962692Z 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:10.5963512Z 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:10.5964315Z 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:10.5965120Z 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:10.5965885Z 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:10.5966661Z 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:10.5967419Z 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:10.5968040Z 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:10.5968701Z 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:10.5969422Z 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:10.5970028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul' 2025-03-21T20:18:10.5970762Z 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:10.5971504Z 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:10.5972290Z 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:10.5973087Z 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:10.5973847Z 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:10.5974667Z 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:10.5975437Z 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:10.5976225Z 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:10.5976997Z 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:10.5977799Z 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:10.5978572Z 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:10.5979325Z 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:10.5980205Z 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:10.5981009Z 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:10.5981793Z 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:10.5982609Z 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:10.5983400Z 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:10.5984223Z 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:10.5985027Z 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:10.5985817Z 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:10.5986580Z 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:10.5987353Z 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:10.5987961Z 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:10.5988640Z 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:10.5989380Z 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:10.5990012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc' 2025-03-21T20:18:10.5990677Z 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:10.5991283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/reference/packing.cc' 2025-03-21T20:18:10.5991957Z 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:10.5992545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/reference' 2025-03-21T20:18:10.5993172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/runtime.c' 2025-03-21T20:18:10.5993850Z 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:10.5994557Z 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:10.5995230Z 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:10.5995933Z 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:10.5996638Z 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:10.5997284Z 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:10.5997919Z 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:10.5998541Z 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:10.5999151Z 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:10.5999871Z 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:10.6000583Z 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:10.6001311Z 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:10.6002024Z 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:10.6002749Z 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:10.6003456Z 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:10.6004199Z 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:10.6004948Z 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:10.6005657Z 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:10.6006433Z 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:10.6007195Z 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:10.6008035Z 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:10.6008790Z 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:10.6009482Z 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:10.6010097Z 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:10.6010720Z 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:10.6011326Z 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:10.6012019Z 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:10.6012682Z 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:10.6013300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear' 2025-03-21T20:18:10.6014030Z 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:10.6014771Z 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:10.6015504Z 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:10.6016248Z 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:10.6016974Z 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:10.6017715Z 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:10.6018464Z 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:10.6019169Z 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:10.6019788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool' 2025-03-21T20:18:10.6020453Z 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:10.6021133Z 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:10.6021796Z 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:10.6022506Z 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:10.6023162Z 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:10.6023771Z 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:10.6024430Z 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:10.6025128Z 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:10.6025779Z 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:10.6026454Z 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:10.6027106Z 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:10.6027779Z 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:10.6028452Z 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:10.6029076Z 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:10.6029667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp' 2025-03-21T20:18:10.6030237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph.c' 2025-03-21T20:18:10.6030882Z 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:10.6031548Z 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:10.6032209Z 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:10.6032798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/binary.c' 2025-03-21T20:18:10.6033454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/concatenate.c' 2025-03-21T20:18:10.6034108Z 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:10.6034696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/copy.c' 2025-03-21T20:18:10.6035343Z 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:10.6035965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/deprecated.c' 2025-03-21T20:18:10.6036637Z 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:10.6037369Z 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:10.6037980Z 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:10.6038661Z 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:10.6039292Z 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:10.6039936Z 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:10.6040538Z 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:10.6041183Z 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:10.6041762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/rope.c' 2025-03-21T20:18:10.6042483Z 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:10.6043075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/softmax.c' 2025-03-21T20:18:10.6043721Z 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:10.6044397Z 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:10.6045018Z 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:10.6045721Z 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:10.6046342Z 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:10.6046993Z 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:10.6047599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/unary.c' 2025-03-21T20:18:10.6048262Z 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:10.6048877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/validation.c' 2025-03-21T20:18:10.6049528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph' 2025-03-21T20:18:10.6050153Z 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:10.6050784Z 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:10.6051495Z 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:10.6052167Z 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:10.6052812Z 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:10.6053466Z 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:10.6054111Z 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:10.6054757Z 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:10.6055338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tables/vlog.c' 2025-03-21T20:18:10.6055915Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tables' 2025-03-21T20:18:10.6056472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tensor.c' 2025-03-21T20:18:10.6057185Z 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:10.6057897Z 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:10.6058612Z 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:10.6059337Z 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:10.6060043Z 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:10.6060755Z 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:10.6061457Z 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:10.6062212Z 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:10.6062941Z 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:10.6063724Z 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:10.6064488Z 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:10.6065256Z 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:10.6066038Z 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:10.6066703Z 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:10.6067304Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear' 2025-03-21T20:18:10.6067982Z 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:10.6068583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-lut32norm' 2025-03-21T20:18:10.6069321Z 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:10.6070073Z 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:10.6070799Z 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:10.6071564Z 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:10.6072220Z 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:10.6072833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool' 2025-03-21T20:18:10.6073471Z 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:10.6074124Z 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:10.6074753Z 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:10.6075353Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-rmax' 2025-03-21T20:18:10.6076018Z 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:10.6076721Z 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:10.6077389Z 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:10.6078096Z 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:10.6078706Z 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:10.6079374Z 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:10.6080195Z 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:10.6080964Z 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:10.6081630Z 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:10.6082300Z 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:10.6082977Z 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:10.6083582Z 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:10.6084185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp' 2025-03-21T20:18:10.6084779Z 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:10.6085562Z 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:10.6086310Z 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:10.6087133Z 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:10.6087917Z 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:10.6088739Z 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:10.6089582Z 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:10.6090391Z 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:10.6091161Z 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:10.6092021Z 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:10.6092826Z 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:10.6093603Z 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:10.6094363Z 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:10.6095143Z 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:10.6095956Z 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:10.6096694Z 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:10.6097495Z 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:10.6098280Z 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:10.6099081Z 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:10.6099871Z 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:10.6100665Z 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:10.6101441Z 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:10.6102232Z 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:10.6103018Z 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:10.6103782Z 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:10.6104398Z 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:10.6104994Z 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:10.6105601Z 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:10.6106198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw' 2025-03-21T20:18:10.6107009Z 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:10.6107842Z 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:10.6108599Z 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:10.6109365Z 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:10.6110118Z 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:10.6111174Z 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:10.6112848Z 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:10.6114482Z 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:10.6116114Z 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:10.6117774Z 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:10.6119502Z 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:10.6121232Z 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:10.6123075Z 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:10.6124801Z 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:10.6126516Z 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:10.6128238Z 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:10.6130045Z 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:10.6131743Z 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:10.6133439Z 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:10.6135207Z 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:10.6136921Z 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:10.6138661Z 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:10.6140389Z 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:10.6142172Z 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:10.6144009Z 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:10.6145750Z 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:10.6147439Z 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:10.6149134Z 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:10.6150849Z 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:10.6152566Z 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:10.6154282Z 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:10.6156014Z 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:10.6157731Z 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:10.6159465Z 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:10.6161213Z 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:10.6162788Z 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:10.6164253Z 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:10.6165744Z 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:10.6167148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec' 2025-03-21T20:18:10.6168992Z 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:10.6170694Z 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:10.6172266Z 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:10.6173853Z 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:10.6175430Z 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:10.6177093Z 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:10.6178675Z 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:10.6180404Z 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:10.6181881Z 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:10.6183263Z 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:10.6184768Z 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:10.6186401Z 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:10.6188007Z 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:10.6189495Z 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:10.6190895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec' 2025-03-21T20:18:10.6192264Z 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:10.6193682Z 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:10.6195071Z 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:10.6196547Z 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:10.6198166Z 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:10.6199798Z 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:10.6201494Z 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:10.6203159Z 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:10.6204791Z 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:10.6206411Z 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:10.6208062Z 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:10.6209626Z 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:10.6210973Z 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:10.6212308Z 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:10.6213628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packb' 2025-03-21T20:18:10.6214963Z 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:10.6216285Z 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:10.6217606Z 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:10.6218946Z 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:10.6220308Z 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:10.6221865Z 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:10.6223560Z 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:10.6225260Z 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:10.6226962Z 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:10.6228601Z 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:10.6230188Z 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:10.6231827Z 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:10.6233457Z 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:10.6235034Z 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:10.6236629Z 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:10.6238220Z 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:10.6239874Z 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:10.6241528Z 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:10.6243189Z 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:10.6244877Z 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:10.6246558Z 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:10.6248230Z 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:10.6249992Z 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:10.6251647Z 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:10.6253291Z 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:10.6254902Z 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:10.6256515Z 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:10.6258133Z 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:10.6259743Z 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:10.6261353Z 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:10.6262978Z 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:10.6264637Z 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:10.6266292Z 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:10.6267919Z 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:10.6269517Z 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:10.6271092Z 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:10.6272721Z 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:10.6274365Z 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:10.6276051Z 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:10.6277706Z 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:10.6279351Z 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:10.6281141Z 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:10.6282767Z 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:10.6284396Z 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:10.6286009Z 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:10.6287590Z 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:10.6289177Z 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:10.6290854Z 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:10.6292498Z 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:10.6294128Z 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:10.6295727Z 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:10.6297454Z 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:10.6299097Z 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:10.6300671Z 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:10.6302292Z 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:10.6303931Z 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:10.6305610Z 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:10.6307227Z 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:10.6308886Z 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:10.6310489Z 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:10.6312062Z 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:10.6313648Z 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:10.6315249Z 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:10.6316852Z 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:10.6318443Z 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:10.6320030Z 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:10.6321615Z 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:10.6323210Z 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:10.6324812Z 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:10.6326440Z 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:10.6328134Z 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:10.6329926Z 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:10.6331643Z 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:10.6333304Z 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:10.6334954Z 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:10.6336616Z 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:10.6338247Z 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:10.6339859Z 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:10.6341459Z 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:10.6343047Z 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:10.6344676Z 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:10.6346289Z 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:10.6347937Z 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:10.6349632Z 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:10.6351338Z 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:10.6353046Z 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:10.6354710Z 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:10.6356336Z 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:10.6357957Z 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:10.6359575Z 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:10.6361221Z 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:10.6362852Z 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:10.6364435Z 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:10.6366018Z 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:10.6367465Z 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:10.6368837Z 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:10.6370283Z 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:10.6371626Z 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:10.6372933Z 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:10.6374238Z 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:10.6375575Z 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:10.6376945Z 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:10.6378304Z 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:10.6379776Z 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:10.6381121Z 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:10.6382471Z 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:10.6383795Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw' 2025-03-21T20:18:10.6385228Z 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:10.6386779Z 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:10.6388332Z 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:10.6389884Z 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:10.6391435Z 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:10.6393046Z 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:10.6394626Z 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:10.6396169Z 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:10.6397601Z 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:10.6398931Z 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:10.6400334Z 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:10.6401822Z 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:10.6403261Z 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:10.6404677Z 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:10.6406105Z 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:10.6407494Z 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:10.6408812Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx' 2025-03-21T20:18:10.6410208Z 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:10.6411561Z 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:10.6413008Z 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:10.6414616Z 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:10.6416257Z 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:10.6417897Z 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:10.6419535Z 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:10.6421172Z 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:10.6422795Z 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:10.6424515Z 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:10.6426273Z 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:10.6428003Z 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:10.6429737Z 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:10.6431477Z 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:10.6433246Z 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:10.6440896Z 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:10.6442665Z 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:10.6444369Z 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:10.6446026Z 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:10.6447667Z 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:10.6449403Z 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:10.6450995Z 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:10.6452596Z 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:10.6454230Z 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:10.6455872Z 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:10.6457509Z 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:10.6459176Z 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:10.6460867Z 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:10.6462650Z 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:10.6464393Z 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:10.6466095Z 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:10.6467798Z 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:10.6469528Z 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:10.6471301Z 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:10.6473020Z 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:10.6474771Z 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:10.6476493Z 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:10.6478162Z 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:10.6480110Z 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:10.6481819Z 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:10.6483515Z 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:10.6485226Z 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:10.6486961Z 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:10.6488666Z 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:10.6490432Z 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:10.6492165Z 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:10.6493812Z 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:10.6495480Z 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:10.6497153Z 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:10.6498778Z 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:10.6500439Z 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:10.6502097Z 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:10.6503831Z 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:10.6505504Z 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:10.6507127Z 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:10.6508594Z 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:10.6509993Z 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:10.6511377Z 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:10.6512734Z 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:10.6514100Z 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:10.6515484Z 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:10.6517020Z 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:10.6518604Z 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:10.6520084Z 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:10.6521470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec' 2025-03-21T20:18:10.6522844Z 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:10.6524259Z 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:10.6525661Z 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:10.6527096Z 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:10.6528479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-unpool' 2025-03-21T20:18:10.6529995Z 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:10.6531587Z 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:10.6533193Z 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:10.6534841Z 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:10.6536479Z 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:10.6538073Z 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:10.6539682Z 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:10.6541281Z 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:10.6542750Z 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:10.6544083Z 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:10.6545396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zerob' 2025-03-21T20:18:10.6546702Z 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:10.6548079Z 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:10.6549454Z 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:10.6550844Z 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:10.6552232Z 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:10.6553604Z 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:10.6554974Z 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:10.6556349Z 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:10.6557758Z 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:10.6559125Z 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:10.6560523Z 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:10.6561908Z 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:10.6563287Z 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:10.6564657Z 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:10.6566078Z 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:10.6567464Z 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:10.6568809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip' 2025-03-21T20:18:10.6570334Z 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:10.6571952Z 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:10.6573587Z 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:10.6575229Z 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:10.6576894Z 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:10.6578570Z 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:10.6580431Z 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:10.6582135Z 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:10.6583855Z 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:10.6585567Z 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:10.6587293Z 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:10.6589016Z 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:10.6590768Z 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:10.6592485Z 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:10.6594185Z 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:10.6595891Z 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:10.6597641Z 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:10.6599400Z 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:10.6601102Z 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:10.6602733Z 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:10.6604363Z 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:10.6606000Z 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:10.6607623Z 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:10.6609299Z 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:10.6610932Z 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:10.6612594Z 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:10.6614281Z 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:10.6615944Z 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:10.6617602Z 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:10.6619276Z 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:10.6620808Z 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:10.6622265Z 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:10.6623667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec' 2025-03-21T20:18:10.6624968Z 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:10.6626315Z 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:10.6627735Z 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:10.6629240Z 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:10.6630861Z 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:10.6632433Z 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:10.6633996Z 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:10.6635470Z 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:10.6636846Z 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:10.6638245Z 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:10.6639637Z 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:10.6641031Z 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:10.6642429Z 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:10.6643820Z 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:10.6645217Z 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:10.6646689Z 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:10.6648227Z 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:10.6649822Z 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:10.6651360Z 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:10.6652911Z 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:10.6654503Z 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:10.6656105Z 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:10.6657661Z 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:10.6659143Z 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:10.6660546Z 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:10.6662000Z 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:10.6663409Z 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:10.6664800Z 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:10.6666202Z 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:10.6667601Z 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:10.6669031Z 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:10.6670491Z 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:10.6671953Z 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:10.6673412Z 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:10.6674857Z 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:10.6676282Z 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:10.6677709Z 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:10.6679146Z 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:10.6680637Z 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:10.6681978Z 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:10.6683307Z 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:10.6684662Z 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:10.6686020Z 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:10.6687354Z 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:10.6688636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut' 2025-03-21T20:18:10.6690114Z 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:10.6691633Z 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:10.6693106Z 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:10.6694414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packq' 2025-03-21T20:18:10.6695848Z 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:10.6697435Z 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:10.6699038Z 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:10.6700624Z 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:10.6702225Z 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:10.6703847Z 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:10.6705428Z 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:10.6707004Z 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:10.6708589Z 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:10.6710176Z 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:10.6711754Z 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:10.6713339Z 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:10.6714917Z 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:10.6716526Z 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:10.6718136Z 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:10.6719696Z 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:10.6721297Z 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:10.6722924Z 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:10.6724450Z 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:10.6725795Z 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:10.6727157Z 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:10.6728518Z 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:10.6729928Z 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:10.6731261Z 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:10.6732560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw' 2025-03-21T20:18:10.6734076Z 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:10.6735779Z 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:10.6737462Z 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:10.6739180Z 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:10.6740898Z 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:10.6742621Z 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:10.6744372Z 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:10.6746043Z 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:10.6747657Z 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:10.6749293Z 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:10.6750926Z 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:10.6752544Z 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:10.6754174Z 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:10.6755880Z 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:10.6757567Z 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:10.6759176Z 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:10.6760782Z 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:10.6762431Z 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:10.6764123Z 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:10.6765843Z 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:10.6767549Z 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:10.6769312Z 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:10.6771005Z 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:10.6772722Z 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:10.6774277Z 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:10.6775673Z 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:10.6777055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec' 2025-03-21T20:18:10.6778405Z 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:10.6779874Z 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:10.6781296Z 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:10.6782687Z 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:10.6784051Z 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:10.6785411Z 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:10.6786762Z 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:10.6788146Z 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:10.6789602Z 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:10.6790957Z 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:10.6792324Z 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:10.6793668Z 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:10.6794986Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-zip' 2025-03-21T20:18:10.6796341Z 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:10.6797761Z 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:10.6799171Z 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:10.6800523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/allocator.h' 2025-03-21T20:18:10.6801852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/argmaxpool.h' 2025-03-21T20:18:10.6803198Z 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:10.6804523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/assembly.h' 2025-03-21T20:18:10.6805819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/avgpool.h' 2025-03-21T20:18:10.6807114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/buffer.h' 2025-03-21T20:18:10.6808388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/cache.h' 2025-03-21T20:18:10.6809726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/common.h' 2025-03-21T20:18:10.6811047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/compute.h' 2025-03-21T20:18:10.6812371Z 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:10.6813715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/config.h' 2025-03-21T20:18:10.6814987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/conv.h' 2025-03-21T20:18:10.6816258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/datatype.h' 2025-03-21T20:18:10.6817557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/dwconv.h' 2025-03-21T20:18:10.6818852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/fill.h' 2025-03-21T20:18:10.6820134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/fp16.h' 2025-03-21T20:18:10.6821391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/gemm.h' 2025-03-21T20:18:10.6822710Z 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:10.6824057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/ibilinear.h' 2025-03-21T20:18:10.6825352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/igemm.h' 2025-03-21T20:18:10.6826632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/im2col.h' 2025-03-21T20:18:10.6827952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/indirection.h' 2025-03-21T20:18:10.6829282Z 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:10.6830594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/internal.h' 2025-03-21T20:18:10.6831958Z 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:10.6833331Z 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:10.6834627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/log.h' 2025-03-21T20:18:10.6835879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/lut.h' 2025-03-21T20:18:10.6837120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/math.h' 2025-03-21T20:18:10.6838391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/maxpool.h' 2025-03-21T20:18:10.6839725Z 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:10.6841052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/memory.h' 2025-03-21T20:18:10.6842401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/microfnptr.h' 2025-03-21T20:18:10.6843819Z 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:10.6845250Z 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:10.6846647Z 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:10.6848044Z 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:10.6849521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/microparams.h' 2025-03-21T20:18:10.6850868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/mutex.h' 2025-03-21T20:18:10.6852192Z 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:10.6853541Z 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:10.6854886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/normalization.h' 2025-03-21T20:18:10.6856278Z 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:10.6857672Z 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:10.6859043Z 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:10.6860370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/operator.h' 2025-03-21T20:18:10.6861672Z 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:10.6862944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/pack.h' 2025-03-21T20:18:10.6864212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/packb.h' 2025-03-21T20:18:10.6865488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/packq.h' 2025-03-21T20:18:10.6866764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/packw.h' 2025-03-21T20:18:10.6868038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/packx.h' 2025-03-21T20:18:10.6869309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/pad.h' 2025-03-21T20:18:10.6870565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/params.h' 2025-03-21T20:18:10.6871856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/pavgpool.h' 2025-03-21T20:18:10.6873159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/ppmm.h' 2025-03-21T20:18:10.6874467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/prefetch.h' 2025-03-21T20:18:10.6875785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/quantization.h' 2025-03-21T20:18:10.6877142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/raddexpminusmax.h' 2025-03-21T20:18:10.6878489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/raddextexp.h' 2025-03-21T20:18:10.6880033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/raddstoreexpminusmax.h' 2025-03-21T20:18:10.6881447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/reduce.h' 2025-03-21T20:18:10.6882779Z 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:10.6884169Z 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:10.6885577Z 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:10.6886969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/requantization.h' 2025-03-21T20:18:10.6887615Z 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:10.6888240Z 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:10.6888878Z 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:10.6889562Z 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:10.6890178Z 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:10.6890823Z 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:10.6891443Z 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:10.6892146Z 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:10.6892757Z 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:10.6893382Z 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:10.6894009Z 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:10.6894673Z 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:10.6895344Z 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:10.6895963Z 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:10.6896603Z 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:10.6897226Z 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:10.6897852Z 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:10.6898534Z 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:10.6899175Z 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:10.6899790Z 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:10.6900433Z 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:10.6901041Z 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:10.6901671Z 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:10.6902297Z 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:10.6902928Z 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:10.6903564Z 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:10.6904192Z 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:10.6904798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd' 2025-03-21T20:18:10.6905386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/spmm.h' 2025-03-21T20:18:10.6906043Z 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:10.6906649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/subgraph.h' 2025-03-21T20:18:10.6907247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/transpose.h' 2025-03-21T20:18:10.6907857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/unaligned.h' 2025-03-21T20:18:10.6908437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/unpool.h' 2025-03-21T20:18:10.6909066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vbinary.h' 2025-03-21T20:18:10.6909663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vcvt.h' 2025-03-21T20:18:10.6910262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vmulcaddc.h' 2025-03-21T20:18:10.6910919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vscaleexpminusmax.h' 2025-03-21T20:18:10.6911529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vscaleextexp.h' 2025-03-21T20:18:10.6912117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vunary.h' 2025-03-21T20:18:10.6912743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/zerob.h' 2025-03-21T20:18:10.6913320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/zip.h' 2025-03-21T20:18:10.6913896Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack' 2025-03-21T20:18:10.6914570Z 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:10.6915149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-copy' 2025-03-21T20:18:10.6915799Z 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:10.6916442Z 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:10.6917086Z 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:10.6917743Z 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:10.6918336Z 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:10.6918910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-fill' 2025-03-21T20:18:10.6919568Z 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:10.6920212Z 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:10.6920874Z 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:10.6921540Z 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:10.6922116Z 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:10.6922709Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-pad' 2025-03-21T20:18:10.6923493Z 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:10.6924179Z 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:10.6924796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-transposev' 2025-03-21T20:18:10.6925349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src' 2025-03-21T20:18:10.6925914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/BUILD.bazel' 2025-03-21T20:18:10.6926572Z 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:10.6927228Z 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:10.6927928Z 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:10.6928604Z 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:10.6929337Z 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:10.6929960Z 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:10.6930607Z 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:10.6931294Z 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:10.6931950Z 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:10.6932557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/avgpool-minmax.cc' 2025-03-21T20:18:10.6933203Z 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:10.6933942Z 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:10.6934573Z 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:10.6935192Z 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:10.6935806Z 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:10.6936455Z 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:10.6937004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/binary.cc' 2025-03-21T20:18:10.6937658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/build-identifier.cc' 2025-03-21T20:18:10.6938296Z 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:10.6938994Z 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:10.6939581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/concatenate2.cc' 2025-03-21T20:18:10.6940179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/concatenate3.cc' 2025-03-21T20:18:10.6940760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/concatenate4.cc' 2025-03-21T20:18:10.6941421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/concatenate5.cc' 2025-03-21T20:18:10.6942056Z 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:10.6942661Z 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:10.6943343Z 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:10.6944001Z 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:10.6944701Z 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:10.6945275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convert-nc.cc' 2025-03-21T20:18:10.6945928Z 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:10.6946524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convolution-2d.cc' 2025-03-21T20:18:10.6947141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convolution-nchw.cc' 2025-03-21T20:18:10.6947748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convolution-nhwc.cc' 2025-03-21T20:18:10.6948421Z 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:10.6949075Z 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:10.6949734Z 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:10.6950323Z 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:10.6950896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/copy-nc.cc' 2025-03-21T20:18:10.6951520Z 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:10.6952105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/copy.cc' 2025-03-21T20:18:10.6952741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/deconvolution-2d.cc' 2025-03-21T20:18:10.6953433Z 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:10.6954074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/deconvolution-nhwc.cc' 2025-03-21T20:18:10.6954742Z 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:10.6955393Z 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:10.6956076Z 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:10.6956712Z 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:10.6957391Z 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:10.6958060Z 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:10.6958713Z 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:10.6959384Z 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:10.6960042Z 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:10.6960718Z 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:10.6961445Z 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:10.6962038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/even-split2.cc' 2025-03-21T20:18:10.6962617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/even-split3.cc' 2025-03-21T20:18:10.6963213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/even-split4.cc' 2025-03-21T20:18:10.6963816Z 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:10.6964432Z 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:10.6965113Z 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:10.6965769Z 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:10.6966422Z 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:10.6967059Z 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:10.6967656Z 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:10.6968289Z 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:10.6968953Z 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:10.6969653Z 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:10.6970385Z 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:10.6970989Z 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:10.6971610Z 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:10.6972211Z 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:10.6972829Z 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:10.6973429Z 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:10.6974055Z 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:10.6974668Z 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:10.6975284Z 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:10.6975885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.cc' 2025-03-21T20:18:10.6976482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:18:10.6977103Z 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:10.6977719Z 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:10.6978317Z 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:10.6978966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.cc' 2025-03-21T20:18:10.6979774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:18:10.6980333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.cc' 2025-03-21T20:18:10.6980975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:18:10.6981569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.cc' 2025-03-21T20:18:10.6982153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:18:10.6982726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.cc' 2025-03-21T20:18:10.6983325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:18:10.6983881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.cc' 2025-03-21T20:18:10.6984530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:18:10.6985132Z 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:10.6985706Z 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:10.6986315Z 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:10.6986924Z 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:10.6987492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.cc' 2025-03-21T20:18:10.6988050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd.cc' 2025-03-21T20:18:10.6988621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc.cc' 2025-03-21T20:18:10.6989188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.cc' 2025-03-21T20:18:10.6989764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.cc' 2025-03-21T20:18:10.6990324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv.cc' 2025-03-21T20:18:10.6990901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc.cc' 2025-03-21T20:18:10.6991464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.cc' 2025-03-21T20:18:10.6992054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.cc' 2025-03-21T20:18:10.6992625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.cc' 2025-03-21T20:18:10.6993185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.cc' 2025-03-21T20:18:10.6993760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.cc' 2025-03-21T20:18:10.6994318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.cc' 2025-03-21T20:18:10.6994933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.cc' 2025-03-21T20:18:10.6995532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul.cc' 2025-03-21T20:18:10.6996108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc.cc' 2025-03-21T20:18:10.6996731Z 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:10.6997383Z 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:10.6997965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.cc' 2025-03-21T20:18:10.6998574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vprelu.cc' 2025-03-21T20:18:10.6999152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vpreluc.cc' 2025-03-21T20:18:10.6999727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc.cc' 2025-03-21T20:18:10.7000290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.cc' 2025-03-21T20:18:10.7000867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.cc' 2025-03-21T20:18:10.7001427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.cc' 2025-03-21T20:18:10.7001990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.cc' 2025-03-21T20:18:10.7002586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrpreluc.cc' 2025-03-21T20:18:10.7003150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsqrt.cc' 2025-03-21T20:18:10.7003729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc.cc' 2025-03-21T20:18:10.7004308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.cc' 2025-03-21T20:18:10.7004878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.cc' 2025-03-21T20:18:10.7005468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.cc' 2025-03-21T20:18:10.7006068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.cc' 2025-03-21T20:18:10.7006631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.cc' 2025-03-21T20:18:10.7007197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub.cc' 2025-03-21T20:18:10.7007761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc.cc' 2025-03-21T20:18:10.7008368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.cc' 2025-03-21T20:18:10.7008965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.cc' 2025-03-21T20:18:10.7009673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:18:10.7010261Z 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:10.7010854Z 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:10.7011471Z 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:10.7012116Z 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:10.7012824Z 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:10.7013476Z 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:10.7014110Z 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:10.7014724Z 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:10.7015341Z 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:10.7015962Z 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:10.7016556Z 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:10.7017122Z 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:10.7017755Z 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:10.7018382Z 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:10.7019007Z 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:10.7019610Z 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:10.7020234Z 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:10.7020828Z 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:10.7021415Z 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:10.7022031Z 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:10.7022618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.cc' 2025-03-21T20:18:10.7023227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:18:10.7023844Z 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:10.7024463Z 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:10.7025084Z 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:10.7025706Z 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:10.7026376Z 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:10.7026975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.cc' 2025-03-21T20:18:10.7027575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:18:10.7028164Z 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:10.7028782Z 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:10.7029394Z 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:10.7030009Z 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:10.7030626Z 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:10.7031217Z 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:10.7031818Z 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:10.7032393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.cc' 2025-03-21T20:18:10.7032967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:18:10.7033586Z 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:10.7034195Z 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:10.7034826Z 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:10.7035456Z 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:10.7036087Z 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:10.7036751Z 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:10.7037408Z 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:10.7038024Z 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:10.7038622Z 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:10.7039225Z 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:10.7039813Z 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:10.7040444Z 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:10.7041065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.cc' 2025-03-21T20:18:10.7041706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:18:10.7042299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.cc' 2025-03-21T20:18:10.7042917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:18:10.7043565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.cc' 2025-03-21T20:18:10.7044242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:18:10.7044808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.cc' 2025-03-21T20:18:10.7045396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:18:10.7045957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.cc' 2025-03-21T20:18:10.7046541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:18:10.7047106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.cc' 2025-03-21T20:18:10.7047695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:18:10.7048279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.cc' 2025-03-21T20:18:10.7048882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:18:10.7049495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.cc' 2025-03-21T20:18:10.7050069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:18:10.7050670Z 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:10.7051302Z 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:10.7051946Z 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:10.7052539Z 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:10.7053139Z 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:10.7053728Z 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:10.7054358Z 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:10.7054973Z 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:10.7055600Z 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:10.7056159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-simd.cc' 2025-03-21T20:18:10.7056749Z 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:10.7057356Z 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:10.7057979Z 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:10.7058594Z 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:10.7059210Z 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:10.7059822Z 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:10.7060379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.cc' 2025-03-21T20:18:10.7060947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.cc' 2025-03-21T20:18:10.7061518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.cc' 2025-03-21T20:18:10.7062102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.cc' 2025-03-21T20:18:10.7062663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.cc' 2025-03-21T20:18:10.7063265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcopysign.cc' 2025-03-21T20:18:10.7063858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcopysignc.cc' 2025-03-21T20:18:10.7064428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.cc' 2025-03-21T20:18:10.7065028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.cc' 2025-03-21T20:18:10.7065619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.cc' 2025-03-21T20:18:10.7066178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vexp.cc' 2025-03-21T20:18:10.7066757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vgelu.cc' 2025-03-21T20:18:10.7067332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.cc' 2025-03-21T20:18:10.7067908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlog.cc' 2025-03-21T20:18:10.7068602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.cc' 2025-03-21T20:18:10.7069162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.cc' 2025-03-21T20:18:10.7069742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.cc' 2025-03-21T20:18:10.7070299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.cc' 2025-03-21T20:18:10.7070877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.cc' 2025-03-21T20:18:10.7071438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.cc' 2025-03-21T20:18:10.7072022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.cc' 2025-03-21T20:18:10.7072647Z 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:10.7073297Z 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:10.7073853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.cc' 2025-03-21T20:18:10.7074440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vprelu.cc' 2025-03-21T20:18:10.7075017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vpreluc.cc' 2025-03-21T20:18:10.7075635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrcopysignc.cc' 2025-03-21T20:18:10.7076207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.cc' 2025-03-21T20:18:10.7076787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.cc' 2025-03-21T20:18:10.7077350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.cc' 2025-03-21T20:18:10.7077921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.cc' 2025-03-21T20:18:10.7078499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.cc' 2025-03-21T20:18:10.7079087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.cc' 2025-03-21T20:18:10.7079816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrpreluc.cc' 2025-03-21T20:18:10.7080380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.cc' 2025-03-21T20:18:10.7080964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.cc' 2025-03-21T20:18:10.7081594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.cc' 2025-03-21T20:18:10.7082259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:18:10.7082957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.cc' 2025-03-21T20:18:10.7083587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:18:10.7084167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.cc' 2025-03-21T20:18:10.7084741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.cc' 2025-03-21T20:18:10.7085323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.cc' 2025-03-21T20:18:10.7085927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.cc' 2025-03-21T20:18:10.7086492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.cc' 2025-03-21T20:18:10.7087049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.cc' 2025-03-21T20:18:10.7087626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.cc' 2025-03-21T20:18:10.7088184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.cc' 2025-03-21T20:18:10.7088810Z 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:10.7089557Z 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:10.7090177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/fully-connected.cc' 2025-03-21T20:18:10.7090727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/fusion.cc' 2025-03-21T20:18:10.7091391Z 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:10.7092026Z 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:10.7092695Z 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:10.7093386Z 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:10.7094057Z 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:10.7094692Z 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:10.7095373Z 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:10.7095951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/indirection.cc' 2025-03-21T20:18:10.7096598Z 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:10.7097323Z 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:10.7097927Z 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:10.7098546Z 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:10.7099208Z 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:10.7099882Z 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:10.7100480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/maxpool-minmax.cc' 2025-03-21T20:18:10.7101091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/memory-planner.cc' 2025-03-21T20:18:10.7101703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/microkernel-utils.cc' 2025-03-21T20:18:10.7102346Z 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:10.7102930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/mock-allocator.h' 2025-03-21T20:18:10.7103492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/mutex.cc' 2025-03-21T20:18:10.7104063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/next_prime.cc' 2025-03-21T20:18:10.7104641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/next_prime.h' 2025-03-21T20:18:10.7105260Z 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:10.7105865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/operator-utils.cc' 2025-03-21T20:18:10.7106502Z 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:10.7107143Z 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:10.7107743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/packing.cc' 2025-03-21T20:18:10.7108417Z 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:10.7109071Z 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:10.7109715Z 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:10.7110371Z 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:10.7111046Z 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:10.7111733Z 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:10.7112382Z 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:10.7113047Z 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:10.7113689Z 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:10.7114350Z 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:10.7115005Z 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:10.7115669Z 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:10.7116317Z 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:10.7116973Z 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:10.7117622Z 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:10.7118298Z 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:10.7118962Z 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:10.7119621Z 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:10.7120280Z 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:10.7120938Z 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:10.7121594Z 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:10.7122278Z 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:10.7122962Z 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:10.7123612Z 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:10.7124276Z 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:10.7124915Z 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:10.7125601Z 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:10.7126284Z 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:10.7126949Z 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:10.7127595Z 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:10.7128246Z 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:10.7128893Z 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:10.7129621Z 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:10.7130282Z 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:10.7130943Z 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:10.7131602Z 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:10.7132243Z 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:10.7132917Z 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:10.7133564Z 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:10.7134231Z 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:10.7134926Z 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:10.7135634Z 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:10.7136318Z 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:10.7137054Z 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:10.7137665Z 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:10.7138258Z 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:10.7138822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-packw.cc' 2025-03-21T20:18:10.7139557Z 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:10.7140330Z 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:10.7141006Z 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:10.7141672Z 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:10.7142332Z 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:10.7142994Z 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:10.7143676Z 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:10.7144346Z 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:10.7145005Z 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:10.7145680Z 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:10.7146309Z 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:10.7146966Z 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:10.7147532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.cc' 2025-03-21T20:18:10.7148114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:18:10.7148718Z 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:10.7149339Z 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:10.7149897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.cc' 2025-03-21T20:18:10.7150480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.cc' 2025-03-21T20:18:10.7151147Z 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:10.7151811Z 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:10.7152441Z 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:10.7153088Z 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:10.7153780Z 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:10.7154533Z 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:10.7155242Z 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:10.7155933Z 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:10.7156537Z 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:10.7157172Z 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:10.7157810Z 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:10.7158451Z 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:10.7159112Z 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:10.7159738Z 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:10.7160393Z 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:10.7161038Z 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:10.7161694Z 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:10.7162326Z 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:10.7162975Z 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:10.7163619Z 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:10.7164264Z 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:10.7164904Z 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:10.7165507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.cc' 2025-03-21T20:18:10.7166108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:18:10.7166680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.cc' 2025-03-21T20:18:10.7167251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:18:10.7167855Z 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:10.7168476Z 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:10.7169088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.cc' 2025-03-21T20:18:10.7169743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.cc' 2025-03-21T20:18:10.7170371Z 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:10.7171019Z 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:10.7171653Z 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:10.7172310Z 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:10.7173027Z 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:10.7173721Z 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:10.7174463Z 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:10.7175127Z 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:10.7175778Z 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:10.7176371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/reduce-nd.cc' 2025-03-21T20:18:10.7177038Z 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:10.7177676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/reduce-normalization.cc' 2025-03-21T20:18:10.7178316Z 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:10.7178922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/reshape-helpers.cc' 2025-03-21T20:18:10.7179672Z 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:10.7180372Z 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:10.7181107Z 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:10.7181671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/rope-nthc.cc' 2025-03-21T20:18:10.7182315Z 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:10.7182856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/rope.cc' 2025-03-21T20:18:10.7183541Z 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:10.7184163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/runtime-tester.h' 2025-03-21T20:18:10.7184731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/runtime.cc' 2025-03-21T20:18:10.7185318Z 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:10.7185946Z 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:10.7186535Z 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:10.7187156Z 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:10.7187749Z 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:10.7188352Z 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:10.7188945Z 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:10.7189524Z 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:10.7190122Z 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:10.7190730Z 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:10.7191328Z 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:10.7191916Z 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:10.7192526Z 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:10.7193120Z 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:10.7193744Z 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:10.7194347Z 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:10.7194967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.cc' 2025-03-21T20:18:10.7195559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:18:10.7196160Z 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:10.7196726Z 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:10.7197303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.cc' 2025-03-21T20:18:10.7198054Z 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:10.7198825Z 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:10.7199505Z 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:10.7200100Z 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:10.7200669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/slice-nd.cc' 2025-03-21T20:18:10.7201329Z 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:10.7201964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/slice-normalization.cc' 2025-03-21T20:18:10.7202591Z 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:10.7203170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/softmax-nc.cc' 2025-03-21T20:18:10.7203808Z 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:10.7204374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/softmax.cc' 2025-03-21T20:18:10.7204993Z 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:10.7205627Z 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:10.7206304Z 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:10.7206957Z 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:10.7207579Z 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:10.7208207Z 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:10.7208825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/static-reduce.cc' 2025-03-21T20:18:10.7209522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/static-reshape.cc' 2025-03-21T20:18:10.7210195Z 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:10.7210779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/static-slice.cc' 2025-03-21T20:18:10.7211403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/static-transpose.cc' 2025-03-21T20:18:10.7212020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph-fp16.cc' 2025-03-21T20:18:10.7212647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph-nchw.cc' 2025-03-21T20:18:10.7213230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph-size.c' 2025-03-21T20:18:10.7213840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph-tester.h' 2025-03-21T20:18:10.7214460Z 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:10.7215034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph.cc' 2025-03-21T20:18:10.7215654Z 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:10.7216252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/transpose-nd.cc' 2025-03-21T20:18:10.7216928Z 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:10.7217583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/transpose-normalization.cc' 2025-03-21T20:18:10.7218232Z 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:10.7218844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/transpose-reshape.cc' 2025-03-21T20:18:10.7219449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.cc' 2025-03-21T20:18:10.7220041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:18:10.7220638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.cc' 2025-03-21T20:18:10.7221229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:18:10.7221793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.cc' 2025-03-21T20:18:10.7222360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:18:10.7222971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.cc' 2025-03-21T20:18:10.7223618Z 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:10.7224196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unary-ops.cc' 2025-03-21T20:18:10.7224761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unary-ops.h' 2025-03-21T20:18:10.7225319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unary.cc' 2025-03-21T20:18:10.7225994Z 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:10.7226616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unpooling-2d.cc' 2025-03-21T20:18:10.7227214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unpooling-nhwc.cc' 2025-03-21T20:18:10.7227884Z 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:10.7228543Z 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:10.7229196Z 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:10.7229855Z 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:10.7230521Z 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:10.7231250Z 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:10.7231939Z 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:10.7232601Z 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:10.7233199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/weights-cache.cc' 2025-03-21T20:18:10.7233777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/workspace.cc' 2025-03-21T20:18:10.7234341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.cc' 2025-03-21T20:18:10.7234916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.cc' 2025-03-21T20:18:10.7235479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.cc' 2025-03-21T20:18:10.7236059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.cc' 2025-03-21T20:18:10.7236627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-unpool.cc' 2025-03-21T20:18:10.7237221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zip.cc' 2025-03-21T20:18:10.7237791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.cc' 2025-03-21T20:18:10.7238348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:18:10.7238918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packq.cc' 2025-03-21T20:18:10.7239474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.cc' 2025-03-21T20:18:10.7240065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-zip.cc' 2025-03-21T20:18:10.7240674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/xN-transpose.cc' 2025-03-21T20:18:10.7241243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.cc' 2025-03-21T20:18:10.7241789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.cc' 2025-03-21T20:18:10.7242433Z 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:10.7242971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test' 2025-03-21T20:18:10.7243546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/third_party/BUILD' 2025-03-21T20:18:10.7244143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/third_party/FP16.BUILD' 2025-03-21T20:18:10.7244735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/third_party' 2025-03-21T20:18:10.7245272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/BUILD' 2025-03-21T20:18:10.7245936Z 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:10.7246585Z 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:10.7247251Z 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:10.7247958Z 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:10.7248635Z 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:10.7249356Z 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:10.7249976Z 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:10.7250660Z 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:10.7251344Z 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:10.7252025Z 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:10.7252639Z 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:10.7253334Z 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:10.7253985Z 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:10.7254744Z 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:10.7255429Z 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:10.7256070Z 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:10.7256700Z 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:10.7257332Z 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:10.7257967Z 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:10.7258634Z 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:10.7259336Z 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:10.7260003Z 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:10.7260647Z 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:10.7261207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:18:10.7261851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:18:10.7262389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen' 2025-03-21T20:18:10.7262959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:18:10.7263528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:18:10.7264089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools' 2025-03-21T20:18:10.7264611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:10.7265167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.git' 2025-03-21T20:18:10.7265689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.bazelrc' 2025-03-21T20:18:10.7266284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.clang-format' 2025-03-21T20:18:10.7266904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.github/workflows/build.yml' 2025-03-21T20:18:10.7267556Z 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:10.7268241Z 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:10.7268901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.github/workflows' 2025-03-21T20:18:10.7269473Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.github' 2025-03-21T20:18:10.7270006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.gitignore' 2025-03-21T20:18:10.7270553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.travis.yml' 2025-03-21T20:18:10.7271090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/BUILD.bazel' 2025-03-21T20:18:10.7271654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/CMakeLists.txt' 2025-03-21T20:18:10.7272227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/CMakePresets.json' 2025-03-21T20:18:10.7272816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/CODE_OF_CONDUCT.md' 2025-03-21T20:18:10.7273374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/CONTRIBUTING.md' 2025-03-21T20:18:10.7273896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/LICENSE' 2025-03-21T20:18:10.7274434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/MODULE.bazel' 2025-03-21T20:18:10.7274978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/README.md' 2025-03-21T20:18:10.7275543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/WORKSPACE.bazel' 2025-03-21T20:18:10.7276101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/appveyor.yml' 2025-03-21T20:18:10.7276683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/bench/get-current.cc' 2025-03-21T20:18:10.7277228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/bench/init.cc' 2025-03-21T20:18:10.7277786Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/bench' 2025-03-21T20:18:10.7278457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/cmake/DownloadGoogleBenchmark.cmake' 2025-03-21T20:18:10.7279138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:10.7279911Z 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:10.7280476Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/cmake' 2025-03-21T20:18:10.7281020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:18:10.7281564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:18:10.7282151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/.gitignore' 2025-03-21T20:18:10.7282809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/BUILD.bazel' 2025-03-21T20:18:10.7283448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/CMakeLists.txt' 2025-03-21T20:18:10.7284025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/LICENSE' 2025-03-21T20:18:10.7284602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/README.md' 2025-03-21T20:18:10.7285311Z 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:10.7285915Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/cmake' 2025-03-21T20:18:10.7286519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:18:10.7287116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:18:10.7287719Z 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:10.7288345Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/include' 2025-03-21T20:18:10.7288952Z 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:10.7289654Z 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:10.7290246Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/jni' 2025-03-21T20:18:10.7290844Z 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:10.7291434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/src' 2025-03-21T20:18:10.7292041Z 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:10.7292632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/test' 2025-03-21T20:18:10.7293221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog' 2025-03-21T20:18:10.7293814Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps' 2025-03-21T20:18:10.7294536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/include/cpuinfo-mock.h' 2025-03-21T20:18:10.7295108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/include/cpuinfo.h' 2025-03-21T20:18:10.7295667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/include' 2025-03-21T20:18:10.7296236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/jni/Android.mk' 2025-03-21T20:18:10.7296837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/jni/Application.mk' 2025-03-21T20:18:10.7297417Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/jni' 2025-03-21T20:18:10.7297989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/libcpuinfo.pc.in' 2025-03-21T20:18:10.7298663Z 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:10.7299306Z 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:10.7299953Z 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:10.7300591Z 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:10.7301268Z 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:10.7301909Z 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:10.7302583Z 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:10.7303230Z 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:10.7303889Z 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:10.7304524Z 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:10.7305164Z 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:10.7305799Z 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:10.7306441Z 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:10.7307069Z 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:10.7307741Z 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:10.7308417Z 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:10.7309068Z 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:10.7309721Z 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:10.7310338Z 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:10.7311014Z 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:10.7311701Z 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:10.7312308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/local-build.sh' 2025-03-21T20:18:10.7312954Z 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:10.7313529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts' 2025-03-21T20:18:10.7314055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/api.c' 2025-03-21T20:18:10.7314657Z 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:10.7315282Z 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:10.7315894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/android' 2025-03-21T20:18:10.7316442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/api.h' 2025-03-21T20:18:10.7316998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/cache.c' 2025-03-21T20:18:10.7317622Z 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:10.7318240Z 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:10.7318834Z 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:10.7319439Z 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:10.7320051Z 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:10.7320616Z 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:10.7321222Z 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:10.7321829Z 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:10.7322449Z 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:10.7323025Z 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:10.7323626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/linux' 2025-03-21T20:18:10.7324198Z 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:10.7324790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/mach' 2025-03-21T20:18:10.7325392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/midr.h' 2025-03-21T20:18:10.7325937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/tlb.c' 2025-03-21T20:18:10.7326505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/uarch.c' 2025-03-21T20:18:10.7327205Z 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:10.7327803Z 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:10.7328456Z 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:10.7329073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/windows' 2025-03-21T20:18:10.7329694Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm' 2025-03-21T20:18:10.7330244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cache.c' 2025-03-21T20:18:10.7330824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cpuinfo/common.h' 2025-03-21T20:18:10.7331457Z 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:10.7332029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cpuinfo/log.h' 2025-03-21T20:18:10.7332627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cpuinfo/utils.h' 2025-03-21T20:18:10.7333210Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cpuinfo' 2025-03-21T20:18:10.7333813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/emscripten/init.c' 2025-03-21T20:18:10.7334408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/emscripten' 2025-03-21T20:18:10.7334986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/freebsd/api.h' 2025-03-21T20:18:10.7335580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/freebsd/topology.c' 2025-03-21T20:18:10.7336192Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/freebsd' 2025-03-21T20:18:10.7336760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/init.c' 2025-03-21T20:18:10.7337316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/api.h' 2025-03-21T20:18:10.7337903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/cpulist.c' 2025-03-21T20:18:10.7338485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/mockfile.c' 2025-03-21T20:18:10.7339080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/multiline.c' 2025-03-21T20:18:10.7339726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/processors.c' 2025-03-21T20:18:10.7340328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/smallfile.c' 2025-03-21T20:18:10.7340893Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux' 2025-03-21T20:18:10.7341433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/log.c' 2025-03-21T20:18:10.7341988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/mach/api.h' 2025-03-21T20:18:10.7342574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/mach/topology.c' 2025-03-21T20:18:10.7343140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/mach' 2025-03-21T20:18:10.7343711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv/api.h' 2025-03-21T20:18:10.7344295Z 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:10.7344884Z 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:10.7345503Z 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:10.7346120Z 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:10.7346737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv/linux' 2025-03-21T20:18:10.7347300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv/uarch.c' 2025-03-21T20:18:10.7347879Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv' 2025-03-21T20:18:10.7348422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/api.h' 2025-03-21T20:18:10.7349048Z 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:10.7349694Z 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:10.7350308Z 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:10.7350893Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/cache' 2025-03-21T20:18:10.7351460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/cpuid.h' 2025-03-21T20:18:10.7352050Z 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:10.7352661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/freebsd' 2025-03-21T20:18:10.7353288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/info.c' 2025-03-21T20:18:10.7353835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/init.c' 2025-03-21T20:18:10.7354391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/isa.c' 2025-03-21T20:18:10.7354966Z 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:10.7355576Z 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:10.7356155Z 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:10.7356760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/linux' 2025-03-21T20:18:10.7357334Z 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:10.7357930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/mach' 2025-03-21T20:18:10.7358503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/mockcpuid.c' 2025-03-21T20:18:10.7359062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/name.c' 2025-03-21T20:18:10.7359628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/topology.c' 2025-03-21T20:18:10.7360195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/uarch.c' 2025-03-21T20:18:10.7360753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/vendor.c' 2025-03-21T20:18:10.7361352Z 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:10.7361944Z 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:10.7362543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/windows' 2025-03-21T20:18:10.7363113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86' 2025-03-21T20:18:10.7363676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src' 2025-03-21T20:18:10.7364280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/arm-cache.cc' 2025-03-21T20:18:10.7364930Z 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:10.7365605Z 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:10.7366262Z 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:10.7366939Z 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:10.7367637Z 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:10.7368329Z 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:10.7368977Z 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:10.7369708Z 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:10.7370469Z 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:10.7371170Z 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:10.7371826Z 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:10.7372467Z 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:10.7373128Z 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:10.7373811Z 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:10.7374462Z 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:10.7375110Z 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:10.7375765Z 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:10.7376425Z 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:10.7377080Z 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:10.7377707Z 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:10.7378419Z 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:10.7379088Z 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:10.7379888Z 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:10.7380533Z 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:10.7381205Z 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:10.7381923Z 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:10.7382637Z 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:10.7383305Z 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:10.7383981Z 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:10.7384635Z 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:10.7385298Z 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:10.7385956Z 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:10.7386624Z 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:10.7387280Z 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:10.7387929Z 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:10.7388576Z 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:10.7389251Z 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:10.7389923Z 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:10.7390550Z 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:10.7391230Z 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:10.7391869Z 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:10.7392532Z 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:10.7393235Z 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:10.7393923Z 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:10.7394567Z 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:10.7395222Z 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:10.7395859Z 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:10.7396566Z 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:10.7397207Z 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:10.7397863Z 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:10.7398483Z 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:10.7399105Z 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:10.7399734Z 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:10.7400359Z 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:10.7400981Z 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:10.7401602Z 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:10.7402230Z 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:10.7402863Z 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:10.7403501Z 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:10.7404119Z 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:10.7404778Z 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:10.7405402Z 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:10.7406027Z 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:10.7406670Z 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:10.7407384Z 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:10.7408096Z 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:10.7408795Z 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:10.7409502Z 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:10.7410148Z 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:10.7410802Z 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:10.7411461Z 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:10.7412101Z 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:10.7412703Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop' 2025-03-21T20:18:10.7413355Z 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:10.7413962Z 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:10.7414588Z 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:10.7415193Z 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:10.7415811Z 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:10.7416416Z 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:10.7417006Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuid' 2025-03-21T20:18:10.7417687Z 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:10.7418344Z 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:10.7418996Z 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:10.7419638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/arndaleboard.log' 2025-03-21T20:18:10.7420283Z 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:10.7420939Z 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:10.7421584Z 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:10.7422277Z 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:10.7422958Z 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:10.7423640Z 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:10.7424296Z 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:10.7424977Z 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:10.7425677Z 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:10.7426427Z 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:10.7427079Z 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:10.7427690Z 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:10.7428349Z 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:10.7429006Z 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:10.7429651Z 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:10.7430281Z 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:10.7430916Z 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:10.7431543Z 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:10.7432202Z 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:10.7432833Z 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:10.7433498Z 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:10.7434106Z 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:10.7434798Z 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:10.7435463Z 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:10.7436157Z 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:10.7436825Z 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:10.7437516Z 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:10.7438176Z 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:10.7438843Z 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:10.7439478Z 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:10.7440232Z 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:10.7440895Z 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:10.7441569Z 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:10.7442204Z 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:10.7442852Z 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:10.7443519Z 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:10.7444164Z 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:10.7444822Z 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:10.7445464Z 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:10.7446164Z 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:10.7446804Z 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:10.7447494Z 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:10.7448146Z 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:10.7448824Z 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:10.7449561Z 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:10.7450242Z 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:10.7450926Z 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:10.7451637Z 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:10.7452296Z 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:10.7452982Z 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:10.7453643Z 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:10.7454358Z 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:10.7455039Z 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:10.7455711Z 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:10.7456352Z 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:10.7456970Z 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:10.7457596Z 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:10.7458251Z 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:10.7458904Z 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:10.7459515Z 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:10.7460165Z 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:10.7460802Z 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:10.7461430Z 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:10.7462094Z 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:10.7462711Z 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:10.7463340Z 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:10.7463961Z 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:10.7464592Z 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:10.7465235Z 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:10.7465890Z 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:10.7466511Z 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:10.7467129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/msm8996.log' 2025-03-21T20:18:10.7467736Z 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:10.7468347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus10.log' 2025-03-21T20:18:10.7468997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus4.log' 2025-03-21T20:18:10.7469662Z 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:10.7470266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus5x.log' 2025-03-21T20:18:10.7470867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus6.log' 2025-03-21T20:18:10.7471521Z 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:10.7472126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus6p.log' 2025-03-21T20:18:10.7472737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus9.log' 2025-03-21T20:18:10.7473350Z 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:10.7474025Z 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:10.7474646Z 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:10.7475308Z 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:10.7475923Z 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:10.7476597Z 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:10.7477215Z 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:10.7477875Z 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:10.7478483Z 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:10.7479142Z 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:10.7479974Z 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:10.7480669Z 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:10.7481275Z 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:10.7481892Z 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:10.7482542Z 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:10.7483194Z 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:10.7483845Z 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:10.7484457Z 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:10.7485067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/pixel.log' 2025-03-21T20:18:10.7485716Z 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:10.7486348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/raspberrypi.log' 2025-03-21T20:18:10.7486981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/raspberrypi2.log' 2025-03-21T20:18:10.7487627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/raspberrypi3.log' 2025-03-21T20:18:10.7488237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/scaleway.log' 2025-03-21T20:18:10.7488920Z 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:10.7489604Z 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:10.7500366Z 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:10.7501283Z 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:10.7501962Z 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:10.7502694Z 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:10.7503359Z 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:10.7504055Z 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:10.7504793Z 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:10.7505455Z 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:10.7506067Z 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:10.7506696Z 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:10.7507306Z 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:10.7507936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo' 2025-03-21T20:18:10.7508583Z 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:10.7509241Z 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:10.7509843Z 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:10.7510497Z 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:10.7511142Z 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:10.7511783Z 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:10.7512402Z 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:10.7513134Z 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:10.7513771Z 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:10.7514373Z 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:10.7515020Z 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:10.7515664Z 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:10.7516301Z 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:10.7516933Z 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:10.7517567Z 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:10.7518165Z 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:10.7518845Z 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:10.7519484Z 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:10.7520135Z 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:10.7520748Z 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:10.7521376Z 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:10.7521996Z 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:10.7522680Z 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:10.7523303Z 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:10.7523943Z 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:10.7524555Z 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:10.7525162Z 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:10.7525795Z 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:10.7526439Z 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:10.7527059Z 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:10.7527668Z 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:10.7528285Z 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:10.7528887Z 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:10.7529595Z 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:10.7530186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus10.log' 2025-03-21T20:18:10.7530787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus4.log' 2025-03-21T20:18:10.7531373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus5x.log' 2025-03-21T20:18:10.7531970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus6.log' 2025-03-21T20:18:10.7532561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus6p.log' 2025-03-21T20:18:10.7533191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus9.log' 2025-03-21T20:18:10.7533822Z 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:10.7534421Z 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:10.7535032Z 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:10.7535644Z 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:10.7536252Z 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:10.7536902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/pixel.log' 2025-03-21T20:18:10.7537533Z 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:10.7538185Z 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:10.7538851Z 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:10.7539472Z 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:10.7540092Z 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:10.7540697Z 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:10.7541280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg' 2025-03-21T20:18:10.7541853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/get-current.cc' 2025-03-21T20:18:10.7542401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/init.cc' 2025-03-21T20:18:10.7543014Z 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:10.7543634Z 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:10.7544262Z 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:10.7544878Z 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:10.7545503Z 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:10.7546114Z 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:10.7546713Z 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:10.7547325Z 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:10.7547988Z 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:10.7548600Z 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:10.7549248Z 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:10.7549883Z 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:10.7550534Z 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:10.7551167Z 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:10.7551789Z 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:10.7552399Z 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:10.7553130Z 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:10.7553847Z 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:10.7554478Z 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:10.7555096Z 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:10.7555694Z 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:10.7556298Z 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:10.7556916Z 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:10.7557548Z 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:10.7558188Z 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:10.7558830Z 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:10.7559442Z 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:10.7560066Z 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:10.7560676Z 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:10.7561319Z 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:10.7561954Z 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:10.7562569Z 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:10.7563194Z 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:10.7563823Z 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:10.7564426Z 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:10.7565092Z 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:10.7565684Z 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:10.7566270Z 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:10.7566908Z 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:10.7567524Z 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:10.7568138Z 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:10.7568740Z 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:10.7569435Z 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:10.7570051Z 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:10.7570670Z 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:10.7571268Z 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:10.7571906Z 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:10.7572530Z 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:10.7573149Z 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:10.7573764Z 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:10.7574397Z 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:10.7575018Z 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:10.7575693Z 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:10.7576341Z 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:10.7576956Z 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:10.7577586Z 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:10.7578213Z 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:10.7578847Z 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:10.7579707Z 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:10.7580336Z 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:10.7580951Z 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:10.7581576Z 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:10.7582186Z 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:10.7582809Z 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:10.7583420Z 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:10.7584034Z 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:10.7584643Z 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:10.7585262Z 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:10.7585881Z 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:10.7586516Z 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:10.7587140Z 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:10.7587749Z 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:10.7588380Z 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:10.7588987Z 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:10.7589611Z 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:10.7590252Z 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:10.7590902Z 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:10.7591486Z 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:10.7592128Z 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:10.7592751Z 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:10.7593418Z 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:10.7594057Z 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:10.7594663Z 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:10.7595249Z 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:10.7595889Z 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:10.7596511Z 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:10.7597120Z 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:10.7597725Z 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:10.7598329Z 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:10.7598946Z 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:10.7599567Z 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:10.7600198Z 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:10.7600800Z 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:10.7601404Z 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:10.7602000Z 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:10.7602607Z 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:10.7603207Z 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:10.7603811Z 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:10.7604441Z 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:10.7605070Z 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:10.7605670Z 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:10.7606277Z 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:10.7606877Z 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:10.7607499Z 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:10.7608138Z 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:10.7608730Z 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:10.7609392Z 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:10.7609967Z 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:10.7610561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus10.cc' 2025-03-21T20:18:10.7611133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus10.h' 2025-03-21T20:18:10.7611721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus4.cc' 2025-03-21T20:18:10.7612285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus4.h' 2025-03-21T20:18:10.7612870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus5x.cc' 2025-03-21T20:18:10.7613441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus5x.h' 2025-03-21T20:18:10.7614021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus6.cc' 2025-03-21T20:18:10.7614592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus6.h' 2025-03-21T20:18:10.7615184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus6p.cc' 2025-03-21T20:18:10.7615760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus6p.h' 2025-03-21T20:18:10.7616330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus9.cc' 2025-03-21T20:18:10.7616907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus9.h' 2025-03-21T20:18:10.7617510Z 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:10.7618149Z 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:10.7618762Z 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:10.7619357Z 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:10.7619954Z 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:10.7620557Z 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:10.7621141Z 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:10.7621783Z 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:10.7622368Z 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:10.7622963Z 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:10.7623546Z 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:10.7624132Z 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:10.7624735Z 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:10.7625336Z 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:10.7625947Z 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:10.7626533Z 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:10.7627125Z 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:10.7627696Z 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:10.7628289Z 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:10.7628864Z 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:10.7629458Z 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:10.7630038Z 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:10.7630617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/pixel.cc' 2025-03-21T20:18:10.7631182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/pixel.h' 2025-03-21T20:18:10.7631775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/scaleway.cc' 2025-03-21T20:18:10.7632379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/scaleway.h' 2025-03-21T20:18:10.7633024Z 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:10.7633629Z 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:10.7634250Z 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:10.7634875Z 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:10.7635540Z 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:10.7636216Z 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:10.7636863Z 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:10.7637516Z 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:10.7638128Z 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:10.7638745Z 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:10.7639341Z 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:10.7639937Z 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:10.7640531Z 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:10.7641127Z 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:10.7641722Z 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:10.7642322Z 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:10.7642920Z 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:10.7643515Z 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:10.7644083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock' 2025-03-21T20:18:10.7644775Z 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:10.7645432Z 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:10.7646060Z 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:10.7646760Z 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:10.7647339Z 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:10.7647985Z 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:10.7648584Z 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:10.7649305Z 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:10.7649988Z 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:10.7650570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/name' 2025-03-21T20:18:10.7651106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/size.c' 2025-03-21T20:18:10.7651655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test' 2025-03-21T20:18:10.7652219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/auxv-dump.c' 2025-03-21T20:18:10.7652794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/cache-info.c' 2025-03-21T20:18:10.7653359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/cpu-info.c' 2025-03-21T20:18:10.7653939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/cpuid-dump.c' 2025-03-21T20:18:10.7654519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/cpuinfo-dump.c' 2025-03-21T20:18:10.7655075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/gpu-dump.c' 2025-03-21T20:18:10.7655642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/isa-info.c' 2025-03-21T20:18:10.7656183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools' 2025-03-21T20:18:10.7656719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:10.7657272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/api.c' 2025-03-21T20:18:10.7657937Z 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:10.7658561Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/android' 2025-03-21T20:18:10.7659152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/cache.c' 2025-03-21T20:18:10.7659795Z 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:10.7660535Z 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:10.7661179Z 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:10.7661814Z 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:10.7662435Z 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:10.7663057Z 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:10.7663701Z 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:10.7664342Z 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:10.7664968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux' 2025-03-21T20:18:10.7665568Z 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:10.7666190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/mach' 2025-03-21T20:18:10.7666764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/tlb.c' 2025-03-21T20:18:10.7667365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/uarch.c' 2025-03-21T20:18:10.7667950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm' 2025-03-21T20:18:10.7668525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/cache.c' 2025-03-21T20:18:10.7669081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/init.c' 2025-03-21T20:18:10.7669694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/cpulist.c' 2025-03-21T20:18:10.7670307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/mockfile.c' 2025-03-21T20:18:10.7670934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/multiline.c' 2025-03-21T20:18:10.7671555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/processors.c' 2025-03-21T20:18:10.7672175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/smallfile.c' 2025-03-21T20:18:10.7672767Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux' 2025-03-21T20:18:10.7673325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/log.c' 2025-03-21T20:18:10.7673933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/mach/topology.c' 2025-03-21T20:18:10.7674546Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/mach' 2025-03-21T20:18:10.7675216Z 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:10.7675864Z 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:10.7676484Z 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:10.7677091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/cache' 2025-03-21T20:18:10.7677698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/info.c' 2025-03-21T20:18:10.7678298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/init.c' 2025-03-21T20:18:10.7678885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/isa.c' 2025-03-21T20:18:10.7679627Z 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:10.7680252Z 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:10.7680869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/linux' 2025-03-21T20:18:10.7681489Z 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:10.7682109Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/mach' 2025-03-21T20:18:10.7682732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/mockcpuid.c' 2025-03-21T20:18:10.7683314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/name.c' 2025-03-21T20:18:10.7683921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/topology.c' 2025-03-21T20:18:10.7684521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/uarch.c' 2025-03-21T20:18:10.7685115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/vendor.c' 2025-03-21T20:18:10.7685750Z 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:10.7686379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/windows' 2025-03-21T20:18:10.7686977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86' 2025-03-21T20:18:10.7687543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers' 2025-03-21T20:18:10.7688071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo_defs.bzl' 2025-03-21T20:18:10.7688710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:18:10.7689331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/.git' 2025-03-21T20:18:10.7689893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/.gitignore' 2025-03-21T20:18:10.7690458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/.travis.yml' 2025-03-21T20:18:10.7691014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/BUILD.bazel' 2025-03-21T20:18:10.7691593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/CMakeLists.txt' 2025-03-21T20:18:10.7692199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/LICENSE' 2025-03-21T20:18:10.7692743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/README.md' 2025-03-21T20:18:10.7693309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/WORKSPACE' 2025-03-21T20:18:10.7693887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/bench/latency.cc' 2025-03-21T20:18:10.7694502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/bench/throughput.cc' 2025-03-21T20:18:10.7695070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/bench' 2025-03-21T20:18:10.7695735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/cmake/DownloadCpuinfo.cmake' 2025-03-21T20:18:10.7696364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/cmake/DownloadFXdiv.cmake' 2025-03-21T20:18:10.7697071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/cmake/DownloadGoogleBenchmark.cmake' 2025-03-21T20:18:10.7697727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:10.7698305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/cmake' 2025-03-21T20:18:10.7698874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:18:10.7699436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:18:10.7700040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/examples/addition.c' 2025-03-21T20:18:10.7700629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/examples' 2025-03-21T20:18:10.7701241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include/pthreadpool.h' 2025-03-21T20:18:10.7701817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include' 2025-03-21T20:18:10.7702441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/jni/Android.mk' 2025-03-21T20:18:10.7703059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/jni/Application.mk' 2025-03-21T20:18:10.7703626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/jni' 2025-03-21T20:18:10.7704192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/fastpath.c' 2025-03-21T20:18:10.7704745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/gcd.c' 2025-03-21T20:18:10.7705326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/legacy-api.c' 2025-03-21T20:18:10.7705916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/memory.c' 2025-03-21T20:18:10.7706537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/portable-api.c' 2025-03-21T20:18:10.7707112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/pthreads.c' 2025-03-21T20:18:10.7707656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/shim.c' 2025-03-21T20:18:10.7708290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/threadpool-atomics.h' 2025-03-21T20:18:10.7708906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/threadpool-common.h' 2025-03-21T20:18:10.7709541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/threadpool-object.h' 2025-03-21T20:18:10.7710157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/threadpool-utils.h' 2025-03-21T20:18:10.7710731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/windows.c' 2025-03-21T20:18:10.7711286Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src' 2025-03-21T20:18:10.7711905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/test/pthreadpool-cxx.cc' 2025-03-21T20:18:10.7712519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/test/pthreadpool.cc' 2025-03-21T20:18:10.7713081Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/test' 2025-03-21T20:18:10.7713629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:10.7714180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool_defs.bzl' 2025-03-21T20:18:10.7714714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/xnnpack.buck.bzl' 2025-03-21T20:18:10.7715255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/xnnpack_src_defs.bzl' 2025-03-21T20:18:10.7715751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party' 2025-03-21T20:18:10.7716221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/TARGETS' 2025-03-21T20:18:10.7716716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:18:10.7717250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/gen_xnnpack_constants.sh' 2025-03-21T20:18:10.7717741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:18:10.7718187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:18:10.7718699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:18:10.7719157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils' 2025-03-21T20:18:10.7719692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:18:10.7720125Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack' 2025-03-21T20:18:10.7720499Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends' 2025-03-21T20:18:10.7720890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/__init__.py' 2025-03-21T20:18:10.7721331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/build_android_library.sh' 2025-03-21T20:18:10.7721791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/build_apple_frameworks.sh' 2025-03-21T20:18:10.7722222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/build_apple_llm_demo.sh' 2025-03-21T20:18:10.7722664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/create_frameworks.sh' 2025-03-21T20:18:10.7723116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/print_exported_headers.py' 2025-03-21T20:18:10.7723552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/run_android_emulator.sh' 2025-03-21T20:18:10.7723940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/test_ios.sh' 2025-03-21T20:18:10.7724302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build' 2025-03-21T20:18:10.7724684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/TARGETS' 2025-03-21T20:18:10.7725069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/__init__.py' 2025-03-21T20:18:10.7725459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/macros.h' 2025-03-21T20:18:10.7725845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/targets.bzl' 2025-03-21T20:18:10.7726298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/Functions.h' 2025-03-21T20:18:10.7726772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/NativeFunctions.h' 2025-03-21T20:18:10.7727347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterCodegenUnboxedKernels.cpp' 2025-03-21T20:18:10.7727917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterDispatchDefinitions.ini' 2025-03-21T20:18:10.7728481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterDispatchKeyCustomOps.cpp' 2025-03-21T20:18:10.7729006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterKernels.cpp' 2025-03-21T20:18:10.7729567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterKernels.h' 2025-03-21T20:18:10.7730061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterSchema.cpp' 2025-03-21T20:18:10.7730561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/aten_interned_strings.h' 2025-03-21T20:18:10.7730998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates' 2025-03-21T20:18:10.7731395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/TARGETS' 2025-03-21T20:18:10.7731829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/__init__.py' 2025-03-21T20:18:10.7732331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:18:10.7732761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:18:10.7733206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:18:10.7733701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:18:10.7734138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:18:10.7734553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/targets.bzl' 2025-03-21T20:18:10.7735056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:18:10.7735538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:18:10.7736085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:18:10.7736635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:18:10.7737068Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/test' 2025-03-21T20:18:10.7737490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/yaml_util.py' 2025-03-21T20:18:10.7737895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools' 2025-03-21T20:18:10.7738261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen' 2025-03-21T20:18:10.7738705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/configurations/CMakeLists.txt' 2025-03-21T20:18:10.7739119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/configurations/TARGETS' 2025-03-21T20:18:10.7739543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/configurations/targets.bzl' 2025-03-21T20:18:10.7739958Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/configurations' 2025-03-21T20:18:10.7740338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/data/bin/README.md' 2025-03-21T20:18:10.7740714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/data/bin' 2025-03-21T20:18:10.7741069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/data' 2025-03-21T20:18:10.7741516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/CMakeLists.txt' 2025-03-21T20:18:10.7741911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/TARGETS' 2025-03-21T20:18:10.7742300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/__init__.py' 2025-03-21T20:18:10.7742750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/TARGETS' 2025-03-21T20:18:10.7743209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:18:10.7743720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:18:10.7744190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/tests/TARGETS' 2025-03-21T20:18:10.7744820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:18:10.7745305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/tests' 2025-03-21T20:18:10.7745761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug' 2025-03-21T20:18:10.7746213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/TARGETS' 2025-03-21T20:18:10.7746740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/bundled_program.cpp' 2025-03-21T20:18:10.7747237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/bundled_program.h' 2025-03-21T20:18:10.7747703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/config.py' 2025-03-21T20:18:10.7748174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/core.py' 2025-03-21T20:18:10.7748669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/README.md' 2025-03-21T20:18:10.7749159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/TARGETS' 2025-03-21T20:18:10.7749661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:18:10.7750253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:18:10.7750832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:18:10.7751375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:18:10.7751878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/targets.bzl' 2025-03-21T20:18:10.7752398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/test/TARGETS' 2025-03-21T20:18:10.7752940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:18:10.7753464Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/test' 2025-03-21T20:18:10.7753957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema' 2025-03-21T20:18:10.7754489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize/TARGETS' 2025-03-21T20:18:10.7755049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:18:10.7755578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize/test/TARGETS' 2025-03-21T20:18:10.7756171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:18:10.7756702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize/test' 2025-03-21T20:18:10.7757222Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize' 2025-03-21T20:18:10.7757719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/targets.bzl' 2025-03-21T20:18:10.7758235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/test/TARGETS' 2025-03-21T20:18:10.7758772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:18:10.7759295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:18:10.7759814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:18:10.7760308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/test' 2025-03-21T20:18:10.7760781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/util/TARGETS' 2025-03-21T20:18:10.7761287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:18:10.7761782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/util' 2025-03-21T20:18:10.7762248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/version.py' 2025-03-21T20:18:10.7762717Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program' 2025-03-21T20:18:10.7763149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/debug_format/TARGETS' 2025-03-21T20:18:10.7763633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:18:10.7764093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:18:10.7764548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/debug_format' 2025-03-21T20:18:10.7764956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/TARGETS' 2025-03-21T20:18:10.7765425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/TARGETS' 2025-03-21T20:18:10.7765952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/buffer_data_sink.cpp' 2025-03-21T20:18:10.7766467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/buffer_data_sink.h' 2025-03-21T20:18:10.7766981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/data_sink_base.h' 2025-03-21T20:18:10.7767525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/file_data_sink.cpp' 2025-03-21T20:18:10.7768064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/file_data_sink.h' 2025-03-21T20:18:10.7768549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/targets.bzl' 2025-03-21T20:18:10.7769049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/tests/TARGETS' 2025-03-21T20:18:10.7769712Z 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:10.7770306Z 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:10.7770853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/tests/targets.bzl' 2025-03-21T20:18:10.7771396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/tests' 2025-03-21T20:18:10.7771863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks' 2025-03-21T20:18:10.7772307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/emitter.cpp' 2025-03-21T20:18:10.7772723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/emitter.h' 2025-03-21T20:18:10.7773182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/etdump_flatcc.cpp' 2025-03-21T20:18:10.7773638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/etdump_flatcc.h' 2025-03-21T20:18:10.7774131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:18:10.7774592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:18:10.7775045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:18:10.7775488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/serialize.py' 2025-03-21T20:18:10.7775913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/targets.bzl' 2025-03-21T20:18:10.7776399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests/CMakeLists.txt' 2025-03-21T20:18:10.7776832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests/TARGETS' 2025-03-21T20:18:10.7777324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests/etdump_test.cpp' 2025-03-21T20:18:10.7777808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:18:10.7778270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests/targets.bzl' 2025-03-21T20:18:10.7778720Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests' 2025-03-21T20:18:10.7779125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/utils.h' 2025-03-21T20:18:10.7779692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump' 2025-03-21T20:18:10.7780106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/TARGETS' 2025-03-21T20:18:10.7780622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/__init__.py' 2025-03-21T20:18:10.7781094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:18:10.7781549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/tests/TARGETS' 2025-03-21T20:18:10.7782040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:18:10.7782500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/tests' 2025-03-21T20:18:10.7782917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord' 2025-03-21T20:18:10.7783340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/TARGETS' 2025-03-21T20:18:10.7783860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/__init__.py' 2025-03-21T20:18:10.7784319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/_inspector.py' 2025-03-21T20:18:10.7784815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:18:10.7785284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:18:10.7785751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/tests/TARGETS' 2025-03-21T20:18:10.7786269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:18:10.7786784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:18:10.7787332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:18:10.7787804Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/tests' 2025-03-21T20:18:10.7788230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector' 2025-03-21T20:18:10.7788688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/install_requirements.sh' 2025-03-21T20:18:10.7789165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/size_analysis_tool/TARGETS' 2025-03-21T20:18:10.7789698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:18:10.7790268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:18:10.7790741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/size_analysis_tool' 2025-03-21T20:18:10.7791146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/targets.bzl' 2025-03-21T20:18:10.7791586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/visualization/TARGETS' 2025-03-21T20:18:10.7792060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/visualization/__init__.py' 2025-03-21T20:18:10.7792585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:18:10.7793149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:18:10.7793629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/visualization' 2025-03-21T20:18:10.7794040Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools' 2025-03-21T20:18:10.7794405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/.gitignore' 2025-03-21T20:18:10.7794762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/Makefile' 2025-03-21T20:18:10.7795137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/README.md' 2025-03-21T20:18:10.7795485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/TARGETS' 2025-03-21T20:18:10.7795886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/Doxyfile' 2025-03-21T20:18:10.7796381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/css/custom.css' 2025-03-21T20:18:10.7796911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/css/progress-bar.css' 2025-03-21T20:18:10.7797359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/css' 2025-03-21T20:18:10.7797812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/example.py' 2025-03-21T20:18:10.7798369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ExecuTorch-Logo-cropped.svg' 2025-03-21T20:18:10.7798859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/android_app.png' 2025-03-21T20:18:10.7799383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/android_demo_run.png' 2025-03-21T20:18:10.7799906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/android_llama_app.png' 2025-03-21T20:18:10.7800424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/android_studio.png' 2025-03-21T20:18:10.7800926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/api_life_cycle.png' 2025-03-21T20:18:10.7801473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/backend_debug_handle.png' 2025-03-21T20:18:10.7802039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/backend_debug_handle_example.png' 2025-03-21T20:18:10.7802573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/backend_interface.png' 2025-03-21T20:18:10.7803116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/backend_interface_aot.png' 2025-03-21T20:18:10.7803686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/backend_interface_runtime.png' 2025-03-21T20:18:10.7804196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/benchmark-infra.png' 2025-03-21T20:18:10.7804715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/card-background.svg' 2025-03-21T20:18:10.7805173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/chat.png' 2025-03-21T20:18:10.7805665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/chat_response.png' 2025-03-21T20:18:10.7806218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/concepts-map-detailed.png' 2025-03-21T20:18:10.7806788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/concepts-map-overview.png' 2025-03-21T20:18:10.7807324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/demo_ios_app.jpg' 2025-03-21T20:18:10.7807820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/demo_ios_xcode.jpg' 2025-03-21T20:18:10.7808314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/dsp_binary.png' 2025-03-21T20:18:10.7808780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/et-logo.png' 2025-03-21T20:18:10.7809409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/executorch-entry-points.png' 2025-03-21T20:18:10.7810009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/generic-pytorch-logo.png' 2025-03-21T20:18:10.7810627Z 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:10.7811144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app.png' 2025-03-21T20:18:10.7811699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app_macos.png' 2025-03-21T20:18:10.7812283Z 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:10.7812835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app_signing.png' 2025-03-21T20:18:10.7813429Z 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:10.7814012Z 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:10.7814586Z 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:10.7815129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app_tests.png' 2025-03-21T20:18:10.7815629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_demo_app.jpg' 2025-03-21T20:18:10.7816203Z 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:10.7816738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_demo_app_llava.jpg' 2025-03-21T20:18:10.7817244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_demo_app_mps.jpg' 2025-03-21T20:18:10.7817788Z 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:10.7818394Z 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:10.7818996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/kernel-library-selective-build.png' 2025-03-21T20:18:10.7819487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/llama_ios_app.mp4' 2025-03-21T20:18:10.7820017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/llama_ios_app.png' 2025-03-21T20:18:10.7820531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/llava_example.png' 2025-03-21T20:18:10.7821100Z 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:10.7821683Z 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:10.7822134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/logs.png' 2025-03-21T20:18:10.7822705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/memory_planning_inspection.png' 2025-03-21T20:18:10.7823275Z 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:10.7823789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/mtk_output.png' 2025-03-21T20:18:10.7824329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/opening_the_app_details.png' 2025-03-21T20:18:10.7824855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/print_data_tabular.png' 2025-03-21T20:18:10.7825427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/runtime-overview-high-level.png' 2025-03-21T20:18:10.7826002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/s_custom_variables_extension.png' 2025-03-21T20:18:10.7826516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/s_demo_note_render.png' 2025-03-21T20:18:10.7827050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/s_demo_note_source.png' 2025-03-21T20:18:10.7827546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/settings_menu.png' 2025-03-21T20:18:10.7828036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/swiftpm_xcode.mp4' 2025-03-21T20:18:10.7828537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/swiftpm_xcode.png' 2025-03-21T20:18:10.7829029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/swiftpm_xcode1.png' 2025-03-21T20:18:10.7829535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/swiftpm_xcode2.png' 2025-03-21T20:18:10.7829989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img' 2025-03-21T20:18:10.7830480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/js/progress-bar.js' 2025-03-21T20:18:10.7830924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/js' 2025-03-21T20:18:10.7831358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static' 2025-03-21T20:18:10.7831816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_templates/layout.html' 2025-03-21T20:18:10.7832271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_templates' 2025-03-21T20:18:10.7832706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/api-life-cycle.md' 2025-03-21T20:18:10.7833240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/arm-delegate-runtime-build.svg' 2025-03-21T20:18:10.7833808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backend-delegates-dependencies.md' 2025-03-21T20:18:10.7834330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backend-delegates-integration.md' 2025-03-21T20:18:10.7834901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backend-delegates-xnnpack-reference.md' 2025-03-21T20:18:10.7835349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backend-template.md' 2025-03-21T20:18:10.7835833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-arm-ethos-u.md' 2025-03-21T20:18:10.7836307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-cadence.md' 2025-03-21T20:18:10.7836784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-coreml.md' 2025-03-21T20:18:10.7837242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-mediatek.md' 2025-03-21T20:18:10.7837680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-mps.md' 2025-03-21T20:18:10.7838136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-overview.md' 2025-03-21T20:18:10.7838602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-qualcomm.md' 2025-03-21T20:18:10.7839043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-vulkan.md' 2025-03-21T20:18:10.7839493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-xnnpack.md' 2025-03-21T20:18:10.7839924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/bundled-io.md' 2025-03-21T20:18:10.7840420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/compiler-backend-dialect.md' 2025-03-21T20:18:10.7840973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/compiler-custom-compiler-passes.md' 2025-03-21T20:18:10.7841526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/compiler-delegate-and-partitioner.md' 2025-03-21T20:18:10.7842030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/compiler-memory-planning.md' 2025-03-21T20:18:10.7842435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/concepts.md' 2025-03-21T20:18:10.7842836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/conf.py' 2025-03-21T20:18:10.7843267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/contributing.md' 2025-03-21T20:18:10.7843735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/custom_directives.py' 2025-03-21T20:18:10.7844213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/debug-backend-delegate.md' 2025-03-21T20:18:10.7844675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/delegate-debugging.md' 2025-03-21T20:18:10.7845142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/demo-apps-android.md' 2025-03-21T20:18:10.7845572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/demo-apps-ios.md' 2025-03-21T20:18:10.7846071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/devtools-overview.md' 2025-03-21T20:18:10.7846563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/devtools-tutorial.md' 2025-03-21T20:18:10.7846971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/etdump.md' 2025-03-21T20:18:10.7847384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/etrecord.rst' 2025-03-21T20:18:10.7848024Z 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:10.7848571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/executorch-runtime-api-reference.rst' 2025-03-21T20:18:10.7849082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/executorch_custom_versions.py' 2025-03-21T20:18:10.7849655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/executorch_stack.png' 2025-03-21T20:18:10.7850101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/export-overview.md' 2025-03-21T20:18:10.7850677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/export-to-executorch-api-reference.rst' 2025-03-21T20:18:10.7851127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/extension-module.md' 2025-03-21T20:18:10.7851588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/extension-tensor.md' 2025-03-21T20:18:10.7852105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/getting-started-architecture.md' 2025-03-21T20:18:10.7852603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/getting-started-setup.rst' 2025-03-21T20:18:10.7853045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/getting-started.md' 2025-03-21T20:18:10.7853457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/index.rst' 2025-03-21T20:18:10.7853915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/intro-how-it-works.md' 2025-03-21T20:18:10.7854369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/intro-overview.md' 2025-03-21T20:18:10.7854769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/ir-exir.md' 2025-03-21T20:18:10.7855248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/ir-ops-set-definition.md' 2025-03-21T20:18:10.7855810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/kernel-library-custom-aten-kernel.md' 2025-03-21T20:18:10.7856300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/kernel-library-overview.md' 2025-03-21T20:18:10.7856839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/kernel-library-selective-build.md' 2025-03-21T20:18:10.7857510Z 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:10.7857986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm/getting-started.md' 2025-03-21T20:18:10.7858459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm/llama-demo-android.md' 2025-03-21T20:18:10.7858927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm/llama-demo-ios.md' 2025-03-21T20:18:10.7859365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm/llama.md' 2025-03-21T20:18:10.7859811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm' 2025-03-21T20:18:10.7860320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/markdown-sphinx-tips-tricks.md' 2025-03-21T20:18:10.7860825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/memory-planning-inspection.md' 2025-03-21T20:18:10.7861279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/model-debugging.md' 2025-03-21T20:18:10.7861726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/model-inspector.rst' 2025-03-21T20:18:10.7862371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/native-delegates-executorch-vulkan-delegate.md' 2025-03-21T20:18:10.7862953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/portable-cpp-programming.md' 2025-03-21T20:18:10.7863410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/pte-file-format.md' 2025-03-21T20:18:10.7863885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/quantization-overview.md' 2025-03-21T20:18:10.7864417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/running-a-model-cpp-tutorial.md' 2025-03-21T20:18:10.7865074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/runtime-backend-delegate-implementation-and-linking.md' 2025-03-21T20:18:10.7865538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/runtime-overview.md' 2025-03-21T20:18:10.7866099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/runtime-platform-abstraction-layer.md' 2025-03-21T20:18:10.7866570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/runtime-profiling.md' 2025-03-21T20:18:10.7867093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/runtime-python-api-reference.rst' 2025-03-21T20:18:10.7867530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-bundled-io.md' 2025-03-21T20:18:10.7867975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-debugging.md' 2025-03-21T20:18:10.7868466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-delegate-integration.md' 2025-03-21T20:18:10.7868892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-etdump.md' 2025-03-21T20:18:10.7869327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-etrecord.rst' 2025-03-21T20:18:10.7869778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-inspector.rst' 2025-03-21T20:18:10.7870201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-overview.md' 2025-03-21T20:18:10.7870645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-profiling.md' 2025-03-21T20:18:10.7871071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-tutorial.md' 2025-03-21T20:18:10.7871542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorial-template.md' 2025-03-21T20:18:10.7872096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorial-xnnpack-delegate-lowering.md' 2025-03-21T20:18:10.7872610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/README.txt' 2025-03-21T20:18:10.7873180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/bundled_program.bp' 2025-03-21T20:18:10.7873791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/devtools-integration-tutorial.py' 2025-03-21T20:18:10.7874414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/export-to-executorch-tutorial.py' 2025-03-21T20:18:10.7874999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/sdk-integration-tutorial.py' 2025-03-21T20:18:10.7875552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/template_tutorial.py' 2025-03-21T20:18:10.7876079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source' 2025-03-21T20:18:10.7876592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-android.md' 2025-03-21T20:18:10.7877163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-building-from-source.md' 2025-03-21T20:18:10.7877650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-cpp.md' 2025-03-21T20:18:10.7878145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-export.md' 2025-03-21T20:18:10.7878631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-faqs.md' 2025-03-21T20:18:10.7879109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-ios.md' 2025-03-21T20:18:10.7879793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-runtime-integration.md' 2025-03-21T20:18:10.7880348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-troubleshooting.md' 2025-03-21T20:18:10.7880878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/xnnpack-delegate-architecture.png' 2025-03-21T20:18:10.7881386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/xnnpack-et-flow-diagram.png' 2025-03-21T20:18:10.7881774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source' 2025-03-21T20:18:10.7882141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs' 2025-03-21T20:18:10.7882526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/README.md' 2025-03-21T20:18:10.7882926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/__init__.py' 2025-03-21T20:18:10.7883378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/.gitignore' 2025-03-21T20:18:10.7883833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/README.md' 2025-03-21T20:18:10.7884571Z 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:10.7885522Z 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:10.7886430Z 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:10.7887266Z 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:10.7888194Z 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:10.7889007Z 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:10.7889865Z 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:10.7890596Z 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:10.7891399Z 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:10.7892248Z 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:10.7893034Z 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:10.7893747Z 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:10.7894287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner/main.mm' 2025-03-21T20:18:10.7894812Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner' 2025-03-21T20:18:10.7895295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/TARGETS' 2025-03-21T20:18:10.7895782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:18:10.7896340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:18:10.7896816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/readme.md' 2025-03-21T20:18:10.7897301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:18:10.7897775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:18:10.7898266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:18:10.7898738Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama' 2025-03-21T20:18:10.7899221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/TARGETS' 2025-03-21T20:18:10.7899807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/build_executor_runner.sh' 2025-03-21T20:18:10.7900376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-03-21T20:18:10.7900905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/export.py' 2025-03-21T20:18:10.7901477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-03-21T20:18:10.7902025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-03-21T20:18:10.7902568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-03-21T20:18:10.7903061Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts' 2025-03-21T20:18:10.7903527Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml' 2025-03-21T20:18:10.7904030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/CMakeLists.txt' 2025-03-21T20:18:10.7904469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/README.md' 2025-03-21T20:18:10.7904973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/executor_runner/TARGETS' 2025-03-21T20:18:10.7905568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/executor_runner/mps_executor_runner.mm' 2025-03-21T20:18:10.7906096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/executor_runner/targets.bzl' 2025-03-21T20:18:10.7906618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/executor_runner' 2025-03-21T20:18:10.7907124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/scripts/bench_utils.py' 2025-03-21T20:18:10.7907715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/scripts/build_mps_executor_runner.sh' 2025-03-21T20:18:10.7908215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/scripts/mps_example.py' 2025-03-21T20:18:10.7908696Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/scripts' 2025-03-21T20:18:10.7909136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/test_mps.sh' 2025-03-21T20:18:10.7909573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps' 2025-03-21T20:18:10.7909980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple' 2025-03-21T20:18:10.7910430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/CMakeLists.txt' 2025-03-21T20:18:10.7910829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/README.md' 2025-03-21T20:18:10.7911282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/aot_arm_compiler.py' 2025-03-21T20:18:10.7911837Z 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:10.7912502Z 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:10.7913050Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/ethos-u-setup/core_platform' 2025-03-21T20:18:10.7913549Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/ethos-u-setup' 2025-03-21T20:18:10.7914096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner/CMakeLists.txt' 2025-03-21T20:18:10.7914654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner/arm_executor_runner.cpp' 2025-03-21T20:18:10.7915203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner/arm_perf_monitor.cpp' 2025-03-21T20:18:10.7915735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner/arm_perf_monitor.h' 2025-03-21T20:18:10.7916263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner/pte_to_header.py' 2025-03-21T20:18:10.7916761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner' 2025-03-21T20:18:10.7917182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/run.sh' 2025-03-21T20:18:10.7917581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/setup.sh' 2025-03-21T20:18:10.7917978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm' 2025-03-21T20:18:10.7918441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/CMakeLists.txt' 2025-03-21T20:18:10.7918916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/babyllama.py' 2025-03-21T20:18:10.7919418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/mobilenet_v2.py' 2025-03-21T20:18:10.7919892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/resnet50.py' 2025-03-21T20:18:10.7920396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/rnnt_encoder.py' 2025-03-21T20:18:10.7920883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/rnnt_joiner.py' 2025-03-21T20:18:10.7921396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/rnnt_predictor.py' 2025-03-21T20:18:10.7921920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/vision_transformer.py' 2025-03-21T20:18:10.7922408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/wav2vec2.py' 2025-03-21T20:18:10.7922862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models' 2025-03-21T20:18:10.7923367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators/test_add_op.py' 2025-03-21T20:18:10.7923883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators/test_g3_ops.py' 2025-03-21T20:18:10.7924457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators/test_quantized_conv1d_op.py' 2025-03-21T20:18:10.7925046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators/test_quantized_linear_op.py' 2025-03-21T20:18:10.7925585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators/test_requantize_op.py' 2025-03-21T20:18:10.7926065Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators' 2025-03-21T20:18:10.7926482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence' 2025-03-21T20:18:10.7927073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/.gitignore' 2025-03-21T20:18:10.7927641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/README.md' 2025-03-21T20:18:10.7928219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/.gitignore' 2025-03-21T20:18:10.7928822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/build.gradle.kts' 2025-03-21T20:18:10.7929571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/proguard-rules.pro' 2025-03-21T20:18:10.7930284Z 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:10.7930899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/BUCK' 2025-03-21T20:18:10.7931514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/TARGETS' 2025-03-21T20:18:10.7932172Z 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:10.7932850Z 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:10.7933491Z 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:10.7934151Z 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:10.7934991Z 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:10.7935872Z 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:10.7936648Z 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:10.7937353Z 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:10.7938013Z 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:10.7938656Z 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:10.7939426Z 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:10.7940208Z 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:10.7940879Z 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:10.7941688Z 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:10.7942420Z 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:10.7943087Z 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:10.7943850Z 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:10.7944650Z 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:10.7945433Z 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:10.7946184Z 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:10.7946947Z 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:10.7947649Z 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:10.7948384Z 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:10.7949151Z 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:10.7949862Z 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:10.7950605Z 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:10.7951388Z 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:10.7952086Z 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:10.7952848Z 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:10.7953625Z 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:10.7954342Z 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:10.7955095Z 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:10.7955881Z 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:10.7956608Z 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:10.7957325Z 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:10.7958003Z 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:10.7958690Z 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:10.7959362Z 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:10.7960079Z 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:10.7960769Z 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:10.7961518Z 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:10.7962164Z 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:10.7962804Z 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:10.7963408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main' 2025-03-21T20:18:10.7964009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src' 2025-03-21T20:18:10.7964572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app' 2025-03-21T20:18:10.7965158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/build.gradle.kts' 2025-03-21T20:18:10.7965762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle.properties' 2025-03-21T20:18:10.7966441Z 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:10.7967180Z 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:10.7967798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle/wrapper' 2025-03-21T20:18:10.7968388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle' 2025-03-21T20:18:10.7968923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradlew' 2025-03-21T20:18:10.7969543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradlew.bat' 2025-03-21T20:18:10.7970145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/settings.gradle.kts' 2025-03-21T20:18:10.7970729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/setup.sh' 2025-03-21T20:18:10.7971296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo' 2025-03-21T20:18:10.7971832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/.gitignore' 2025-03-21T20:18:10.7972359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/README.md' 2025-03-21T20:18:10.7973006Z 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:10.7973554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/.gitignore' 2025-03-21T20:18:10.7974183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/build.gradle.kts' 2025-03-21T20:18:10.7974788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/proguard-rules.pro' 2025-03-21T20:18:10.7975645Z 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:10.7976475Z 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:10.7977178Z 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:10.7977854Z 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:10.7978502Z 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:10.7979129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest' 2025-03-21T20:18:10.7979920Z 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:10.7980495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/BUCK' 2025-03-21T20:18:10.7981074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/TARGETS' 2025-03-21T20:18:10.7981897Z 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:10.7982730Z 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:10.7983642Z 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:10.7984448Z 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:10.7985330Z 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:10.7986214Z 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:10.7987094Z 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:10.7987919Z 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:10.7988762Z 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:10.7989627Z 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:10.7990498Z 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:10.7991328Z 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:10.7992164Z 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:10.7993047Z 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:10.7993878Z 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:10.7994706Z 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:10.7995557Z 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:10.7996422Z 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:10.7997291Z 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:10.7998071Z 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:10.7998745Z 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:10.7999367Z 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:10.7999969Z 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:10.8000679Z 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:10.8001412Z 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:10.8002237Z 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:10.8002963Z 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:10.8003695Z 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:10.8004492Z 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:10.8005277Z 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:10.8005990Z 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:10.8006737Z 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:10.8007445Z 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:10.8008106Z 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:10.8008818Z 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:10.8009621Z 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:10.8010343Z 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:10.8011099Z 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:10.8011841Z 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:10.8012571Z 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:10.8013227Z 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:10.8013967Z 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:10.8014710Z 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:10.8015433Z 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:10.8016158Z 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:10.8016904Z 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:10.8017596Z 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:10.8018273Z 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:10.8018931Z 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:10.8019716Z 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:10.8020414Z 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:10.8021103Z 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:10.8021821Z 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:10.8022496Z 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:10.8023212Z 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:10.8023898Z 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:10.8024609Z 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:10.8025243Z 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:10.8025992Z 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:10.8026757Z 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:10.8027478Z 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:10.8028188Z 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:10.8028935Z 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:10.8029597Z 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:10.8030317Z 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:10.8031084Z 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:10.8031789Z 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:10.8032503Z 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:10.8033256Z 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:10.8033920Z 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:10.8034690Z 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:10.8035453Z 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:10.8036120Z 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:10.8036857Z 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:10.8037599Z 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:10.8038291Z 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:10.8038946Z 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:10.8039613Z 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:10.8040260Z 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:10.8040922Z 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:10.8041559Z 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:10.8042240Z 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:10.8042953Z 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:10.8043582Z 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:10.8044182Z 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:10.8044777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main' 2025-03-21T20:18:10.8045363Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src' 2025-03-21T20:18:10.8045933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app' 2025-03-21T20:18:10.8046496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/build.gradle.kts' 2025-03-21T20:18:10.8047147Z 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:10.8047808Z 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:10.8048474Z 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:10.8049105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/docs/delegates' 2025-03-21T20:18:10.8049737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/docs' 2025-03-21T20:18:10.8050348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/download_prebuilt_lib.sh' 2025-03-21T20:18:10.8050914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradle.properties' 2025-03-21T20:18:10.8051582Z 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:10.8052278Z 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:10.8052885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradle/wrapper' 2025-03-21T20:18:10.8053434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradle' 2025-03-21T20:18:10.8053961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradlew' 2025-03-21T20:18:10.8054499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradlew.bat' 2025-03-21T20:18:10.8055086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/settings.gradle.kts' 2025-03-21T20:18:10.8055658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/setup-with-qnn.sh' 2025-03-21T20:18:10.8056191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/setup.sh' 2025-03-21T20:18:10.8056706Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo' 2025-03-21T20:18:10.8057174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android' 2025-03-21T20:18:10.8057904Z 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:10.8058718Z 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:10.8059689Z 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:10.8060516Z 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:10.8061274Z 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:10.8061949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj' 2025-03-21T20:18:10.8062718Z 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:10.8063508Z 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:10.8064257Z 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:10.8064976Z 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:10.8065657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources' 2025-03-21T20:18:10.8066345Z 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:10.8067121Z 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:10.8067865Z 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:10.8068686Z 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:10.8069419Z 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:10.8070162Z 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:10.8070847Z 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:10.8071727Z 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:10.8072492Z 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:10.8073317Z 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:10.8074124Z 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:10.8074951Z 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:10.8075768Z 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:10.8076642Z 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:10.8077374Z 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:10.8078119Z 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:10.8078803Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources' 2025-03-21T20:18:10.8079539Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo' 2025-03-21T20:18:10.8080106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/README.md' 2025-03-21T20:18:10.8080656Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo' 2025-03-21T20:18:10.8081295Z 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:10.8082024Z 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:10.8082796Z 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:10.8083490Z 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:10.8084153Z 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:10.8084736Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj' 2025-03-21T20:18:10.8085352Z 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:10.8085993Z 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:10.8086648Z 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:10.8087276Z 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:10.8087903Z 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:10.8088518Z 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:10.8089299Z 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:10.8089980Z 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:10.8090651Z 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:10.8091302Z 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:10.8091891Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application' 2025-03-21T20:18:10.8092681Z 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:10.8093339Z 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:10.8094009Z 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:10.8094619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/SupportingFiles' 2025-03-21T20:18:10.8095170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA' 2025-03-21T20:18:10.8095943Z 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:10.8096698Z 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:10.8097441Z 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:10.8098117Z 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:10.8098760Z 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:10.8099335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAAssets' 2025-03-21T20:18:10.8099987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAEntitlements/LLaMA.entitlements' 2025-03-21T20:18:10.8100600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAEntitlements' 2025-03-21T20:18:10.8101298Z 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:10.8102015Z 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:10.8102676Z 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:10.8103424Z 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:10.8104117Z 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:10.8104748Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner' 2025-03-21T20:18:10.8105308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/TARGETS' 2025-03-21T20:18:10.8105877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner' 2025-03-21T20:18:10.8106402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/README.md' 2025-03-21T20:18:10.8106951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/TARGETS' 2025-03-21T20:18:10.8107566Z 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:10.8108184Z 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:10.8108775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/docs/delegates' 2025-03-21T20:18:10.8109302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/docs' 2025-03-21T20:18:10.8109822Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA' 2025-03-21T20:18:10.8110301Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios' 2025-03-21T20:18:10.8110861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/.gitignore' 2025-03-21T20:18:10.8111398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/README.md' 2025-03-21T20:18:10.8111940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/app.json' 2025-03-21T20:18:10.8112501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/app/_layout.tsx' 2025-03-21T20:18:10.8113058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/app/index.tsx' 2025-03-21T20:18:10.8113626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/app' 2025-03-21T20:18:10.8114236Z 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:10.8114845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/assets/images' 2025-03-21T20:18:10.8115419Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/assets' 2025-03-21T20:18:10.8116028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/bridge/LlamaBridge.ts' 2025-03-21T20:18:10.8116594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/bridge' 2025-03-21T20:18:10.8117211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/.gitignore' 2025-03-21T20:18:10.8117798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/.xcode.env' 2025-03-21T20:18:10.8118389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/LlamaBridge.h' 2025-03-21T20:18:10.8118973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/LlamaBridge.mm' 2025-03-21T20:18:10.8119535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/Podfile' 2025-03-21T20:18:10.8120108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/Podfile.lock' 2025-03-21T20:18:10.8120800Z 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:10.8121393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/Release.xcconfig' 2025-03-21T20:18:10.8122079Z 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:10.8122890Z 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:10.8123648Z 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:10.8124371Z 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:10.8125017Z 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:10.8125771Z 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:10.8126576Z 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:10.8127309Z 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:10.8127965Z 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:10.8128599Z 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:10.8129219Z 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:10.8130061Z 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:10.8130828Z 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:10.8131631Z 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:10.8132415Z 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:10.8133185Z 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:10.8133935Z 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:10.8134704Z 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:10.8135511Z 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:10.8136278Z 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:10.8137034Z 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:10.8137806Z 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:10.8138599Z 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:10.8139383Z 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:10.8140085Z 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:10.8140968Z 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:10.8141802Z 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:10.8142637Z 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:10.8143443Z 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:10.8144120Z 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:10.8144719Z 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:10.8145376Z 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:10.8146053Z 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:10.8146734Z 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:10.8147416Z 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:10.8148001Z 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:10.8148632Z 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:10.8149310Z 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:10.8149995Z 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:10.8150611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama' 2025-03-21T20:18:10.8151171Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios' 2025-03-21T20:18:10.8151726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/package.json' 2025-03-21T20:18:10.8152292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/tsconfig.json' 2025-03-21T20:18:10.8152828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/yarn.lock' 2025-03-21T20:18:10.8153372Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama' 2025-03-21T20:18:10.8153868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native' 2025-03-21T20:18:10.8154296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps' 2025-03-21T20:18:10.8154765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/CMakeLists.txt' 2025-03-21T20:18:10.8155193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/README.md' 2025-03-21T20:18:10.8155703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/build_example_runner.sh' 2025-03-21T20:18:10.8156197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/example_runner/TARGETS' 2025-03-21T20:18:10.8156767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/example_runner/example_runner.cpp' 2025-03-21T20:18:10.8157287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/example_runner/targets.bzl' 2025-03-21T20:18:10.8157799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/example_runner' 2025-03-21T20:18:10.8158279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/scripts/etrecord.bin' 2025-03-21T20:18:10.8158845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/scripts/export_bundled_program.py' 2025-03-21T20:18:10.8159382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/scripts/gen_sample_etrecord.py' 2025-03-21T20:18:10.8159885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/scripts' 2025-03-21T20:18:10.8160397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/test_example_runner.sh' 2025-03-21T20:18:10.8160818Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools' 2025-03-21T20:18:10.8161292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/CMakeLists.txt' 2025-03-21T20:18:10.8161726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/README.md' 2025-03-21T20:18:10.8162205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/basic_sampler.h' 2025-03-21T20:18:10.8162678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/basic_tokenizer.h' 2025-03-21T20:18:10.8163227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/export_nanogpt.py' 2025-03-21T20:18:10.8163661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/main.cpp' 2025-03-21T20:18:10.8164097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual' 2025-03-21T20:18:10.8164569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/README.md' 2025-03-21T20:18:10.8165044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/TARGETS' 2025-03-21T20:18:10.8165523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:18:10.8166043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:18:10.8166588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:18:10.8167154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:18:10.8167685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:18:10.8168213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:18:10.8168699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:18:10.8169204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:18:10.8169764Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning' 2025-03-21T20:18:10.8170233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/CMakeLists.txt' 2025-03-21T20:18:10.8170673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/README.md' 2025-03-21T20:18:10.8171247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/loggingprinter.py' 2025-03-21T20:18:10.8171824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter.py' 2025-03-21T20:18:10.8172473Z 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:10.8173160Z 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:10.8173878Z 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:10.8174536Z 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:10.8175192Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter_templates' 2025-03-21T20:18:10.8175770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/prompts/alpaca.txt' 2025-03-21T20:18:10.8176360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/prompts/llama3.txt' 2025-03-21T20:18:10.8176977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/prompts' 2025-03-21T20:18:10.8177561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/sanity_checks.py' 2025-03-21T20:18:10.8178210Z 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:10.8178890Z 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:10.8179602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/tokenizers_' 2025-03-21T20:18:10.8180148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/utils.py' 2025-03-21T20:18:10.8180681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils' 2025-03-21T20:18:10.8181217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/oss_utils/utils.py' 2025-03-21T20:18:10.8181732Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/oss_utils' 2025-03-21T20:18:10.8182201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils' 2025-03-21T20:18:10.8182746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/eval_utils/eval_oss_result.py' 2025-03-21T20:18:10.8183219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/eval_utils' 2025-03-21T20:18:10.8183841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/CMakeLists.txt' 2025-03-21T20:18:10.8184453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/FileMemMapper.h' 2025-03-21T20:18:10.8185069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaConfig.h' 2025-03-21T20:18:10.8185698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaModelChunk.cpp' 2025-03-21T20:18:10.8186329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaModelChunk.h' 2025-03-21T20:18:10.8186942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaRuntime.cpp' 2025-03-21T20:18:10.8187605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaRuntime.h' 2025-03-21T20:18:10.8188240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/ModelChunk.cpp' 2025-03-21T20:18:10.8188845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/ModelChunk.h' 2025-03-21T20:18:10.8189484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/MultiModelLoader.cpp' 2025-03-21T20:18:10.8190120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/MultiModelLoader.h' 2025-03-21T20:18:10.8190720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/Utils.h' 2025-03-21T20:18:10.8191488Z 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:10.8192165Z 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:10.8192856Z 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:10.8193580Z 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:10.8194285Z 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:10.8194965Z 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:10.8195629Z 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:10.8196324Z 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:10.8197003Z 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:10.8197640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper' 2025-03-21T20:18:10.8198213Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner' 2025-03-21T20:18:10.8198810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/mtk_executor_runner.cpp' 2025-03-21T20:18:10.8199421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/mtk_llama_executor_runner.cpp' 2025-03-21T20:18:10.8199997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/mtk_llama_runner.cpp' 2025-03-21T20:18:10.8200551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/mtk_llama_runner.h' 2025-03-21T20:18:10.8201163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/mtk_oss_executor_runner.cpp' 2025-03-21T20:18:10.8201750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/run_llama3_sample.sh' 2025-03-21T20:18:10.8202288Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner' 2025-03-21T20:18:10.8202843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/deeplab_v3.py' 2025-03-21T20:18:10.8203369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/edsr.py' 2025-03-21T20:18:10.8203953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/inception_v3.py' 2025-03-21T20:18:10.8204514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/inception_v4.py' 2025-03-21T20:18:10.8205108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/llama.py' 2025-03-21T20:18:10.8205677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/mobilenet_v2.py' 2025-03-21T20:18:10.8206253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/mobilenet_v3.py' 2025-03-21T20:18:10.8206800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/resnet18.py' 2025-03-21T20:18:10.8207360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/resnet50.py' 2025-03-21T20:18:10.8207887Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts' 2025-03-21T20:18:10.8208436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/__init__.py' 2025-03-21T20:18:10.8209025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/configuration_base.py' 2025-03-21T20:18:10.8209686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/configuration_llama.py' 2025-03-21T20:18:10.8210243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/modeling_base.py' 2025-03-21T20:18:10.8210823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/modeling_common.py' 2025-03-21T20:18:10.8211385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/modeling_llama.py' 2025-03-21T20:18:10.8211953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/.gitignore' 2025-03-21T20:18:10.8212670Z 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:10.8213418Z 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:10.8214123Z 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:10.8214850Z 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:10.8215560Z 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:10.8216267Z 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:10.8217016Z 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:10.8217707Z 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:10.8218445Z 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:10.8219147Z 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:10.8219848Z 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:10.8220570Z 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:10.8221264Z 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:10.8221975Z 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:10.8222641Z 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:10.8223193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights' 2025-03-21T20:18:10.8223717Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models' 2025-03-21T20:18:10.8224179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models' 2025-03-21T20:18:10.8224663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/mtk_build_examples.sh' 2025-03-21T20:18:10.8225210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/shell_scripts/export_llama.sh' 2025-03-21T20:18:10.8225729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/shell_scripts/export_oss.sh' 2025-03-21T20:18:10.8226238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/shell_scripts' 2025-03-21T20:18:10.8226662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek' 2025-03-21T20:18:10.8227104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/__init__.py' 2025-03-21T20:18:10.8227545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/checkpoint.py' 2025-03-21T20:18:10.8228039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:18:10.8228510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:18:10.8228990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/deeplab_v3' 2025-03-21T20:18:10.8229596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/deepseek-r1-distill-llama-8B/README.md' 2025-03-21T20:18:10.8230197Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/deepseek-r1-distill-llama-8B' 2025-03-21T20:18:10.8230654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/edsr/__init__.py' 2025-03-21T20:18:10.8231090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/edsr/model.py' 2025-03-21T20:18:10.8231534Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/edsr' 2025-03-21T20:18:10.8232022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/README.md' 2025-03-21T20:18:10.8232564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:18:10.8233188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/efficient_sam_core/LICENSE.txt' 2025-03-21T20:18:10.8233853Z 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:10.8234478Z 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:10.8235152Z 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:10.8235812Z 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:10.8236403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:18:10.8237055Z 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:10.8237639Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/efficient_sam_core' 2025-03-21T20:18:10.8238121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:18:10.8238602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam' 2025-03-21T20:18:10.8239110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:18:10.8239598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:18:10.8240091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/emformer_rnnt' 2025-03-21T20:18:10.8240582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:18:10.8241075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v3/model.py' 2025-03-21T20:18:10.8241552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v3' 2025-03-21T20:18:10.8242053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:18:10.8242530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v4/model.py' 2025-03-21T20:18:10.8243044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v4' 2025-03-21T20:18:10.8243577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/Android3_2_1B_bf16.gif' 2025-03-21T20:18:10.8244134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/Android3_2_3B_SpinQuant.gif' 2025-03-21T20:18:10.8244611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/CMakeLists.txt' 2025-03-21T20:18:10.8245046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/LICENSE' 2025-03-21T20:18:10.8245503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/README.md' 2025-03-21T20:18:10.8245964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/TARGETS' 2025-03-21T20:18:10.8246439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/UTILS.md' 2025-03-21T20:18:10.8246898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/__init__.py' 2025-03-21T20:18:10.8247374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/attention.py' 2025-03-21T20:18:10.8247837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:18:10.8248330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:18:10.8248823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:18:10.8249404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:18:10.8249889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/evaluate' 2025-03-21T20:18:10.8250403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/README.md' 2025-03-21T20:18:10.8250918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/TARGETS' 2025-03-21T20:18:10.8251449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:18:10.8252026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:18:10.8252561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:18:10.8253108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/targets.bzl' 2025-03-21T20:18:10.8253668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:18:10.8254185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental' 2025-03-21T20:18:10.8254664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/export_llama.py' 2025-03-21T20:18:10.8255177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:18:10.8255638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:18:10.8256244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:18:10.8256796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/install_requirements.sh' 2025-03-21T20:18:10.8257265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/llama_test.py' 2025-03-21T20:18:10.8257784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:18:10.8258292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/llama_via_xnnpack.gif' 2025-03-21T20:18:10.8258745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/main.cpp' 2025-03-21T20:18:10.8259208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/model.py' 2025-03-21T20:18:10.8259753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/model_args.py' 2025-03-21T20:18:10.8260245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/non_cpu_backends.md' 2025-03-21T20:18:10.8260699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/norm.py' 2025-03-21T20:18:10.8261172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/params/TARGETS' 2025-03-21T20:18:10.8261704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/params/demo_config.json' 2025-03-21T20:18:10.8262247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/params/demo_rand_params.pth' 2025-03-21T20:18:10.8262728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/params' 2025-03-21T20:18:10.8263179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/rope.py' 2025-03-21T20:18:10.8263689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/CMakeLists.txt' 2025-03-21T20:18:10.8264171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/TARGETS' 2025-03-21T20:18:10.8264650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:18:10.8265167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:18:10.8265646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/native.py' 2025-03-21T20:18:10.8266147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/runner.cpp' 2025-03-21T20:18:10.8266624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/runner.h' 2025-03-21T20:18:10.8267225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/static_attention_io_manager.h' 2025-03-21T20:18:10.8267714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/targets.bzl' 2025-03-21T20:18:10.8268200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner' 2025-03-21T20:18:10.8268774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:18:10.8269451Z 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:10.8270081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:18:10.8270686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:18:10.8271247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:18:10.8271863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:18:10.8272466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:18:10.8273100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:18:10.8273735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:18:10.8274302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:18:10.8274871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:18:10.8275422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:18:10.8276015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:18:10.8276649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:18:10.8277311Z 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:10.8278010Z 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:10.8278602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:18:10.8279172Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation' 2025-03-21T20:18:10.8279792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/static_attention.py' 2025-03-21T20:18:10.8280269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/targets.bzl' 2025-03-21T20:18:10.8280770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/test_llama_runner.sh' 2025-03-21T20:18:10.8281252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tests/TARGETS' 2025-03-21T20:18:10.8281866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:18:10.8282415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:18:10.8282974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:18:10.8283507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tests' 2025-03-21T20:18:10.8284028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/TARGETS' 2025-03-21T20:18:10.8284590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp' 2025-03-21T20:18:10.8285130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.h' 2025-03-21T20:18:10.8285636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/targets.bzl' 2025-03-21T20:18:10.8286209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/CMakeLists.txt' 2025-03-21T20:18:10.8286784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/TARGETS' 2025-03-21T20:18:10.8287502Z 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:10.8288076Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/resources' 2025-03-21T20:18:10.8288625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/targets.bzl' 2025-03-21T20:18:10.8289189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/test_tiktoken.cpp' 2025-03-21T20:18:10.8289780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test' 2025-03-21T20:18:10.8290298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:18:10.8290809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer' 2025-03-21T20:18:10.8291252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama' 2025-03-21T20:18:10.8291720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama2/README.md' 2025-03-21T20:18:10.8292157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama2' 2025-03-21T20:18:10.8292607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3/README.md' 2025-03-21T20:18:10.8293059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3' 2025-03-21T20:18:10.8293545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/TARGETS' 2025-03-21T20:18:10.8294058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:18:10.8294620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/cross_attention/TARGETS' 2025-03-21T20:18:10.8295279Z 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:10.8295921Z 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:10.8296606Z 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:10.8297228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/cross_attention/targets.bzl' 2025-03-21T20:18:10.8297852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/cross_attention' 2025-03-21T20:18:10.8298423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/install_requirements.sh' 2025-03-21T20:18:10.8298980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/TARGETS' 2025-03-21T20:18:10.8299546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:18:10.8300199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:18:10.8300778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:18:10.8301367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/preprocess.cpp' 2025-03-21T20:18:10.8301948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/preprocess.h' 2025-03-21T20:18:10.8302559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/preprocess_test.cpp' 2025-03-21T20:18:10.8303141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/targets.bzl' 2025-03-21T20:18:10.8303751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:18:10.8304309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess' 2025-03-21T20:18:10.8304839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:18:10.8305394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:18:10.8305948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:18:10.8306495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:18:10.8307020Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/runner' 2025-03-21T20:18:10.8307588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder/TARGETS' 2025-03-21T20:18:10.8308144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:18:10.8308783Z 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:10.8309376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder/params' 2025-03-21T20:18:10.8309971Z 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:10.8310652Z 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:10.8311320Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder/test' 2025-03-21T20:18:10.8311883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder' 2025-03-21T20:18:10.8312442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/TARGETS' 2025-03-21T20:18:10.8313037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:18:10.8313599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:18:10.8314263Z 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:10.8314923Z 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:10.8315526Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/test' 2025-03-21T20:18:10.8316094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder' 2025-03-21T20:18:10.8316595Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision' 2025-03-21T20:18:10.8317067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/CMakeLists.txt' 2025-03-21T20:18:10.8317541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/README.md' 2025-03-21T20:18:10.8317997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/__init__.py' 2025-03-21T20:18:10.8318474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/export_llava.py' 2025-03-21T20:18:10.8318953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/image_util.py' 2025-03-21T20:18:10.8319477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/install_requirements.sh' 2025-03-21T20:18:10.8319999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/llava_via_xnnpack.gif' 2025-03-21T20:18:10.8320438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/main.cpp' 2025-03-21T20:18:10.8320892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/model.py' 2025-03-21T20:18:10.8321403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/CMakeLists.txt' 2025-03-21T20:18:10.8321982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/llava_image_prefiller.h' 2025-03-21T20:18:10.8322502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/llava_runner.cpp' 2025-03-21T20:18:10.8323023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/llava_runner.h' 2025-03-21T20:18:10.8323601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/llava_text_decoder_runner.h' 2025-03-21T20:18:10.8324145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/targets.bzl' 2025-03-21T20:18:10.8324643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner' 2025-03-21T20:18:10.8325100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/targets.bzl' 2025-03-21T20:18:10.8325603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:18:10.8326082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:18:10.8326565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/test' 2025-03-21T20:18:10.8327004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava' 2025-03-21T20:18:10.8327519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/lstm/__init__.py' 2025-03-21T20:18:10.8327962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/lstm/model.py' 2025-03-21T20:18:10.8328407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/lstm' 2025-03-21T20:18:10.8328887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:18:10.8329426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilebert/model.py' 2025-03-21T20:18:10.8329898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilebert' 2025-03-21T20:18:10.8330388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:18:10.8330888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:18:10.8331364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v2' 2025-03-21T20:18:10.8331866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:18:10.8332342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:18:10.8332830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v3' 2025-03-21T20:18:10.8333271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/model_base.py' 2025-03-21T20:18:10.8333743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/model_factory.py' 2025-03-21T20:18:10.8334292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/moshi/mimi/install_requirements.sh' 2025-03-21T20:18:10.8334794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:18:10.8335256Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/moshi/mimi' 2025-03-21T20:18:10.8335701Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/moshi' 2025-03-21T20:18:10.8336212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini-lora/README.md' 2025-03-21T20:18:10.8336741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:18:10.8337360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini-lora/install_requirements.sh' 2025-03-21T20:18:10.8337884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini-lora' 2025-03-21T20:18:10.8338387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/CMakeLists.txt' 2025-03-21T20:18:10.8338856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/README.md' 2025-03-21T20:18:10.8339346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:18:10.8339812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:18:10.8340379Z 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:10.8340946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/install_requirements.sh' 2025-03-21T20:18:10.8341421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/main.cpp' 2025-03-21T20:18:10.8341911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:18:10.8342384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/runner.cpp' 2025-03-21T20:18:10.8342862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/runner.h' 2025-03-21T20:18:10.8343363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:18:10.8343847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini' 2025-03-21T20:18:10.8344324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:18:10.8344816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-4-mini/config.json' 2025-03-21T20:18:10.8345333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:18:10.8345811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-4-mini' 2025-03-21T20:18:10.8346298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/qwen2_5/1_5b_config.json' 2025-03-21T20:18:10.8346768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/qwen2_5/README.md' 2025-03-21T20:18:10.8347234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:18:10.8347735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:18:10.8348193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/qwen2_5' 2025-03-21T20:18:10.8348656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/resnet/__init__.py' 2025-03-21T20:18:10.8349111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/resnet/model.py' 2025-03-21T20:18:10.8349555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/resnet' 2025-03-21T20:18:10.8350045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/test/__init__.py' 2025-03-21T20:18:10.8350534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/test/test_export.py' 2025-03-21T20:18:10.8350978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/test' 2025-03-21T20:18:10.8351483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:18:10.8351987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:18:10.8352472Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/torchvision_vit' 2025-03-21T20:18:10.8352955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:18:10.8353466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/toy_model/model.py' 2025-03-21T20:18:10.8353929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/toy_model' 2025-03-21T20:18:10.8354415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:18:10.8354879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/wav2letter/model.py' 2025-03-21T20:18:10.8355352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/wav2letter' 2025-03-21T20:18:10.8355761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models' 2025-03-21T20:18:10.8356198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/README.md' 2025-03-21T20:18:10.8356709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/CMakeLists.txt' 2025-03-21T20:18:10.8357199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/README.md' 2025-03-21T20:18:10.8357672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/TARGETS' 2025-03-21T20:18:10.8358197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops.yaml' 2025-03-21T20:18:10.8358711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops_1.py' 2025-03-21T20:18:10.8359247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops_1_out.cpp' 2025-03-21T20:18:10.8359781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops_2.cpp' 2025-03-21T20:18:10.8360294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops_2.py' 2025-03-21T20:18:10.8360842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops_2_out.cpp' 2025-03-21T20:18:10.8361337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/targets.bzl' 2025-03-21T20:18:10.8361880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/test_custom_ops.sh' 2025-03-21T20:18:10.8362355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops' 2025-03-21T20:18:10.8362867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/executor_runner/TARGETS' 2025-03-21T20:18:10.8363454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/executor_runner/executor_runner.cpp' 2025-03-21T20:18:10.8364008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/executor_runner/targets.bzl' 2025-03-21T20:18:10.8364515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/executor_runner' 2025-03-21T20:18:10.8364997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/scripts/export.py' 2025-03-21T20:18:10.8365532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/scripts/export_and_delegate.py' 2025-03-21T20:18:10.8366118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/scripts/test_demo_backend_delegation.sh' 2025-03-21T20:18:10.8366654Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/scripts' 2025-03-21T20:18:10.8367075Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable' 2025-03-21T20:18:10.8367547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/CMakeLists.txt' 2025-03-21T20:18:10.8367972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/README.md' 2025-03-21T20:18:10.8368398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/TARGETS' 2025-03-21T20:18:10.8368936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/executor_runner/CMakeLists.txt' 2025-03-21T20:18:10.8369511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/executor_runner/TARGETS' 2025-03-21T20:18:10.8370103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/executor_runner/qnn_executor_runner.cpp' 2025-03-21T20:18:10.8370634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/executor_runner/targets.bzl' 2025-03-21T20:18:10.8371135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/executor_runner' 2025-03-21T20:18:10.8371647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/conv_former.py' 2025-03-21T20:18:10.8372156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/dino_v2.py' 2025-03-21T20:18:10.8372640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/esrgan.py' 2025-03-21T20:18:10.8373151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/fastvit.py' 2025-03-21T20:18:10.8373634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/fbnet.py' 2025-03-21T20:18:10.8374236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/gMLP_image_classification.py' 2025-03-21T20:18:10.8374780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/CMakeLists.txt' 2025-03-21T20:18:10.8375304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/README.md' 2025-03-21T20:18:10.8375808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/TARGETS' 2025-03-21T20:18:10.8376738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/assets/PromptProcessingWithARN.png' 2025-03-21T20:18:10.8377356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/assets/ShiftPointer.png' 2025-03-21T20:18:10.8377944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/assets/SmartMask.png' 2025-03-21T20:18:10.8378488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/assets' 2025-03-21T20:18:10.8379001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/llama.py' 2025-03-21T20:18:10.8379705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/model/static_llama.py' 2025-03-21T20:18:10.8380336Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/model' 2025-03-21T20:18:10.8380924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/qnn_llama_runner.cpp' 2025-03-21T20:18:10.8381503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/runner/io_manager.cpp' 2025-03-21T20:18:10.8382080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/runner/io_manager.h' 2025-03-21T20:18:10.8382638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/runner/runner.cpp' 2025-03-21T20:18:10.8383193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/runner/runner.h' 2025-03-21T20:18:10.8383739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/runner' 2025-03-21T20:18:10.8384280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/targets.bzl' 2025-03-21T20:18:10.8384789Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama' 2025-03-21T20:18:10.8385287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/regnet.py' 2025-03-21T20:18:10.8385787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/retinanet.py' 2025-03-21T20:18:10.8386306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/squeezenet.py' 2025-03-21T20:18:10.8386820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/ssd300_vgg16.py' 2025-03-21T20:18:10.8387297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts' 2025-03-21T20:18:10.8387872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/CMakeLists.txt' 2025-03-21T20:18:10.8388405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/README.md' 2025-03-21T20:18:10.8389036Z 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:10.8389685Z 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:10.8390288Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama2' 2025-03-21T20:18:10.8390943Z 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:10.8391612Z 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:10.8392171Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama3' 2025-03-21T20:18:10.8392768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/io_memory.cpp' 2025-03-21T20:18:10.8393342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/io_memory.h' 2025-03-21T20:18:10.8393979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/runner.cpp' 2025-03-21T20:18:10.8394544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/runner.h' 2025-03-21T20:18:10.8395119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner' 2025-03-21T20:18:10.8395640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama' 2025-03-21T20:18:10.8396260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/CMakeLists.txt' 2025-03-21T20:18:10.8396857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/README.md' 2025-03-21T20:18:10.8397523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/install_requirements.sh' 2025-03-21T20:18:10.8398216Z 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:10.8398930Z 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:10.8399571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/runner/runner.cpp' 2025-03-21T20:18:10.8400187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/runner/runner.h' 2025-03-21T20:18:10.8400820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/runner' 2025-03-21T20:18:10.8401481Z 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:10.8402077Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion' 2025-03-21T20:18:10.8402607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/utils/README.md' 2025-03-21T20:18:10.8407152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/utils/export.py' 2025-03-21T20:18:10.8407780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/utils/utils.py' 2025-03-21T20:18:10.8408384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/utils' 2025-03-21T20:18:10.8408930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts' 2025-03-21T20:18:10.8409580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qnn_intermediate_output_inspector.py' 2025-03-21T20:18:10.8410085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/deeplab_v3.py' 2025-03-21T20:18:10.8410543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/edsr.py' 2025-03-21T20:18:10.8411058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/export_example.py' 2025-03-21T20:18:10.8411556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/inception_v3.py' 2025-03-21T20:18:10.8412131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/inception_v4.py' 2025-03-21T20:18:10.8412670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/install_requirement.sh' 2025-03-21T20:18:10.8413218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/mobilebert_fine_tune.py' 2025-03-21T20:18:10.8413707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/mobilenet_v2.py' 2025-03-21T20:18:10.8414208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/mobilenet_v3.py' 2025-03-21T20:18:10.8414720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/torchvision_vit.py' 2025-03-21T20:18:10.8415209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/wav2letter.py' 2025-03-21T20:18:10.8415678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts' 2025-03-21T20:18:10.8416137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/test_qualcomm.sh' 2025-03-21T20:18:10.8416566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/utils.py' 2025-03-21T20:18:10.8416984Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm' 2025-03-21T20:18:10.8417479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build/CMakeLists.txt' 2025-03-21T20:18:10.8417941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build/README.md' 2025-03-21T20:18:10.8418407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build/TARGETS' 2025-03-21T20:18:10.8418881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build/targets.bzl' 2025-03-21T20:18:10.8419425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build/test_selective_build.sh' 2025-03-21T20:18:10.8419881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build' 2025-03-21T20:18:10.8420303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/README.md' 2025-03-21T20:18:10.8420726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/TARGETS' 2025-03-21T20:18:10.8421158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/__init__.py' 2025-03-21T20:18:10.8421651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/aot_compiler.py' 2025-03-21T20:18:10.8422171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/executor_runner/TARGETS' 2025-03-21T20:18:10.8422698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/executor_runner/targets.bzl' 2025-03-21T20:18:10.8423196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/executor_runner' 2025-03-21T20:18:10.8423703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/quantization/example.py' 2025-03-21T20:18:10.8424233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/quantization/test_quantize.sh' 2025-03-21T20:18:10.8424771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/quantization/utils.py' 2025-03-21T20:18:10.8425283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/quantization' 2025-03-21T20:18:10.8425714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/targets.bzl' 2025-03-21T20:18:10.8426134Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack' 2025-03-21T20:18:10.8426505Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples' 2025-03-21T20:18:10.8426868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/TARGETS' 2025-03-21T20:18:10.8427238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/__init__.py' 2025-03-21T20:18:10.8427646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/TARGETS' 2025-03-21T20:18:10.8428070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/__init__.py' 2025-03-21T20:18:10.8428486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_cord.py' 2025-03-21T20:18:10.8428920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:18:10.8429362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:18:10.8429829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:18:10.8430250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_program.py' 2025-03-21T20:18:10.8430691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_serialize.py' 2025-03-21T20:18:10.8431122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/bindings.cpp' 2025-03-21T20:18:10.8431590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:18:10.8432019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/padding.py' 2025-03-21T20:18:10.8432452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/TARGETS' 2025-03-21T20:18:10.8432894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:18:10.8433351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:18:10.8433833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:18:10.8434372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:18:10.8434865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:18:10.8435295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test' 2025-03-21T20:18:10.8435710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize' 2025-03-21T20:18:10.8436082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_warnings.py' 2025-03-21T20:18:10.8436479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/TARGETS' 2025-03-21T20:18:10.8436926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/backend_api.py' 2025-03-21T20:18:10.8437402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/backend_details.py' 2025-03-21T20:18:10.8437909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners/TARGETS' 2025-03-21T20:18:10.8438503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:18:10.8439136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:18:10.8439763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:18:10.8440374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:18:10.8440890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners' 2025-03-21T20:18:10.8441357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:18:10.8441807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/operator_support.py' 2025-03-21T20:18:10.8442243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/partitioner.py' 2025-03-21T20:18:10.8442654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/targets.bzl' 2025-03-21T20:18:10.8443071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/TARGETS' 2025-03-21T20:18:10.8443600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:18:10.8444173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:18:10.8444706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:18:10.8445154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/TARGETS' 2025-03-21T20:18:10.8445657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/CMakeLists.txt' 2025-03-21T20:18:10.8446195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/ExecutorBackend.cpp' 2025-03-21T20:18:10.8446715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/ExecutorBackend.h' 2025-03-21T20:18:10.8447321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/ExecutorBackendRegister.cpp' 2025-03-21T20:18:10.8447820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/TARGETS' 2025-03-21T20:18:10.8448419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:18:10.8449018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:18:10.8449570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/targets.bzl' 2025-03-21T20:18:10.8450065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:18:10.8450592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc' 2025-03-21T20:18:10.8451147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:18:10.8451677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:18:10.8452131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos' 2025-03-21T20:18:10.8452626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:18:10.8453123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:18:10.8453597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:18:10.8454152Z 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:10.8454627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_backends.py' 2025-03-21T20:18:10.8455116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:18:10.8455615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:18:10.8456097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:18:10.8456603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:18:10.8457134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:18:10.8457638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:18:10.8458164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:18:10.8458642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:18:10.8459089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_passes.py' 2025-03-21T20:18:10.8459535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_utils.py' 2025-03-21T20:18:10.8459949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test' 2025-03-21T20:18:10.8460367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/utils.py' 2025-03-21T20:18:10.8460787Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend' 2025-03-21T20:18:10.8461168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture/TARGETS' 2025-03-21T20:18:10.8461584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture/__init__.py' 2025-03-21T20:18:10.8461989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture/_capture.py' 2025-03-21T20:18:10.8462396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture/_config.py' 2025-03-21T20:18:10.8462800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture/_unlift.py' 2025-03-21T20:18:10.8463256Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture' 2025-03-21T20:18:10.8463617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/common.py' 2025-03-21T20:18:10.8464001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/control_flow.py' 2025-03-21T20:18:10.8464387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/delegate.py' 2025-03-21T20:18:10.8464754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/delegate.pyi' 2025-03-21T20:18:10.8465159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/TARGETS' 2025-03-21T20:18:10.8465570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/__init__.py' 2025-03-21T20:18:10.8465983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/_ops.py' 2025-03-21T20:18:10.8466417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend/TARGETS' 2025-03-21T20:18:10.8466856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:18:10.8467316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend/test/TARGETS' 2025-03-21T20:18:10.8467851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:18:10.8468317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend/test' 2025-03-21T20:18:10.8468750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend' 2025-03-21T20:18:10.8469182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/TARGETS' 2025-03-21T20:18:10.8469597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:18:10.8470041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/arg/TARGETS' 2025-03-21T20:18:10.8470481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:18:10.8470928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:18:10.8471365Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/arg' 2025-03-21T20:18:10.8471821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/dtype/TARGETS' 2025-03-21T20:18:10.8472304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:18:10.8472830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:18:10.8473285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:18:10.8473740Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/dtype' 2025-03-21T20:18:10.8474178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:18:10.8474606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op/TARGETS' 2025-03-21T20:18:10.8475042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:18:10.8475571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:18:10.8476057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:18:10.8476518Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op/test' 2025-03-21T20:18:10.8476960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op' 2025-03-21T20:18:10.8477394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/spec/TARGETS' 2025-03-21T20:18:10.8477843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:18:10.8478289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:18:10.8478739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/spec' 2025-03-21T20:18:10.8479189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/test/TARGETS' 2025-03-21T20:18:10.8479864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:18:10.8480365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:18:10.8480809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/test' 2025-03-21T20:18:10.8481237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge' 2025-03-21T20:18:10.8481651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/test/TARGETS' 2025-03-21T20:18:10.8482162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:18:10.8482578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/test' 2025-03-21T20:18:10.8482979Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects' 2025-03-21T20:18:10.8483378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dim_order_utils.py' 2025-03-21T20:18:10.8483771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dynamic_shape.py' 2025-03-21T20:18:10.8484144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/TARGETS' 2025-03-21T20:18:10.8484535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/__init__.py' 2025-03-21T20:18:10.8485019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/_emit_program.py' 2025-03-21T20:18:10.8485443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/_emitter.py' 2025-03-21T20:18:10.8485840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/test/TARGETS' 2025-03-21T20:18:10.8486259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/test/test_emit.py' 2025-03-21T20:18:10.8486667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/test' 2025-03-21T20:18:10.8487039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit' 2025-03-21T20:18:10.8487394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/error.py' 2025-03-21T20:18:10.8487822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/graph.py' 2025-03-21T20:18:10.8488213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/graph_module.py' 2025-03-21T20:18:10.8488658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/lowered_backend_module.py' 2025-03-21T20:18:10.8489018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/memory.py' 2025-03-21T20:18:10.8489493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/memory_planning.py' 2025-03-21T20:18:10.8489888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/TARGETS' 2025-03-21T20:18:10.8490309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/convert.py' 2025-03-21T20:18:10.8490706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/manip.py' 2025-03-21T20:18:10.8491181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/test/test_operator.py' 2025-03-21T20:18:10.8491604Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/test' 2025-03-21T20:18:10.8491995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/util.py' 2025-03-21T20:18:10.8492397Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator' 2025-03-21T20:18:10.8492771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/pass_base.py' 2025-03-21T20:18:10.8493166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/pass_manager.py' 2025-03-21T20:18:10.8493548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/TARGETS' 2025-03-21T20:18:10.8493962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/__init__.py' 2025-03-21T20:18:10.8494490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:18:10.8494933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:18:10.8495390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:18:10.8495893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:18:10.8496369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:18:10.8496848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:18:10.8497399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:18:10.8497904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:18:10.8498360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:18:10.8498895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:18:10.8499375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:18:10.8499840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:18:10.8500385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:18:10.8500898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:18:10.8501334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/pass_registry.py' 2025-03-21T20:18:10.8501820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:18:10.8502267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:18:10.8502718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:18:10.8503207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:18:10.8503722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:18:10.8504163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:18:10.8504669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:18:10.8505239Z 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:10.8505762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:18:10.8506247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:18:10.8506785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:18:10.8507256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:18:10.8507697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:18:10.8508157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:18:10.8508616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:18:10.8509106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:18:10.8509493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes' 2025-03-21T20:18:10.8509924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/print_program.py' 2025-03-21T20:18:10.8510332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/TARGETS' 2025-03-21T20:18:10.8510753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/__init__.py' 2025-03-21T20:18:10.8511190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/_fake_program.py' 2025-03-21T20:18:10.8511606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/_program.py' 2025-03-21T20:18:10.8512021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/test/TARGETS' 2025-03-21T20:18:10.8512448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/test/__init__.py' 2025-03-21T20:18:10.8512956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:18:10.8513436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/test/test_program.py' 2025-03-21T20:18:10.8513858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/test' 2025-03-21T20:18:10.8514243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program' 2025-03-21T20:18:10.8514632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/scalar_type.py' 2025-03-21T20:18:10.8514987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/schema.py' 2025-03-21T20:18:10.8515370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/TARGETS' 2025-03-21T20:18:10.8515761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/__init__.py' 2025-03-21T20:18:10.8516209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/export_serialize.py' 2025-03-21T20:18:10.8516594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/schema.py' 2025-03-21T20:18:10.8517007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/schema_check.py' 2025-03-21T20:18:10.8517415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/serialize.py' 2025-03-21T20:18:10.8517791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/union.py' 2025-03-21T20:18:10.8518190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/upgrade.py' 2025-03-21T20:18:10.8518563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde' 2025-03-21T20:18:10.8518944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/sym_util.py' 2025-03-21T20:18:10.8519299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tensor.py' 2025-03-21T20:18:10.8519682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/TARGETS' 2025-03-21T20:18:10.8520087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/asr_joiner.py' 2025-03-21T20:18:10.8520468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/common.py' 2025-03-21T20:18:10.8520933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/control_flow_models.py' 2025-03-21T20:18:10.8521390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:18:10.8521889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/models.py' 2025-03-21T20:18:10.8522362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:18:10.8522788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_capture.py' 2025-03-21T20:18:10.8523196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_common.py' 2025-03-21T20:18:10.8523627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_delegate.py' 2025-03-21T20:18:10.8524077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:18:10.8524593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:18:10.8525045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_error.py' 2025-03-21T20:18:10.8525478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:18:10.8525887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_lib.cpp' 2025-03-21T20:18:10.8526377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:18:10.8526905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:18:10.8527430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:18:10.8527899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:18:10.8528333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_op_convert.py' 2025-03-21T20:18:10.8528774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:18:10.8529182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_passes.py' 2025-03-21T20:18:10.8529711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_print_program.py' 2025-03-21T20:18:10.8530210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:18:10.8530691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:18:10.8531133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_quantization.py' 2025-03-21T20:18:10.8531598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:18:10.8532076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:18:10.8532484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_serde.py' 2025-03-21T20:18:10.8532912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_tensor.py' 2025-03-21T20:18:10.8533326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_tracer.py' 2025-03-21T20:18:10.8533789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_verification.py' 2025-03-21T20:18:10.8534215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_warnings.py' 2025-03-21T20:18:10.8534671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/transformer.py' 2025-03-21T20:18:10.8535078Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests' 2025-03-21T20:18:10.8535441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tracer.py' 2025-03-21T20:18:10.8535807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/types.py' 2025-03-21T20:18:10.8536222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/TARGETS' 2025-03-21T20:18:10.8536696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/arg_validator.py' 2025-03-21T20:18:10.8537141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/bindings.cpp' 2025-03-21T20:18:10.8537635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/dev_html.py' 2025-03-21T20:18:10.8538097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/interpreter.py' 2025-03-21T20:18:10.8538597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:18:10.8539036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/test' 2025-03-21T20:18:10.8539485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/verifier.py' 2025-03-21T20:18:10.8539900Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification' 2025-03-21T20:18:10.8540269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/version.py' 2025-03-21T20:18:10.8540628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/wrap.py' 2025-03-21T20:18:10.8540982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir' 2025-03-21T20:18:10.8541419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/.gitignore' 2025-03-21T20:18:10.8541817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/BUCK' 2025-03-21T20:18:10.8542277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/CMakeLists.txt' 2025-03-21T20:18:10.8542687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/TARGETS' 2025-03-21T20:18:10.8543136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/build.gradle' 2025-03-21T20:18:10.8543648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradle/libs.versions.toml' 2025-03-21T20:18:10.8544215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:10.8544817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:10.8545314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradle/wrapper' 2025-03-21T20:18:10.8545782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradle' 2025-03-21T20:18:10.8546192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradlew' 2025-03-21T20:18:10.8546632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradlew.bat' 2025-03-21T20:18:10.8547076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/BUCK' 2025-03-21T20:18:10.8547540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/TARGETS' 2025-03-21T20:18:10.8548000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/jni_layer.cpp' 2025-03-21T20:18:10.8548513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/jni_layer_constants.h' 2025-03-21T20:18:10.8548997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/jni_layer_llama.cpp' 2025-03-21T20:18:10.8549437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/log.cpp' 2025-03-21T20:18:10.8549858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/log.h' 2025-03-21T20:18:10.8550348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni' 2025-03-21T20:18:10.8550821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/settings.gradle' 2025-03-21T20:18:10.8551455Z 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:10.8552101Z 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:10.8552783Z 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:10.8553462Z 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:10.8554099Z 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:10.8554781Z 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:10.8555413Z 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:10.8556173Z 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:10.8556851Z 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:10.8557607Z 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:10.8558342Z 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:10.8559044Z 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:10.8559706Z 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:10.8560322Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch' 2025-03-21T20:18:10.8560897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch' 2025-03-21T20:18:10.8561409Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org' 2025-03-21T20:18:10.8561930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java' 2025-03-21T20:18:10.8562394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main' 2025-03-21T20:18:10.8562840Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src' 2025-03-21T20:18:10.8563256Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android' 2025-03-21T20:18:10.8563718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/.gitignore' 2025-03-21T20:18:10.8564217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/TARGETS' 2025-03-21T20:18:10.8564688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/add_model.py' 2025-03-21T20:18:10.8565150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/build.gradle' 2025-03-21T20:18:10.8565648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle.properties' 2025-03-21T20:18:10.8566178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle/libs.versions.toml' 2025-03-21T20:18:10.8566761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:10.8567367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:10.8567889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle/wrapper' 2025-03-21T20:18:10.8568377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle' 2025-03-21T20:18:10.8568812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradlew' 2025-03-21T20:18:10.8569331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradlew.bat' 2025-03-21T20:18:10.8569811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/settings.gradle' 2025-03-21T20:18:10.8570260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/setup.sh' 2025-03-21T20:18:10.8571100Z 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:10.8571906Z 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:10.8572568Z 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:10.8573190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/java/org/pytorch' 2025-03-21T20:18:10.8573756Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/java/org' 2025-03-21T20:18:10.8574349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/java' 2025-03-21T20:18:10.8574950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/resources/test.txt' 2025-03-21T20:18:10.8575530Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/resources' 2025-03-21T20:18:10.8576053Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest' 2025-03-21T20:18:10.8576605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/main/AndroidManifest.xml' 2025-03-21T20:18:10.8577103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/main' 2025-03-21T20:18:10.8577804Z 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:10.8578505Z 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:10.8579139Z 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:10.8579844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/test/java/org/pytorch' 2025-03-21T20:18:10.8580372Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/test/java/org' 2025-03-21T20:18:10.8580899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/test/java' 2025-03-21T20:18:10.8581392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/test' 2025-03-21T20:18:10.8581869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src' 2025-03-21T20:18:10.8582309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test' 2025-03-21T20:18:10.8582756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/.clang-format' 2025-03-21T20:18:10.8583198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/CMakeLists.txt' 2025-03-21T20:18:10.8583745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorch.h' 2025-03-21T20:18:10.8584323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchError.h' 2025-03-21T20:18:10.8584895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchError.m' 2025-03-21T20:18:10.8585464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchLog.h' 2025-03-21T20:18:10.8586028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchLog.mm' 2025-03-21T20:18:10.8586618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchModule.h' 2025-03-21T20:18:10.8587194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchModule.mm' 2025-03-21T20:18:10.8587781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchTensor.h' 2025-03-21T20:18:10.8588408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchTensor.mm' 2025-03-21T20:18:10.8589017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchValue.h' 2025-03-21T20:18:10.8589588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchValue.m' 2025-03-21T20:18:10.8590162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/module.modulemap' 2025-03-21T20:18:10.8590674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported' 2025-03-21T20:18:10.8591154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/TARGETS' 2025-03-21T20:18:10.8591776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__/ModuleTest.swift' 2025-03-21T20:18:10.8592338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__/TensorTest.swift' 2025-03-21T20:18:10.8592905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__/ValueTest.swift' 2025-03-21T20:18:10.8593467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__/resources/add.pte' 2025-03-21T20:18:10.8594044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__/resources' 2025-03-21T20:18:10.8594562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__' 2025-03-21T20:18:10.8595047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch' 2025-03-21T20:18:10.8595962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeTensorValue.h' 2025-03-21T20:18:10.8596881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeTensorValue.mm' 2025-03-21T20:18:10.8597739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeValue.h' 2025-03-21T20:18:10.8598626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeValue.mm' 2025-03-21T20:18:10.8599390Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data' 2025-03-21T20:18:10.8600250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/ExecutorchRuntimeEngine.h' 2025-03-21T20:18:10.8601104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/ExecutorchRuntimeEngine.mm' 2025-03-21T20:18:10.8601851Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported' 2025-03-21T20:18:10.8602716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/__tests__/ExecutorchRuntimeEngineTests.mm' 2025-03-21T20:18:10.8603631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/__tests__/ExecutorchRuntimeValueTests.mm' 2025-03-21T20:18:10.8604387Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/__tests__' 2025-03-21T20:18:10.8605085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge' 2025-03-21T20:18:10.8605622Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge' 2025-03-21T20:18:10.8606455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/RuntimeBridgingCore/RuntimeBridgingCore/ModelRuntimeTensorValueBridging.swift' 2025-03-21T20:18:10.8607261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/RuntimeBridgingCore/RuntimeBridgingCore/ModelRuntimeValueError.swift' 2025-03-21T20:18:10.8607893Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/RuntimeBridgingCore/RuntimeBridgingCore' 2025-03-21T20:18:10.8608421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/RuntimeBridgingCore' 2025-03-21T20:18:10.8608830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/TARGETS' 2025-03-21T20:18:10.8609308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple' 2025-03-21T20:18:10.8609734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/TARGETS' 2025-03-21T20:18:10.8610225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/aten_bridge.cpp' 2025-03-21T20:18:10.8610678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/aten_bridge.h' 2025-03-21T20:18:10.8611251Z 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:10.8611696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/targets.bzl' 2025-03-21T20:18:10.8612150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/test/TARGETS' 2025-03-21T20:18:10.8612662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/test/aten_bridge_test.cpp' 2025-03-21T20:18:10.8613294Z 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:10.8613765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/test/targets.bzl' 2025-03-21T20:18:10.8614221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/test' 2025-03-21T20:18:10.8614655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util' 2025-03-21T20:18:10.8615097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/README.md' 2025-03-21T20:18:10.8615648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/.gitignore' 2025-03-21T20:18:10.8616179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/README.md' 2025-03-21T20:18:10.8616942Z 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:10.8617526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/.gitignore' 2025-03-21T20:18:10.8618137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/build.gradle.kts' 2025-03-21T20:18:10.8618746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/proguard-rules.pro' 2025-03-21T20:18:10.8619675Z 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:10.8620497Z 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:10.8621263Z 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:10.8621944Z 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:10.8622615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest/java' 2025-03-21T20:18:10.8623247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest' 2025-03-21T20:18:10.8624166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/AndroidManifest.xml' 2025-03-21T20:18:10.8625862Z 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:10.8627661Z 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:10.8629476Z 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:10.8631264Z 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:10.8633032Z 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:10.8634763Z 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:10.8636366Z 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:10.8637815Z 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:10.8639199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/java' 2025-03-21T20:18:10.8640614Z 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:10.8642120Z 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:10.8643615Z 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:10.8645053Z 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:10.8646441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/res' 2025-03-21T20:18:10.8647764Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main' 2025-03-21T20:18:10.8649430Z 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:10.8651163Z 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:10.8652714Z 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:10.8654152Z 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:10.8655510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/test/java' 2025-03-21T20:18:10.8656830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/test' 2025-03-21T20:18:10.8658106Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src' 2025-03-21T20:18:10.8659327Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app' 2025-03-21T20:18:10.8660553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/build.gradle.kts' 2025-03-21T20:18:10.8661828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradle.properties' 2025-03-21T20:18:10.8663213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:10.8664736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:10.8666186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradle/wrapper' 2025-03-21T20:18:10.8667455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradle' 2025-03-21T20:18:10.8668652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradlew' 2025-03-21T20:18:10.8669840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradlew.bat' 2025-03-21T20:18:10.8671089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/settings.gradle.kts' 2025-03-21T20:18:10.8672321Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark' 2025-03-21T20:18:10.8673476Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android' 2025-03-21T20:18:10.8674585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/.clang-format' 2025-03-21T20:18:10.8675769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/App/App.entitlements' 2025-03-21T20:18:10.8677030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/App/App.swift' 2025-03-21T20:18:10.8678228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/App' 2025-03-21T20:18:10.8679723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/project.pbxproj' 2025-03-21T20:18:10.8681478Z 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:10.8683164Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/xcshareddata/xcschemes' 2025-03-21T20:18:10.8684746Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/xcshareddata' 2025-03-21T20:18:10.8686192Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj' 2025-03-21T20:18:10.8687467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/README.md' 2025-03-21T20:18:10.8688693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Resources/README.md' 2025-03-21T20:18:10.8690018Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Resources' 2025-03-21T20:18:10.8691333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/DynamicTestCase.h' 2025-03-21T20:18:10.8692715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/DynamicTestCase.m' 2025-03-21T20:18:10.8694098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/ResourceTestCase.h' 2025-03-21T20:18:10.8695489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/ResourceTestCase.m' 2025-03-21T20:18:10.8696817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/TestUtils' 2025-03-21T20:18:10.8698098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/CoreMLTests.mm' 2025-03-21T20:18:10.8699393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/GenericTests.mm' 2025-03-21T20:18:10.8700720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/LLaMA/LLaMATests.mm' 2025-03-21T20:18:10.8702035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/LLaMA' 2025-03-21T20:18:10.8703319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/Tests.xcconfig' 2025-03-21T20:18:10.8704691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/Tests.xctestplan' 2025-03-21T20:18:10.8705983Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests' 2025-03-21T20:18:10.8707407Z 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:10.8708800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark' 2025-03-21T20:18:10.8709910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple' 2025-03-21T20:18:10.8710913Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark' 2025-03-21T20:18:10.8711999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/CMakeLists.txt' 2025-03-21T20:18:10.8713029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/TARGETS' 2025-03-21T20:18:10.8714090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/buffer_data_loader.h' 2025-03-21T20:18:10.8715211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/file_data_loader.cpp' 2025-03-21T20:18:10.8716320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/file_data_loader.h' 2025-03-21T20:18:10.8717481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/file_descriptor_data_loader.cpp' 2025-03-21T20:18:10.8718700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/file_descriptor_data_loader.h' 2025-03-21T20:18:10.8719798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/mman.h' 2025-03-21T20:18:10.8720836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/mman_windows.cpp' 2025-03-21T20:18:10.8721911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/mman_windows.h' 2025-03-21T20:18:10.8722997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/mmap_data_loader.cpp' 2025-03-21T20:18:10.8724109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/mmap_data_loader.h' 2025-03-21T20:18:10.8725237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/shared_ptr_data_loader.h' 2025-03-21T20:18:10.8726324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/targets.bzl' 2025-03-21T20:18:10.8727401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/CMakeLists.txt' 2025-03-21T20:18:10.8728471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/TARGETS' 2025-03-21T20:18:10.8729667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/buffer_data_loader_test.cpp' 2025-03-21T20:18:10.8730894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/file_data_loader_test.cpp' 2025-03-21T20:18:10.8732178Z 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:10.8733502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/mmap_data_loader_test.cpp' 2025-03-21T20:18:10.8734797Z 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:10.8735966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/targets.bzl' 2025-03-21T20:18:10.8737036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test' 2025-03-21T20:18:10.8738069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader' 2025-03-21T20:18:10.8739062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/TARGETS' 2025-03-21T20:18:10.8740098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/print_evalue.cpp' 2025-03-21T20:18:10.8741231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/print_evalue.h' 2025-03-21T20:18:10.8742287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/targets.bzl' 2025-03-21T20:18:10.8743342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/test/CMakeLists.txt' 2025-03-21T20:18:10.8744418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/test/TARGETS' 2025-03-21T20:18:10.8745537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/test/print_evalue_test.cpp' 2025-03-21T20:18:10.8746674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/test/targets.bzl' 2025-03-21T20:18:10.8747742Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/test' 2025-03-21T20:18:10.8748773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util' 2025-03-21T20:18:10.8749769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/export_util/TARGETS' 2025-03-21T20:18:10.8750784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/export_util/__init__.py' 2025-03-21T20:18:10.8751792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/export_util/utils.py' 2025-03-21T20:18:10.8752791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/export_util' 2025-03-21T20:18:10.8753824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/CMakeLists.txt' 2025-03-21T20:18:10.8754869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/README.md' 2025-03-21T20:18:10.8755869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/TARGETS' 2025-03-21T20:18:10.8756880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:18:10.8757969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/flat_tensor_data_map.cpp' 2025-03-21T20:18:10.8759107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/flat_tensor_data_map.h' 2025-03-21T20:18:10.8760270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/CMakeLists.txt' 2025-03-21T20:18:10.8761398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/TARGETS' 2025-03-21T20:18:10.8762545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:18:10.8763725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:18:10.8765047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/flat_tensor_header.cpp' 2025-03-21T20:18:10.8766288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/flat_tensor_header.h' 2025-03-21T20:18:10.8767503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:18:10.8768715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:18:10.8770007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/serialize.cpp' 2025-03-21T20:18:10.8771158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/serialize.h' 2025-03-21T20:18:10.8772305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:18:10.8773442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/targets.bzl' 2025-03-21T20:18:10.8774561Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize' 2025-03-21T20:18:10.8775632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/targets.bzl' 2025-03-21T20:18:10.8776705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/CMakeLists.txt' 2025-03-21T20:18:10.8777792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/TARGETS' 2025-03-21T20:18:10.8778944Z 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:10.8780348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/flat_tensor_header_test.cpp' 2025-03-21T20:18:10.8781513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/targets.bzl' 2025-03-21T20:18:10.8782636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/test_serialize.cpp' 2025-03-21T20:18:10.8783782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:18:10.8784874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test' 2025-03-21T20:18:10.8785902Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor' 2025-03-21T20:18:10.8786893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/README.md' 2025-03-21T20:18:10.8787915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:18:10.8788956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/converter.py' 2025-03-21T20:18:10.8790067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:18:10.8791288Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/converters' 2025-03-21T20:18:10.8792418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/install_requirements.sh' 2025-03-21T20:18:10.8793501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:18:10.8794503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util' 2025-03-21T20:18:10.8795493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/README.md' 2025-03-21T20:18:10.8796502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/TARGETS' 2025-03-21T20:18:10.8797625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:18:10.8798875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:18:10.8799953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/targets.bzl' 2025-03-21T20:18:10.8801014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/test/CMakeLists.txt' 2025-03-21T20:18:10.8802093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/test/TARGETS' 2025-03-21T20:18:10.8803297Z 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:10.8804522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/test/targets.bzl' 2025-03-21T20:18:10.8805678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/test' 2025-03-21T20:18:10.8806838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:18:10.8807858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util' 2025-03-21T20:18:10.8808811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/README.md' 2025-03-21T20:18:10.8809886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/CMakeLists.txt' 2025-03-21T20:18:10.8810951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/TARGETS' 2025-03-21T20:18:10.8812000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:18:10.8813089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:18:10.8814199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:18:10.8815321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_fallback.cpp' 2025-03-21T20:18:10.8816398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_fallback.h' 2025-03-21T20:18:10.8817562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp' 2025-03-21T20:18:10.8818804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.h' 2025-03-21T20:18:10.8820079Z 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:10.8821331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp' 2025-03-21T20:18:10.8822420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_sdpa.h' 2025-03-21T20:18:10.8823491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_sdpa_aot.cpp' 2025-03-21T20:18:10.8824598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_sdpa_test.cpp' 2025-03-21T20:18:10.8825767Z 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:10.8826953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_tile_crop.cpp' 2025-03-21T20:18:10.8828117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_tile_crop.h' 2025-03-21T20:18:10.8829241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_tile_crop_aot.cpp' 2025-03-21T20:18:10.8830398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:18:10.8831557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_tile_crop_test.cpp' 2025-03-21T20:18:10.8832716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_update_cache.cpp' 2025-03-21T20:18:10.8833847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_update_cache.h' 2025-03-21T20:18:10.8834998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:18:10.8836166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/README.md' 2025-03-21T20:18:10.8837302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/TARGETS' 2025-03-21T20:18:10.8838525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.cpp' 2025-03-21T20:18:10.8839854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h' 2025-03-21T20:18:10.8841207Z 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:10.8842575Z 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:10.8843834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/targets.bzl' 2025-03-21T20:18:10.8845035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test/CMakeLists.txt' 2025-03-21T20:18:10.8846249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test/TARGETS' 2025-03-21T20:18:10.8847624Z 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:10.8849121Z 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:10.8850711Z 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:10.8852201Z 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:10.8853642Z 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:10.8854972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test/targets.bzl' 2025-03-21T20:18:10.8856155Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test' 2025-03-21T20:18:10.8857451Z 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:10.8858894Z 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:10.8860220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/Makefile' 2025-03-21T20:18:10.8861533Z 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:10.8862851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/TARGETS' 2025-03-21T20:18:10.8864171Z 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:10.8865505Z 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:10.8866834Z 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:10.8868148Z 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:10.8869481Z 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:10.8870791Z 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:10.8872075Z 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:10.8873378Z 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:10.8874706Z 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:10.8876033Z 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:10.8877361Z 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:10.8878655Z 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:10.8880138Z 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:10.8881626Z 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:10.8883078Z 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:10.8884502Z 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:10.8885962Z 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:10.8887452Z 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:10.8888977Z 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:10.8890425Z 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:10.8891755Z 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:10.8893112Z 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:10.8894431Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT' 2025-03-21T20:18:10.8895711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party' 2025-03-21T20:18:10.8896912Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant' 2025-03-21T20:18:10.8898020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/targets.bzl' 2025-03-21T20:18:10.8899179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:18:10.8900422Z 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:10.8901597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:18:10.8902700Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops' 2025-03-21T20:18:10.8903720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/TARGETS' 2025-03-21T20:18:10.8904729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/__init__.py' 2025-03-21T20:18:10.8905754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/builder.py' 2025-03-21T20:18:10.8906797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/export_passes.py' 2025-03-21T20:18:10.8907887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:18:10.8908966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:18:10.8910016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/targets.bzl' 2025-03-21T20:18:10.8911135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:18:10.8912219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export' 2025-03-21T20:18:10.8913212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/README.md' 2025-03-21T20:18:10.8914208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/TARGETS' 2025-03-21T20:18:10.8915219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/__init__.py' 2025-03-21T20:18:10.8916311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:18:10.8917404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/attention.py' 2025-03-21T20:18:10.8918499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:18:10.8919559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:18:10.8920668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:18:10.8921806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:18:10.8923001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:18:10.8924156Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/test' 2025-03-21T20:18:10.8925172Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules' 2025-03-21T20:18:10.8926200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/CMakeLists.txt' 2025-03-21T20:18:10.8927222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/TARGETS' 2025-03-21T20:18:10.8928201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/image.h' 2025-03-21T20:18:10.8929281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/image_prefiller.h' 2025-03-21T20:18:10.8930325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/irunner.h' 2025-03-21T20:18:10.8931377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/multimodal_runner.h' 2025-03-21T20:18:10.8932414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/stats.h' 2025-03-21T20:18:10.8933428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/targets.bzl' 2025-03-21T20:18:10.8934515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/text_decoder_runner.cpp' 2025-03-21T20:18:10.8935643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/text_decoder_runner.h' 2025-03-21T20:18:10.8936753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/text_prefiller.cpp' 2025-03-21T20:18:10.8937833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/text_prefiller.h' 2025-03-21T20:18:10.8938935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/text_token_generator.h' 2025-03-21T20:18:10.8940032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/util.h' 2025-03-21T20:18:10.8941024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner' 2025-03-21T20:18:10.8942012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/TARGETS' 2025-03-21T20:18:10.8943029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/sampler.cpp' 2025-03-21T20:18:10.8944052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/sampler.h' 2025-03-21T20:18:10.8945083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/targets.bzl' 2025-03-21T20:18:10.8946129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/test/TARGETS' 2025-03-21T20:18:10.8947261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/test/targets.bzl' 2025-03-21T20:18:10.8948362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/test/test_sampler.cpp' 2025-03-21T20:18:10.8949456Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/test' 2025-03-21T20:18:10.8950479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler' 2025-03-21T20:18:10.8951521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/CMakeLists.txt' 2025-03-21T20:18:10.8952567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/TARGETS' 2025-03-21T20:18:10.8953611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:18:10.8954660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/base64.h' 2025-03-21T20:18:10.8955726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/bpe_tokenizer.cpp' 2025-03-21T20:18:10.8956835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/bpe_tokenizer.h' 2025-03-21T20:18:10.8957927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:18:10.8959046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/string_integer_map.h' 2025-03-21T20:18:10.8960148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/targets.bzl' 2025-03-21T20:18:10.8961249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/CMakeLists.txt' 2025-03-21T20:18:10.8962349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/TARGETS' 2025-03-21T20:18:10.8963544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/resources/test_bpe_tokenizer.bin' 2025-03-21T20:18:10.8964961Z 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:10.8966419Z 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:10.8967846Z 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:10.8969380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/resources/test_tiktoken_tokenizer.model' 2025-03-21T20:18:10.8970718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/resources' 2025-03-21T20:18:10.8971866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/targets.bzl' 2025-03-21T20:18:10.8973041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/test_bpe_tokenizer.cpp' 2025-03-21T20:18:10.8974304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/test_string_integer_map.cpp' 2025-03-21T20:18:10.8975528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/test_tiktoken.cpp' 2025-03-21T20:18:10.8976769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:18:10.8977911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test' 2025-03-21T20:18:10.8978990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp' 2025-03-21T20:18:10.8980184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/tiktoken.h' 2025-03-21T20:18:10.8981241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/tokenizer.h' 2025-03-21T20:18:10.8982306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:18:10.8983351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:18:10.8984386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer' 2025-03-21T20:18:10.8985393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.git' 2025-03-21T20:18:10.8986433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.cmakelintrc' 2025-03-21T20:18:10.8987483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.flake8' 2025-03-21T20:18:10.8988610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.github/workflows/pull.yml' 2025-03-21T20:18:10.8989847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.github/workflows/trunk.yml' 2025-03-21T20:18:10.8991077Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.github/workflows' 2025-03-21T20:18:10.8992232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.github' 2025-03-21T20:18:10.8993311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.gitignore' 2025-03-21T20:18:10.8994377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.gitmodules' 2025-03-21T20:18:10.8995470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.lintrunner.toml' 2025-03-21T20:18:10.8996558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.mypy.ini' 2025-03-21T20:18:10.8997636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/CMakeLists.txt' 2025-03-21T20:18:10.8998806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/CODE_OF_CONDUCT' 2025-03-21T20:18:10.8999930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/CONTRIBUTING.md' 2025-03-21T20:18:10.9001001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/LICENSE' 2025-03-21T20:18:10.9002044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/README.md' 2025-03-21T20:18:10.9003079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/TARGETS' 2025-03-21T20:18:10.9004276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/examples/tokenize_tool/CMakeLists.txt' 2025-03-21T20:18:10.9005668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/examples/tokenize_tool/main.cpp' 2025-03-21T20:18:10.9006952Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/examples/tokenize_tool' 2025-03-21T20:18:10.9008151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/examples' 2025-03-21T20:18:10.9009423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/base64.h' 2025-03-21T20:18:10.9010831Z 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:10.9012227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/error.h' 2025-03-21T20:18:10.9013596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/hf_tokenizer.h' 2025-03-21T20:18:10.9015031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/llama2c_tokenizer.h' 2025-03-21T20:18:10.9016417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/log.h' 2025-03-21T20:18:10.9017774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/pre_tokenizer.h' 2025-03-21T20:18:10.9019149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/result.h' 2025-03-21T20:18:10.9020525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/sentencepiece.h' 2025-03-21T20:18:10.9021916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/tiktoken.h' 2025-03-21T20:18:10.9023309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/token_decoder.h' 2025-03-21T20:18:10.9024694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/tokenizer.h' 2025-03-21T20:18:10.9026033Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers' 2025-03-21T20:18:10.9027289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch' 2025-03-21T20:18:10.9028470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include' 2025-03-21T20:18:10.9029604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pyproject.toml' 2025-03-21T20:18:10.9030753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/TARGETS' 2025-03-21T20:18:10.9031999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:18:10.9033290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:18:10.9034572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:18:10.9035851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/targets.bzl' 2025-03-21T20:18:10.9037142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:18:10.9038458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/TARGETS' 2025-03-21T20:18:10.9039849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:18:10.9041256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:18:10.9042657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/targets.bzl' 2025-03-21T20:18:10.9044057Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c' 2025-03-21T20:18:10.9045403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools' 2025-03-21T20:18:10.9046658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers' 2025-03-21T20:18:10.9047901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/requirements-lintrunner.txt' 2025-03-21T20:18:10.9049046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:18:10.9050241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp' 2025-03-21T20:18:10.9051440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp' 2025-03-21T20:18:10.9052622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp' 2025-03-21T20:18:10.9053820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp' 2025-03-21T20:18:10.9055008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/sentencepiece.cpp' 2025-03-21T20:18:10.9056160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp' 2025-03-21T20:18:10.9057300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp' 2025-03-21T20:18:10.9058427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src' 2025-03-21T20:18:10.9059529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/targets.bzl' 2025-03-21T20:18:10.9060619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/TARGETS' 2025-03-21T20:18:10.9061843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources/test_bpe_tokenizer.bin' 2025-03-21T20:18:10.9063223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources/test_llama2c_tokenizer.bin' 2025-03-21T20:18:10.9064613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources/test_sentencepiece.model' 2025-03-21T20:18:10.9066095Z 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:10.9067587Z 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:10.9069034Z 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:10.9070453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources/test_tiktoken_tokenizer.model' 2025-03-21T20:18:10.9071760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources' 2025-03-21T20:18:10.9072898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/targets.bzl' 2025-03-21T20:18:10.9074035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/test_base64.cpp' 2025-03-21T20:18:10.9075265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/test_llama2c_tokenizer.cpp' 2025-03-21T20:18:10.9076522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/test_pre_tokenizer.cpp' 2025-03-21T20:18:10.9077763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/test_sentencepiece.cpp' 2025-03-21T20:18:10.9078980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/test_tiktoken.cpp' 2025-03-21T20:18:10.9080227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test' 2025-03-21T20:18:10.9081339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/TARGETS' 2025-03-21T20:18:10.9082560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp' 2025-03-21T20:18:10.9083800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json' 2025-03-21T20:18:10.9085086Z 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:10.9086531Z 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:10.9088016Z 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:10.9089572Z 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:10.9091066Z 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:10.9092525Z 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:10.9093931Z 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:10.9095307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode' 2025-03-21T20:18:10.9096578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2' 2025-03-21T20:18:10.9097898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece' 2025-03-21T20:18:10.9099138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party' 2025-03-21T20:18:10.9100323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:18:10.9101536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/tools/llama2c/targets.bzl' 2025-03-21T20:18:10.9102731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/tools/llama2c' 2025-03-21T20:18:10.9103851Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/tools' 2025-03-21T20:18:10.9104932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers' 2025-03-21T20:18:10.9105911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm' 2025-03-21T20:18:10.9106889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/TARGETS' 2025-03-21T20:18:10.9108033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/malloc_memory_allocator.h' 2025-03-21T20:18:10.9109189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/targets.bzl' 2025-03-21T20:18:10.9110320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/test/CMakeLists.txt' 2025-03-21T20:18:10.9111447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/test/TARGETS' 2025-03-21T20:18:10.9112667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/test/malloc_memory_allocator_test.cpp' 2025-03-21T20:18:10.9113906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/test/targets.bzl' 2025-03-21T20:18:10.9115017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/test' 2025-03-21T20:18:10.9116093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator' 2025-03-21T20:18:10.9117128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/CMakeLists.txt' 2025-03-21T20:18:10.9118110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/TARGETS' 2025-03-21T20:18:10.9119113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/module.cpp' 2025-03-21T20:18:10.9120096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/module.h' 2025-03-21T20:18:10.9121064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/targets.bzl' 2025-03-21T20:18:10.9122093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/CMakeLists.txt' 2025-03-21T20:18:10.9123118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/TARGETS' 2025-03-21T20:18:10.9124146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/module_test.cpp' 2025-03-21T20:18:10.9125236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/resources/README.md' 2025-03-21T20:18:10.9126390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/resources/add.pte' 2025-03-21T20:18:10.9127486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/resources/linear.ptd' 2025-03-21T20:18:10.9128609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/resources/linear.pte' 2025-03-21T20:18:10.9129777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/resources' 2025-03-21T20:18:10.9130850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/targets.bzl' 2025-03-21T20:18:10.9131876Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test' 2025-03-21T20:18:10.9132853Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module' 2025-03-21T20:18:10.9133819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/parallel/TARGETS' 2025-03-21T20:18:10.9134802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/parallel/targets.bzl' 2025-03-21T20:18:10.9135839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/parallel/thread_parallel.h' 2025-03-21T20:18:10.9136855Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/parallel' 2025-03-21T20:18:10.9137841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/README.md' 2025-03-21T20:18:10.9138831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/TARGETS' 2025-03-21T20:18:10.9139863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:18:10.9140941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/pybindings.cpp' 2025-03-21T20:18:10.9141994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:18:10.9143043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/test/TARGETS' 2025-03-21T20:18:10.9144103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:18:10.9145257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:18:10.9146452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:18:10.9147589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/test' 2025-03-21T20:18:10.9148631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings' 2025-03-21T20:18:10.9149598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/TARGETS' 2025-03-21T20:18:10.9150549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/__init__.py' 2025-03-21T20:18:10.9151562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/TARGETS' 2025-03-21T20:18:10.9152643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/ivalue_util.cpp' 2025-03-21T20:18:10.9153755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/ivalue_util.h' 2025-03-21T20:18:10.9154900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/targets.bzl' 2025-03-21T20:18:10.9155991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/test/TARGETS' 2025-03-21T20:18:10.9157153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/test/ivalue_util_test.cpp' 2025-03-21T20:18:10.9158319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/test/targets.bzl' 2025-03-21T20:18:10.9159434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/test' 2025-03-21T20:18:10.9160512Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util' 2025-03-21T20:18:10.9161549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/function_ref.h' 2025-03-21T20:18:10.9162566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/pybindings.cpp' 2025-03-21T20:18:10.9163563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/pytree.h' 2025-03-21T20:18:10.9164543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/targets.bzl' 2025-03-21T20:18:10.9165565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test/CMakeLists.txt' 2025-03-21T20:18:10.9166600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test/TARGETS' 2025-03-21T20:18:10.9167671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test/function_ref_test.cpp' 2025-03-21T20:18:10.9168739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test/test.py' 2025-03-21T20:18:10.9169894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test/test_pytree.cpp' 2025-03-21T20:18:10.9170930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test' 2025-03-21T20:18:10.9171899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree' 2025-03-21T20:18:10.9172900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/CMakeLists.txt' 2025-03-21T20:18:10.9173928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/TARGETS' 2025-03-21T20:18:10.9174936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/inputs.cpp' 2025-03-21T20:18:10.9175986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/inputs.h' 2025-03-21T20:18:10.9177080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/inputs_aten.cpp' 2025-03-21T20:18:10.9178173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/inputs_portable.cpp' 2025-03-21T20:18:10.9179252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/targets.bzl' 2025-03-21T20:18:10.9180440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/test/CMakeLists.txt' 2025-03-21T20:18:10.9181508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/test/TARGETS' 2025-03-21T20:18:10.9182600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/test/inputs_test.cpp' 2025-03-21T20:18:10.9183780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/test/targets.bzl' 2025-03-21T20:18:10.9184852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/test' 2025-03-21T20:18:10.9185875Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util' 2025-03-21T20:18:10.9186877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/CMakeLists.txt' 2025-03-21T20:18:10.9187865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/TARGETS' 2025-03-21T20:18:10.9188822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/targets.bzl' 2025-03-21T20:18:10.9189801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor.h' 2025-03-21T20:18:10.9190814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:18:10.9191850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor_ptr.cpp' 2025-03-21T20:18:10.9192858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:18:10.9193897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp' 2025-03-21T20:18:10.9194964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:18:10.9196013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/CMakeLists.txt' 2025-03-21T20:18:10.9197047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/TARGETS' 2025-03-21T20:18:10.9198070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/targets.bzl' 2025-03-21T20:18:10.9199183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/tensor_accessor_test.cpp' 2025-03-21T20:18:10.9200357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/tensor_ptr_maker_test.cpp' 2025-03-21T20:18:10.9201498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/tensor_ptr_test.cpp' 2025-03-21T20:18:10.9202556Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test' 2025-03-21T20:18:10.9203518Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor' 2025-03-21T20:18:10.9204526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/TARGETS' 2025-03-21T20:18:10.9205578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/targets.bzl' 2025-03-21T20:18:10.9206622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/temp_file.h' 2025-03-21T20:18:10.9207676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/test/TARGETS' 2025-03-21T20:18:10.9208753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/test/targets.bzl' 2025-03-21T20:18:10.9209942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/test/temp_file_test.cpp' 2025-03-21T20:18:10.9211059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/test' 2025-03-21T20:18:10.9212147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util' 2025-03-21T20:18:10.9213183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/CMakeLists.txt' 2025-03-21T20:18:10.9214214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/TARGETS' 2025-03-21T20:18:10.9215252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/cpuinfo_utils.cpp' 2025-03-21T20:18:10.9216329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:18:10.9217374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/targets.bzl' 2025-03-21T20:18:10.9218439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test/CMakeLists.txt' 2025-03-21T20:18:10.9218901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test/TARGETS' 2025-03-21T20:18:10.9219379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test/targets.bzl' 2025-03-21T20:18:10.9219940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp' 2025-03-21T20:18:10.9220467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test/threadpool_test.cpp' 2025-03-21T20:18:10.9220938Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test' 2025-03-21T20:18:10.9221432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/thread_parallel.cpp' 2025-03-21T20:18:10.9221920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/threadpool.cpp' 2025-03-21T20:18:10.9222383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:18:10.9222895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/threadpool_guard.cpp' 2025-03-21T20:18:10.9223388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:18:10.9223837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool' 2025-03-21T20:18:10.9224300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/CMakeLists.txt' 2025-03-21T20:18:10.9224735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/README.md' 2025-03-21T20:18:10.9225203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/TARGETS' 2025-03-21T20:18:10.9225685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/__init__.py' 2025-03-21T20:18:10.9226187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/TARGETS' 2025-03-21T20:18:10.9226726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:18:10.9227235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:18:10.9227746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/targets.bzl' 2025-03-21T20:18:10.9228274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/test/TARGETS' 2025-03-21T20:18:10.9228889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:18:10.9229426Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/test' 2025-03-21T20:18:10.9229920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/train.cpp' 2025-03-21T20:18:10.9230418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR' 2025-03-21T20:18:10.9230892Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples' 2025-03-21T20:18:10.9231348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/TARGETS' 2025-03-21T20:18:10.9231883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/state_dict_util.cpp' 2025-03-21T20:18:10.9232389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/state_dict_util.h' 2025-03-21T20:18:10.9232877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/targets.bzl' 2025-03-21T20:18:10.9233356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/test/TARGETS' 2025-03-21T20:18:10.9233938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/test/state_dict_util_test.cpp' 2025-03-21T20:18:10.9234440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/test/targets.bzl' 2025-03-21T20:18:10.9235023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/test/training_module_test.cpp' 2025-03-21T20:18:10.9235507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/test' 2025-03-21T20:18:10.9236045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/training_module.cpp' 2025-03-21T20:18:10.9236549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/training_module.h' 2025-03-21T20:18:10.9237017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module' 2025-03-21T20:18:10.9237492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/TARGETS' 2025-03-21T20:18:10.9237964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/sgd.cpp' 2025-03-21T20:18:10.9238472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/sgd.h' 2025-03-21T20:18:10.9238992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/targets.bzl' 2025-03-21T20:18:10.9239505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/test/TARGETS' 2025-03-21T20:18:10.9240038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/test/sgd_test.cpp' 2025-03-21T20:18:10.9240571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/test/targets.bzl' 2025-03-21T20:18:10.9241077Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/test' 2025-03-21T20:18:10.9241594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer' 2025-03-21T20:18:10.9242100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/TARGETS' 2025-03-21T20:18:10.9242652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/_training_lib.cpp' 2025-03-21T20:18:10.9243190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:18:10.9243731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:18:10.9244243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/targets.bzl' 2025-03-21T20:18:10.9244747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/test/TARGETS' 2025-03-21T20:18:10.9245269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:18:10.9245778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/test' 2025-03-21T20:18:10.9246271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings' 2025-03-21T20:18:10.9246712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/targets.bzl' 2025-03-21T20:18:10.9247170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/test/TARGETS' 2025-03-21T20:18:10.9247640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/test/targets.bzl' 2025-03-21T20:18:10.9248184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/test/training_loop_test.cpp' 2025-03-21T20:18:10.9248635Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/test' 2025-03-21T20:18:10.9249070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training' 2025-03-21T20:18:10.9249559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension' 2025-03-21T20:18:10.9249963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/install_executorch.bat' 2025-03-21T20:18:10.9250374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/install_executorch.py' 2025-03-21T20:18:10.9250766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/install_executorch.sh' 2025-03-21T20:18:10.9251185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/install_requirements.py' 2025-03-21T20:18:10.9251640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/install_requirements.sh' 2025-03-21T20:18:10.9252056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/README.md' 2025-03-21T20:18:10.9252444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/TARGETS' 2025-03-21T20:18:10.9252868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/TARGETS' 2025-03-21T20:18:10.9253359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/op__empty_dim_order.cpp' 2025-03-21T20:18:10.9253859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/op__to_dim_order_copy.cpp' 2025-03-21T20:18:10.9254302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/targets.bzl' 2025-03-21T20:18:10.9254790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/util/TARGETS' 2025-03-21T20:18:10.9255291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/util/copy_ops_util.cpp' 2025-03-21T20:18:10.9255766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/util/copy_ops_util.h' 2025-03-21T20:18:10.9256238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/util/targets.bzl' 2025-03-21T20:18:10.9256675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/util' 2025-03-21T20:18:10.9257107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu' 2025-03-21T20:18:10.9257587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/edge_dialect_aten_op.yaml' 2025-03-21T20:18:10.9258030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/functions.yaml' 2025-03-21T20:18:10.9258443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/targets.bzl' 2025-03-21T20:18:10.9258855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/test/TARGETS' 2025-03-21T20:18:10.9259386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/test/supported_features_def.yaml' 2025-03-21T20:18:10.9259823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/test/targets.bzl' 2025-03-21T20:18:10.9260251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/test' 2025-03-21T20:18:10.9260642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten' 2025-03-21T20:18:10.9267038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/CMakeLists.txt' 2025-03-21T20:18:10.9267619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/External/EigenBLAS.cmake' 2025-03-21T20:18:10.9268106Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/External' 2025-03-21T20:18:10.9268528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/TARGETS' 2025-03-21T20:18:10.9269007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/blas/BlasKernel.cpp' 2025-03-21T20:18:10.9269484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/blas/BlasKernel.h' 2025-03-21T20:18:10.9270039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/blas/CPUBlas.cpp' 2025-03-21T20:18:10.9270537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/blas/CPUBlas.h' 2025-03-21T20:18:10.9270979Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/blas' 2025-03-21T20:18:10.9271418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/TARGETS' 2025-03-21T20:18:10.9271877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/binary_ops.h' 2025-03-21T20:18:10.9272362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/moments_utils.h' 2025-03-21T20:18:10.9272815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_add.cpp' 2025-03-21T20:18:10.9273431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_add_sub_impl.h' 2025-03-21T20:18:10.9273886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_bmm.cpp' 2025-03-21T20:18:10.9274334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_div.cpp' 2025-03-21T20:18:10.9274797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_exp.cpp' 2025-03-21T20:18:10.9275266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_fft_r2c.cpp' 2025-03-21T20:18:10.9275733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp' 2025-03-21T20:18:10.9276180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_le.cpp' 2025-03-21T20:18:10.9276665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_linear.cpp' 2025-03-21T20:18:10.9277155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp' 2025-03-21T20:18:10.9277609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_mm.cpp' 2025-03-21T20:18:10.9278058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_mul.cpp' 2025-03-21T20:18:10.9278590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp' 2025-03-21T20:18:10.9279035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_neg.cpp' 2025-03-21T20:18:10.9279724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_sigmoid.cpp' 2025-03-21T20:18:10.9280191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_sub.cpp' 2025-03-21T20:18:10.9280652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_where.cpp' 2025-03-21T20:18:10.9281124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/targets.bzl' 2025-03-21T20:18:10.9281562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu' 2025-03-21T20:18:10.9282009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/lib_defs.bzl' 2025-03-21T20:18:10.9282506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/op_registration_util.bzl' 2025-03-21T20:18:10.9282971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/optimized.yaml' 2025-03-21T20:18:10.9283463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/targets.bzl' 2025-03-21T20:18:10.9283945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/TARGETS' 2025-03-21T20:18:10.9284430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/libblas_test.cpp' 2025-03-21T20:18:10.9284906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/libvec_test.cpp' 2025-03-21T20:18:10.9285436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/moments_utils_test.cpp' 2025-03-21T20:18:10.9285981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/supported_features_def.yaml' 2025-03-21T20:18:10.9286526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/targets.bzl' 2025-03-21T20:18:10.9286971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test' 2025-03-21T20:18:10.9287471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.git' 2025-03-21T20:18:10.9288012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.clang-format' 2025-03-21T20:18:10.9288612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.git-blame-ignore-revs' 2025-03-21T20:18:10.9289137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitignore' 2025-03-21T20:18:10.9289766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitlab-ci.yml' 2025-03-21T20:18:10.9290434Z 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:10.9291125Z 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:10.9291761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitlab/issue_templates' 2025-03-21T20:18:10.9292523Z 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:10.9293194Z 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:10.9293754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitlab' 2025-03-21T20:18:10.9294259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.hgeol' 2025-03-21T20:18:10.9294807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/CMakeLists.txt' 2025-03-21T20:18:10.9295358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/COPYING.APACHE' 2025-03-21T20:18:10.9295887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/COPYING.BSD' 2025-03-21T20:18:10.9296447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/COPYING.MINPACK' 2025-03-21T20:18:10.9297008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/COPYING.MPL2' 2025-03-21T20:18:10.9297578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/COPYING.README' 2025-03-21T20:18:10.9298140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/CTestConfig.cmake' 2025-03-21T20:18:10.9298725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/CTestCustom.cmake.in' 2025-03-21T20:18:10.9299317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/AccelerateSupport' 2025-03-21T20:18:10.9299872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Cholesky' 2025-03-21T20:18:10.9300513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/CholmodSupport' 2025-03-21T20:18:10.9301053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Core' 2025-03-21T20:18:10.9301579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Dense' 2025-03-21T20:18:10.9302104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Eigen' 2025-03-21T20:18:10.9302673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Eigenvalues' 2025-03-21T20:18:10.9303214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Geometry' 2025-03-21T20:18:10.9303784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Householder' 2025-03-21T20:18:10.9304402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/IterativeLinearSolvers' 2025-03-21T20:18:10.9304941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Jacobi' 2025-03-21T20:18:10.9305495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/KLUSupport' 2025-03-21T20:18:10.9306013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/LU' 2025-03-21T20:18:10.9306572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/MetisSupport' 2025-03-21T20:18:10.9307167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/OrderingMethods' 2025-03-21T20:18:10.9307741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/PaStiXSupport' 2025-03-21T20:18:10.9308323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/PardisoSupport' 2025-03-21T20:18:10.9308834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/QR' 2025-03-21T20:18:10.9309413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/QtAlignedMalloc' 2025-03-21T20:18:10.9309984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SPQRSupport' 2025-03-21T20:18:10.9310525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SVD' 2025-03-21T20:18:10.9311092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Sparse' 2025-03-21T20:18:10.9311667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SparseCholesky' 2025-03-21T20:18:10.9312229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SparseCore' 2025-03-21T20:18:10.9312768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SparseLU' 2025-03-21T20:18:10.9313321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SparseQR' 2025-03-21T20:18:10.9313908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/StdDeque' 2025-03-21T20:18:10.9314459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/StdList' 2025-03-21T20:18:10.9315009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/StdVector' 2025-03-21T20:18:10.9315593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SuperLUSupport' 2025-03-21T20:18:10.9316145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/ThreadPool' 2025-03-21T20:18:10.9316733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/UmfPackSupport' 2025-03-21T20:18:10.9317465Z 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:10.9318199Z 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:10.9318863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/AccelerateSupport' 2025-03-21T20:18:10.9319546Z 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:10.9320154Z 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:10.9320752Z 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:10.9321400Z 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:10.9322005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Cholesky' 2025-03-21T20:18:10.9322703Z 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:10.9323423Z 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:10.9324073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/CholmodSupport' 2025-03-21T20:18:10.9324753Z 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:10.9325375Z 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:10.9325984Z 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:10.9326614Z 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:10.9327200Z 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:10.9327850Z 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:10.9328511Z 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:10.9329120Z 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:10.9329777Z 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:10.9330424Z 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:10.9331089Z 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:10.9331724Z 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:10.9332369Z 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:10.9332989Z 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:10.9333630Z 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:10.9334260Z 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:10.9334893Z 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:10.9335530Z 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:10.9336157Z 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:10.9336794Z 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:10.9337426Z 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:10.9338024Z 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:10.9338666Z 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:10.9339347Z 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:10.9339946Z 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:10.9340562Z 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:10.9341213Z 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:10.9341806Z 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:10.9342493Z 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:10.9343155Z 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:10.9343791Z 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:10.9344368Z 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:10.9344979Z 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:10.9345652Z 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:10.9346255Z 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:10.9346836Z 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:10.9347434Z 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:10.9348059Z 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:10.9348706Z 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:10.9349314Z 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:10.9349932Z 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:10.9350553Z 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:10.9351158Z 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:10.9351764Z 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:10.9352450Z 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:10.9353133Z 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:10.9353808Z 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:10.9354411Z 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:10.9355070Z 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:10.9355663Z 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:10.9356257Z 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:10.9356894Z 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:10.9357511Z 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:10.9358114Z 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:10.9358746Z 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:10.9359339Z 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:10.9359938Z 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:10.9360579Z 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:10.9361228Z 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:10.9361900Z 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:10.9362484Z 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:10.9363137Z 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:10.9363753Z 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:10.9364377Z 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:10.9364994Z 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:10.9365592Z 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:10.9366166Z 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:10.9366778Z 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:10.9367437Z 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:10.9368113Z 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:10.9368728Z 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:10.9369408Z 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:10.9370007Z 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:10.9370683Z 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:10.9371382Z 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:10.9372035Z 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:10.9372705Z 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:10.9373339Z 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:10.9373999Z 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:10.9374668Z 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:10.9375366Z 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:10.9376033Z 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:10.9376739Z 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:10.9377406Z 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:10.9378100Z 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:10.9378780Z 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:10.9379573Z 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:10.9380234Z 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:10.9380944Z 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:10.9381637Z 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:10.9382424Z 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:10.9383167Z 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:10.9383938Z 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:10.9384667Z 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:10.9385389Z 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:10.9386103Z 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:10.9386762Z 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:10.9387419Z 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:10.9388100Z 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:10.9388888Z 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:10.9389689Z 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:10.9390345Z 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:10.9391006Z 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:10.9391667Z 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:10.9392307Z 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:10.9392995Z 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:10.9393645Z 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:10.9394282Z 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:10.9394940Z 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:10.9395579Z 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:10.9396275Z 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:10.9396956Z 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:10.9397611Z 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:10.9398268Z 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:10.9398899Z 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:10.9399542Z 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:10.9400265Z 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:10.9400920Z 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:10.9401561Z 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:10.9402202Z 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:10.9402948Z 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:10.9403630Z 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:10.9404294Z 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:10.9404954Z 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:10.9405639Z 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:10.9406275Z 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:10.9406915Z 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:10.9407591Z 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:10.9408248Z 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:10.9408904Z 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:10.9409587Z 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:10.9410265Z 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:10.9410961Z 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:10.9411654Z 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:10.9412295Z 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:10.9412978Z 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:10.9413666Z 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:10.9414345Z 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:10.9415027Z 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:10.9415676Z 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:10.9416328Z 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:10.9417033Z 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:10.9417709Z 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:10.9418376Z 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:10.9418983Z 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:10.9419696Z 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:10.9420369Z 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:10.9421064Z 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:10.9421726Z 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:10.9422411Z 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:10.9423079Z 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:10.9423711Z 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:10.9424444Z 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:10.9425161Z 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:10.9425958Z 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:10.9426792Z 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:10.9427531Z 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:10.9428255Z 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:10.9429010Z 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:10.9429704Z 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:10.9430450Z 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:10.9431214Z 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:10.9431952Z 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:10.9432713Z 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:10.9433428Z 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:10.9434156Z 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:10.9434890Z 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:10.9435642Z 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:10.9436383Z 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:10.9437148Z 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:10.9437888Z 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:10.9438645Z 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:10.9439381Z 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:10.9440014Z 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:10.9440661Z 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:10.9441301Z 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:10.9442017Z 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:10.9442644Z 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:10.9443349Z 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:10.9444019Z 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:10.9444742Z 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:10.9445414Z 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:10.9446074Z 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:10.9446721Z 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:10.9447334Z 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:10.9448003Z 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:10.9448618Z 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:10.9449285Z 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:10.9449907Z 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:10.9450628Z 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:10.9451285Z 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:10.9451932Z 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:10.9452571Z 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:10.9453228Z 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:10.9453860Z 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:10.9454486Z 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:10.9455112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core' 2025-03-21T20:18:10.9455853Z 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:10.9456508Z 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:10.9457227Z 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:10.9457879Z 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:10.9458681Z 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:10.9459490Z 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:10.9460212Z 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:10.9460926Z 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:10.9461638Z 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:10.9462276Z 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:10.9462919Z 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:10.9463613Z 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:10.9464334Z 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:10.9465112Z 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:10.9465811Z 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:10.9466446Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues' 2025-03-21T20:18:10.9467078Z 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:10.9467707Z 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:10.9468343Z 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:10.9468990Z 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:10.9469665Z 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:10.9470378Z 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:10.9471024Z 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:10.9471699Z 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:10.9472326Z 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:10.9472982Z 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:10.9473662Z 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:10.9474279Z 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:10.9474909Z 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:10.9475545Z 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:10.9476163Z 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:10.9476833Z 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:10.9477478Z 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:10.9478086Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry' 2025-03-21T20:18:10.9478781Z 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:10.9479552Z 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:10.9480271Z 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:10.9480976Z 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:10.9481615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Householder' 2025-03-21T20:18:10.9482392Z 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:10.9483104Z 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:10.9483861Z 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:10.9484698Z 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:10.9485469Z 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:10.9486252Z 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:10.9487025Z 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:10.9487901Z 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:10.9488674Z 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:10.9489415Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/IterativeLinearSolvers' 2025-03-21T20:18:10.9490102Z 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:10.9490704Z 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:10.9491315Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Jacobi' 2025-03-21T20:18:10.9492015Z 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:10.9492676Z 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:10.9493300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/KLUSupport' 2025-03-21T20:18:10.9493918Z 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:10.9494517Z 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:10.9495181Z 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:10.9495799Z 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:10.9496427Z 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:10.9497078Z 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:10.9497729Z 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:10.9498331Z 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:10.9498960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/LU' 2025-03-21T20:18:10.9499764Z 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:10.9500445Z 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:10.9501078Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/MetisSupport' 2025-03-21T20:18:10.9501709Z 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:10.9502405Z 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:10.9503191Z 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:10.9503865Z 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:10.9504510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/OrderingMethods' 2025-03-21T20:18:10.9505241Z 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:10.9505924Z 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:10.9506582Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/PaStiXSupport' 2025-03-21T20:18:10.9507302Z 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:10.9508010Z 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:10.9508653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/PardisoSupport' 2025-03-21T20:18:10.9509316Z 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:10.9510018Z 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:10.9510764Z 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:10.9511423Z 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:10.9512054Z 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:10.9512710Z 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:10.9513370Z 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:10.9513985Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/QR' 2025-03-21T20:18:10.9514722Z 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:10.9515444Z 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:10.9516072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SPQRSupport' 2025-03-21T20:18:10.9516666Z 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:10.9517317Z 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:10.9518020Z 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:10.9518621Z 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:10.9519276Z 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:10.9519868Z 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:10.9520554Z 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:10.9521141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SVD' 2025-03-21T20:18:10.9521882Z 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:10.9522598Z 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:10.9523347Z 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:10.9523989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCholesky' 2025-03-21T20:18:10.9524647Z 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:10.9525335Z 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:10.9526114Z 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:10.9526806Z 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:10.9527467Z 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:10.9528144Z 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:10.9528812Z 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:10.9529612Z 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:10.9530308Z 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:10.9531012Z 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:10.9531700Z 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:10.9532485Z 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:10.9533127Z 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:10.9533788Z 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:10.9534429Z 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:10.9535090Z 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:10.9535772Z 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:10.9536472Z 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:10.9537134Z 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:10.9537792Z 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:10.9538425Z 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:10.9539148Z 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:10.9539832Z 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:10.9540613Z 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:10.9541284Z 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:10.9541987Z 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:10.9542637Z 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:10.9543318Z 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:10.9544002Z 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:10.9544681Z 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:10.9545314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore' 2025-03-21T20:18:10.9545998Z 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:10.9546661Z 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:10.9547329Z 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:10.9547998Z 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:10.9548657Z 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:10.9549389Z 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:10.9550039Z 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:10.9550747Z 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:10.9551426Z 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:10.9552121Z 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:10.9552826Z 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:10.9553526Z 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:10.9554211Z 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:10.9554896Z 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:10.9555552Z 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:10.9556208Z 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:10.9556907Z 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:10.9557545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU' 2025-03-21T20:18:10.9558273Z 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:10.9558892Z 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:10.9559511Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseQR' 2025-03-21T20:18:10.9560139Z 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:10.9560771Z 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:10.9561465Z 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:10.9562097Z 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:10.9562716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/StlSupport' 2025-03-21T20:18:10.9563460Z 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:10.9564153Z 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:10.9564810Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SuperLUSupport' 2025-03-21T20:18:10.9565437Z 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:10.9566093Z 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:10.9566791Z 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:10.9567515Z 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:10.9568150Z 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:10.9568811Z 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:10.9569568Z 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:10.9570216Z 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:10.9570928Z 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:10.9571574Z 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:10.9572256Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/ThreadPool' 2025-03-21T20:18:10.9573000Z 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:10.9573708Z 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:10.9574349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/UmfPackSupport' 2025-03-21T20:18:10.9574948Z 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:10.9575648Z 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:10.9576280Z 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:10.9576897Z 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:10.9577490Z 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:10.9578087Z 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:10.9578733Z 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:10.9579508Z 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:10.9580112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/misc' 2025-03-21T20:18:10.9580806Z 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:10.9581492Z 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:10.9582157Z 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:10.9582855Z 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:10.9583562Z 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:10.9584250Z 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:10.9584953Z 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:10.9585650Z 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:10.9586358Z 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:10.9587102Z 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:10.9587759Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/plugins' 2025-03-21T20:18:10.9588321Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src' 2025-03-21T20:18:10.9588872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen' 2025-03-21T20:18:10.9589385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/INSTALL' 2025-03-21T20:18:10.9589923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/README.md' 2025-03-21T20:18:10.9590593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/BenchSparseUtil.h' 2025-03-21T20:18:10.9591173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/BenchTimer.h' 2025-03-21T20:18:10.9591736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/BenchUtil.h' 2025-03-21T20:18:10.9592292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/README.txt' 2025-03-21T20:18:10.9592955Z 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:10.9593555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/basicbench.cxxlist' 2025-03-21T20:18:10.9594174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/basicbenchmark.cpp' 2025-03-21T20:18:10.9594764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/basicbenchmark.h' 2025-03-21T20:18:10.9595376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchBlasGemm.cpp' 2025-03-21T20:18:10.9595966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchCholesky.cpp' 2025-03-21T20:18:10.9596591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchEigenSolver.cpp' 2025-03-21T20:18:10.9597158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchFFT.cpp' 2025-03-21T20:18:10.9597771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchGeometry.cpp' 2025-03-21T20:18:10.9598355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchVecAdd.cpp' 2025-03-21T20:18:10.9598942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_gemm.cpp' 2025-03-21T20:18:10.9599565Z 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:10.9600202Z 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:10.9600809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_norm.cpp' 2025-03-21T20:18:10.9601405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_reverse.cpp' 2025-03-21T20:18:10.9602011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_sum.cpp' 2025-03-21T20:18:10.9602594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_unrolling' 2025-03-21T20:18:10.9603268Z 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:10.9603839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmark.cpp' 2025-03-21T20:18:10.9604481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmarkSlice.cpp' 2025-03-21T20:18:10.9605086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmarkX.cpp' 2025-03-21T20:18:10.9605704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmarkXcwise.cpp' 2025-03-21T20:18:10.9606288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmark_suite' 2025-03-21T20:18:10.9606910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/CMakeLists.txt' 2025-03-21T20:18:10.9607474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/COPYING' 2025-03-21T20:18:10.9608049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/README' 2025-03-21T20:18:10.9608725Z 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:10.9609480Z 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:10.9610158Z 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:10.9610820Z 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:10.9611464Z 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:10.9612126Z 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:10.9612777Z 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:10.9613443Z 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:10.9614117Z 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:10.9614773Z 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:10.9615549Z 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:10.9616317Z 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:10.9617056Z 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:10.9617722Z 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:10.9618363Z 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:10.9619026Z 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:10.9619701Z 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:10.9620362Z 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:10.9621068Z 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:10.9621704Z 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:10.9622366Z 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:10.9622976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions' 2025-03-21T20:18:10.9623616Z 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:10.9624250Z 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:10.9624885Z 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:10.9625529Z 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:10.9626164Z 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:10.9626798Z 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:10.9627418Z 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:10.9628060Z 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:10.9628713Z 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:10.9629481Z 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:10.9630142Z 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:10.9630938Z 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:10.9631530Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/cmake' 2025-03-21T20:18:10.9632164Z 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:10.9632815Z 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:10.9633539Z 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:10.9634151Z 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:10.9634759Z 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:10.9635408Z 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:10.9636057Z 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:10.9636696Z 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:10.9637372Z 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:10.9638009Z 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:10.9638611Z 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:10.9639245Z 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:10.9639833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/data' 2025-03-21T20:18:10.9640479Z 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:10.9641167Z 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:10.9641801Z 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:10.9642511Z 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:10.9643215Z 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:10.9643904Z 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:10.9644607Z 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:10.9645340Z 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:10.9646112Z 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:10.9646861Z 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:10.9647535Z 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:10.9648323Z 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:10.9649025Z 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:10.9649835Z 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:10.9650605Z 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:10.9651376Z 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:10.9652099Z 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:10.9652845Z 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:10.9653533Z 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:10.9654211Z 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:10.9654911Z 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:10.9655608Z 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:10.9656284Z 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:10.9656969Z 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:10.9657631Z 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:10.9658272Z 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:10.9658949Z 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:10.9659594Z 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:10.9660250Z 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:10.9660946Z 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:10.9661610Z 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:10.9662238Z 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:10.9662900Z 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:10.9663561Z 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:10.9664206Z 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:10.9664832Z 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:10.9665439Z 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:10.9666089Z 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:10.9666780Z 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:10.9667395Z 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:10.9668026Z 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:10.9668675Z 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:10.9669403Z 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:10.9670078Z 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:10.9670733Z 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:10.9671402Z 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:10.9672115Z 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:10.9672729Z 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:10.9673420Z 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:10.9674130Z 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:10.9674821Z 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:10.9675467Z 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:10.9676136Z 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:10.9676816Z 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:10.9677518Z 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:10.9678143Z 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:10.9678799Z 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:10.9679653Z 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:10.9680336Z 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:10.9681002Z 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:10.9681663Z 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:10.9682335Z 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:10.9682996Z 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:10.9683635Z 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:10.9684278Z 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:10.9684998Z 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:10.9685648Z 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:10.9686276Z 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:10.9686886Z 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:10.9687532Z 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:10.9688255Z 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:10.9688911Z 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:10.9689676Z 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:10.9690353Z 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:10.9690965Z 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:10.9691664Z 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:10.9692380Z 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:10.9693044Z 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:10.9693722Z 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:10.9694414Z 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:10.9695055Z 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:10.9695706Z 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:10.9696344Z 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:10.9697014Z 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:10.9697642Z 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:10.9698297Z 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:10.9698935Z 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:10.9699608Z 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:10.9700240Z 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:10.9700827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs' 2025-03-21T20:18:10.9701406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl' 2025-03-21T20:18:10.9702022Z 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:10.9702657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/dense_solvers.cpp' 2025-03-21T20:18:10.9703241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/eig33.cpp' 2025-03-21T20:18:10.9703809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/geometry.cpp' 2025-03-21T20:18:10.9704480Z 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:10.9705102Z 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:10.9705786Z 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:10.9706483Z 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:10.9707205Z 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:10.9707830Z 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:10.9708488Z 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:10.9709158Z 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:10.9709880Z 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:10.9710513Z 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:10.9711174Z 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:10.9711870Z 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:10.9712501Z 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:10.9713147Z 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:10.9713884Z 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:10.9714603Z 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:10.9715309Z 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:10.9716000Z 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:10.9716662Z 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:10.9717370Z 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:10.9718070Z 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:10.9718701Z 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:10.9719334Z 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:10.9719996Z 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:10.9720701Z 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:10.9721365Z 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:10.9722021Z 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:10.9722667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring' 2025-03-21T20:18:10.9723285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/product_threshold.cpp' 2025-03-21T20:18:10.9723882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/quat_slerp.cpp' 2025-03-21T20:18:10.9724451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/quatmul.cpp' 2025-03-21T20:18:10.9725074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_cholesky.cpp' 2025-03-21T20:18:10.9725707Z 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:10.9726297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_lu.cpp' 2025-03-21T20:18:10.9726903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_product.cpp' 2025-03-21T20:18:10.9727535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_randomsetter.cpp' 2025-03-21T20:18:10.9728150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_setter.cpp' 2025-03-21T20:18:10.9728765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_transpose.cpp' 2025-03-21T20:18:10.9729447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_trisolver.cpp' 2025-03-21T20:18:10.9730068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/CMakeLists.txt' 2025-03-21T20:18:10.9730695Z 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:10.9731398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/spbench.dtd' 2025-03-21T20:18:10.9732075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/spbenchsolver.cpp' 2025-03-21T20:18:10.9732702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/spbenchsolver.h' 2025-03-21T20:18:10.9733337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/spbenchstyle.h' 2025-03-21T20:18:10.9733967Z 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:10.9734561Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench' 2025-03-21T20:18:10.9735172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spmv.cpp' 2025-03-21T20:18:10.9735771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/README' 2025-03-21T20:18:10.9736376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/benchmark.h' 2025-03-21T20:18:10.9737022Z 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:10.9737722Z 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:10.9738364Z 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:10.9739074Z 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:10.9739721Z 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:10.9740400Z 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:10.9741089Z 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:10.9741770Z 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:10.9742443Z 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:10.9743152Z 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:10.9743731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors' 2025-03-21T20:18:10.9744303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/vdw_new.cpp' 2025-03-21T20:18:10.9744848Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench' 2025-03-21T20:18:10.9745480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/BandTriangularSolver.h' 2025-03-21T20:18:10.9746082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/CMakeLists.txt' 2025-03-21T20:18:10.9746730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/GeneralRank1Update.h' 2025-03-21T20:18:10.9747375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/PackedSelfadjointProduct.h' 2025-03-21T20:18:10.9748053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/PackedTriangularMatrixVector.h' 2025-03-21T20:18:10.9748717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/PackedTriangularSolverVector.h' 2025-03-21T20:18:10.9749330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/README.txt' 2025-03-21T20:18:10.9749899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/Rank2Update.h' 2025-03-21T20:18:10.9750432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/blas.h' 2025-03-21T20:18:10.9750987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/common.h' 2025-03-21T20:18:10.9751583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/complex_double.cpp' 2025-03-21T20:18:10.9752187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/complex_single.cpp' 2025-03-21T20:18:10.9752741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/double.cpp' 2025-03-21T20:18:10.9753316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/chbmv.c' 2025-03-21T20:18:10.9753874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/chpmv.c' 2025-03-21T20:18:10.9754474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/complexdots.c' 2025-03-21T20:18:10.9755028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/ctbmv.c' 2025-03-21T20:18:10.9755617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/datatypes.h' 2025-03-21T20:18:10.9756180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/drotm.c' 2025-03-21T20:18:10.9756748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/drotmg.c' 2025-03-21T20:18:10.9757297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/dsbmv.c' 2025-03-21T20:18:10.9757851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/dspmv.c' 2025-03-21T20:18:10.9758419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/dtbmv.c' 2025-03-21T20:18:10.9758978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/lsame.c' 2025-03-21T20:18:10.9759572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/srotm.c' 2025-03-21T20:18:10.9760157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/srotmg.c' 2025-03-21T20:18:10.9760728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/ssbmv.c' 2025-03-21T20:18:10.9761281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/sspmv.c' 2025-03-21T20:18:10.9761845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/stbmv.c' 2025-03-21T20:18:10.9762400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/zhbmv.c' 2025-03-21T20:18:10.9762994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/zhpmv.c' 2025-03-21T20:18:10.9763569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/ztbmv.c' 2025-03-21T20:18:10.9764138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c' 2025-03-21T20:18:10.9764743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/fortran/complexdots.f' 2025-03-21T20:18:10.9765331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/fortran' 2025-03-21T20:18:10.9765920Z 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:10.9766489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/level1_impl.h' 2025-03-21T20:18:10.9767095Z 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:10.9767687Z 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:10.9768264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/level2_impl.h' 2025-03-21T20:18:10.9768856Z 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:10.9769491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/level3_impl.h' 2025-03-21T20:18:10.9770056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/single.cpp' 2025-03-21T20:18:10.9770684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/CMakeLists.txt' 2025-03-21T20:18:10.9771264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/cblat1.f' 2025-03-21T20:18:10.9771876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/cblat2.dat' 2025-03-21T20:18:10.9772460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/cblat2.f' 2025-03-21T20:18:10.9773063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/cblat3.dat' 2025-03-21T20:18:10.9773688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/cblat3.f' 2025-03-21T20:18:10.9774308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/dblat1.f' 2025-03-21T20:18:10.9774905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/dblat2.dat' 2025-03-21T20:18:10.9775481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/dblat2.f' 2025-03-21T20:18:10.9776086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/dblat3.dat' 2025-03-21T20:18:10.9776667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/dblat3.f' 2025-03-21T20:18:10.9777344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/runblastest.sh' 2025-03-21T20:18:10.9777925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/sblat1.f' 2025-03-21T20:18:10.9778531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/sblat2.dat' 2025-03-21T20:18:10.9779112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/sblat2.f' 2025-03-21T20:18:10.9779852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/sblat3.dat' 2025-03-21T20:18:10.9780435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/sblat3.f' 2025-03-21T20:18:10.9781032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/zblat1.f' 2025-03-21T20:18:10.9781627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/zblat2.dat' 2025-03-21T20:18:10.9782219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/zblat2.f' 2025-03-21T20:18:10.9782809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/zblat3.dat' 2025-03-21T20:18:10.9783404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/zblat3.f' 2025-03-21T20:18:10.9783983Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing' 2025-03-21T20:18:10.9784539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/xerbla.cpp' 2025-03-21T20:18:10.9785096Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas' 2025-03-21T20:18:10.9785662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/CTest2JUnit.xsl' 2025-03-21T20:18:10.9786216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/README.md' 2025-03-21T20:18:10.9786840Z 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:10.9787559Z 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:10.9788187Z 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:10.9788832Z 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:10.9789471Z 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:10.9790142Z 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:10.9790827Z 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:10.9791626Z 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:10.9792298Z 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:10.9792943Z 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:10.9793624Z 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:10.9794286Z 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:10.9794887Z 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:10.9795498Z 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:10.9796083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/scripts' 2025-03-21T20:18:10.9796701Z 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:10.9797339Z 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:10.9797862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci' 2025-03-21T20:18:10.9798550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/ComputeCppCompilerChecks.cmake' 2025-03-21T20:18:10.9799172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/ComputeCppIRMap.cmake' 2025-03-21T20:18:10.9799805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/Eigen3Config.cmake.in' 2025-03-21T20:18:10.9800462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/EigenConfigureTesting.cmake' 2025-03-21T20:18:10.9801110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/EigenSmokeTestList.cmake' 2025-03-21T20:18:10.9801717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/EigenTesting.cmake' 2025-03-21T20:18:10.9802375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/EigenUninstall.cmake' 2025-03-21T20:18:10.9803010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindAccelerate.cmake' 2025-03-21T20:18:10.9803613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindAdolc.cmake' 2025-03-21T20:18:10.9804205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindBLASEXT.cmake' 2025-03-21T20:18:10.9804810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindCHOLMOD.cmake' 2025-03-21T20:18:10.9805456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindCLANG_FORMAT.cmake' 2025-03-21T20:18:10.9806095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindComputeCpp.cmake' 2025-03-21T20:18:10.9806696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindDPCPP.cmake' 2025-03-21T20:18:10.9807274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindFFTW.cmake' 2025-03-21T20:18:10.9807857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindGMP.cmake' 2025-03-21T20:18:10.9808475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindGoogleHash.cmake' 2025-03-21T20:18:10.9809081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindHWLOC.cmake' 2025-03-21T20:18:10.9809713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindKLU.cmake' 2025-03-21T20:18:10.9810313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindMPFR.cmake' 2025-03-21T20:18:10.9810901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindMPREAL.cmake' 2025-03-21T20:18:10.9811505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindMetis.cmake' 2025-03-21T20:18:10.9812100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindPASTIX.cmake' 2025-03-21T20:18:10.9812717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindPTSCOTCH.cmake' 2025-03-21T20:18:10.9813316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindSCOTCH.cmake' 2025-03-21T20:18:10.9813908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindSPQR.cmake' 2025-03-21T20:18:10.9814573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindStandardMathLibrary.cmake' 2025-03-21T20:18:10.9815173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindSuperLU.cmake' 2025-03-21T20:18:10.9815780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindTriSYCL.cmake' 2025-03-21T20:18:10.9816405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindUMFPACK.cmake' 2025-03-21T20:18:10.9817033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/RegexUtils.cmake' 2025-03-21T20:18:10.9817679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/SyclConfigureTesting.cmake' 2025-03-21T20:18:10.9818227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake' 2025-03-21T20:18:10.9818812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/gdb/__init__.py' 2025-03-21T20:18:10.9819409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/gdb/printers.py' 2025-03-21T20:18:10.9820024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/gdb' 2025-03-21T20:18:10.9820632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/lldb/eigenlldb.py' 2025-03-21T20:18:10.9821200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/lldb' 2025-03-21T20:18:10.9821803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/msvc/eigen.natvis' 2025-03-21T20:18:10.9822438Z 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:10.9823017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/msvc' 2025-03-21T20:18:10.9823560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug' 2025-03-21T20:18:10.9824152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/CMakeLists.txt' 2025-03-21T20:18:10.9824789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mandelbrot/CMakeLists.txt' 2025-03-21T20:18:10.9825379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mandelbrot/README' 2025-03-21T20:18:10.9826033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mandelbrot/mandelbrot.cpp' 2025-03-21T20:18:10.9826657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mandelbrot/mandelbrot.h' 2025-03-21T20:18:10.9827272Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mandelbrot' 2025-03-21T20:18:10.9827889Z 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:10.9828582Z 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:10.9829246Z 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:10.9829890Z 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:10.9830541Z 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:10.9831194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/CMakeLists.txt' 2025-03-21T20:18:10.9831765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/README' 2025-03-21T20:18:10.9832375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/camera.cpp' 2025-03-21T20:18:10.9832957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/camera.h' 2025-03-21T20:18:10.9833581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/gpuhelper.cpp' 2025-03-21T20:18:10.9834236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/gpuhelper.h' 2025-03-21T20:18:10.9834859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/icosphere.cpp' 2025-03-21T20:18:10.9835461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/icosphere.h' 2025-03-21T20:18:10.9836103Z 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:10.9836742Z 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:10.9837352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/trackball.cpp' 2025-03-21T20:18:10.9837968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/trackball.h' 2025-03-21T20:18:10.9838550Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl' 2025-03-21T20:18:10.9839108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos' 2025-03-21T20:18:10.9839731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/AsciiQuickReference.txt' 2025-03-21T20:18:10.9840344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/B01_Experimental.dox' 2025-03-21T20:18:10.9840912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CMakeLists.txt' 2025-03-21T20:18:10.9841519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/ClassHierarchy.dox' 2025-03-21T20:18:10.9842188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CoeffwiseMathFunctionsTable.dox' 2025-03-21T20:18:10.9842869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CustomizingEigen_CustomScalar.dox' 2025-03-21T20:18:10.9843558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CustomizingEigen_InheritingMatrix.dox' 2025-03-21T20:18:10.9844229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CustomizingEigen_NullaryExpr.dox' 2025-03-21T20:18:10.9844898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CustomizingEigen_Plugins.dox' 2025-03-21T20:18:10.9845620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/DenseDecompositionBenchmark.dox' 2025-03-21T20:18:10.9846179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/Doxyfile.in' 2025-03-21T20:18:10.9846836Z 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:10.9847484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/FixedSizeVectorizable.dox' 2025-03-21T20:18:10.9848170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/FunctionsTakingEigenTypes.dox' 2025-03-21T20:18:10.9848802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/HiPerformance.dox' 2025-03-21T20:18:10.9849535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/InplaceDecomposition.dox' 2025-03-21T20:18:10.9850174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/InsideEigenExample.dox' 2025-03-21T20:18:10.9850759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/LeastSquares.dox' 2025-03-21T20:18:10.9851319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/Manual.dox' 2025-03-21T20:18:10.9851969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/MatrixfreeSolverExample.dox' 2025-03-21T20:18:10.9852599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/NewExpressionType.dox' 2025-03-21T20:18:10.9853155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/Overview.dox' 2025-03-21T20:18:10.9853758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/PassingByValue.dox' 2025-03-21T20:18:10.9854315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/Pitfalls.dox' 2025-03-21T20:18:10.9854961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/PreprocessorDirectives.dox' 2025-03-21T20:18:10.9855556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/QuickReference.dox' 2025-03-21T20:18:10.9856157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/QuickStartGuide.dox' 2025-03-21T20:18:10.9856789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/SparseLinearSystems.dox' 2025-03-21T20:18:10.9857409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/SparseQuickReference.dox' 2025-03-21T20:18:10.9858005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/StlContainers.dox' 2025-03-21T20:18:10.9858592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/StorageOrders.dox' 2025-03-21T20:18:10.9859293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/StructHavingEigenMembers.dox' 2025-03-21T20:18:10.9859912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TemplateKeyword.dox' 2025-03-21T20:18:10.9860509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicAliasing.dox' 2025-03-21T20:18:10.9861108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicAssertions.dox' 2025-03-21T20:18:10.9861720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicCMakeGuide.dox' 2025-03-21T20:18:10.9862403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicEigenExpressionTemplates.dox' 2025-03-21T20:18:10.9863087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicLazyEvaluation.dox' 2025-03-21T20:18:10.9863790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicLinearAlgebraDecompositions.dox' 2025-03-21T20:18:10.9864424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicMultithreading.dox' 2025-03-21T20:18:10.9865011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicResizing.dox' 2025-03-21T20:18:10.9865627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicScalarTypes.dox' 2025-03-21T20:18:10.9866249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicVectorization.dox' 2025-03-21T20:18:10.9866939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialAdvancedInitialization.dox' 2025-03-21T20:18:10.9867568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialArrayClass.dox' 2025-03-21T20:18:10.9868213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialBlockOperations.dox' 2025-03-21T20:18:10.9868828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialGeometry.dox' 2025-03-21T20:18:10.9869459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialLinearAlgebra.dox' 2025-03-21T20:18:10.9870079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialMapClass.dox' 2025-03-21T20:18:10.9870729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialMatrixArithmetic.dox' 2025-03-21T20:18:10.9871358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialMatrixClass.dox' 2025-03-21T20:18:10.9872095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialReductionsVisitorsBroadcasting.dox' 2025-03-21T20:18:10.9872703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialReshape.dox' 2025-03-21T20:18:10.9873279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialSTL.dox' 2025-03-21T20:18:10.9873961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialSlicingIndexing.dox' 2025-03-21T20:18:10.9874576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialSparse.dox' 2025-03-21T20:18:10.9875257Z 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:10.9875876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/UnalignedArrayAssert.dox' 2025-03-21T20:18:10.9876529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/UsingBlasLapackBackends.dox' 2025-03-21T20:18:10.9877172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/UsingIntelMKL.dox' 2025-03-21T20:18:10.9877738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/UsingNVCC.dox' 2025-03-21T20:18:10.9878365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/WrongStackAlignment.dox' 2025-03-21T20:18:10.9878970Z 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:10.9879754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/eigendoxy.css' 2025-03-21T20:18:10.9880377Z 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:10.9881016Z 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:10.9881629Z 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:10.9882228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/eigendoxy_tabs.css' 2025-03-21T20:18:10.9882801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/.krazy' 2025-03-21T20:18:10.9883432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/CMakeLists.txt' 2025-03-21T20:18:10.9884149Z 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:10.9884776Z 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:10.9885393Z 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:10.9886031Z 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:10.9886717Z 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:10.9887408Z 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:10.9888227Z 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:10.9888993Z 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:10.9889732Z 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:10.9890438Z 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:10.9891148Z 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:10.9891883Z 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:10.9892608Z 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:10.9893262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialInplaceLU.cpp' 2025-03-21T20:18:10.9893990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgComputeTwice.cpp' 2025-03-21T20:18:10.9894744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgExComputeSolveError.cpp' 2025-03-21T20:18:10.9895558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgExSolveColPivHouseholderQR.cpp' 2025-03-21T20:18:10.9896264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgExSolveLDLT.cpp' 2025-03-21T20:18:10.9897024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgInverseDeterminant.cpp' 2025-03-21T20:18:10.9897742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgRankRevealing.cpp' 2025-03-21T20:18:10.9898440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgSVDSolve.cpp' 2025-03-21T20:18:10.9899215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgSelfAdjointEigenSolver.cpp' 2025-03-21T20:18:10.9899943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgSetThreshold.cpp' 2025-03-21T20:18:10.9900655Z 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:10.9901372Z 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:10.9902090Z 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:10.9902804Z 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:10.9903587Z 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:10.9904307Z 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:10.9905085Z 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:10.9905808Z 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:10.9906539Z 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:10.9907335Z 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:10.9908072Z 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:10.9908760Z 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:10.9909605Z 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:10.9910459Z 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:10.9911382Z 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:10.9912190Z 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:10.9913014Z 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:10.9913855Z 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:10.9914723Z 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:10.9915612Z 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:10.9916431Z 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:10.9917247Z 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:10.9918002Z 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:10.9918776Z 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:10.9919441Z 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:10.9920106Z 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:10.9920773Z 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:10.9921464Z 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:10.9922151Z 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:10.9922839Z 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:10.9923536Z 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:10.9924170Z 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:10.9924831Z 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:10.9925526Z 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:10.9926204Z 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:10.9926838Z 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:10.9927501Z 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:10.9928199Z 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:10.9928889Z 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:10.9929627Z 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:10.9930322Z 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:10.9931053Z 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:10.9931693Z 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:10.9932327Z 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:10.9932973Z 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:10.9933688Z 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:10.9934397Z 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:10.9935091Z 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:10.9935780Z 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:10.9936499Z 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:10.9937276Z 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:10.9937939Z 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:10.9938638Z 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:10.9939222Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples' 2025-03-21T20:18:10.9939791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/ftv2node.png' 2025-03-21T20:18:10.9940357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/ftv2pnode.png' 2025-03-21T20:18:10.9940945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/.krazy' 2025-03-21T20:18:10.9941612Z 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:10.9942347Z 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:10.9943090Z 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:10.9943798Z 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:10.9944446Z 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:10.9945130Z 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:10.9945746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/CMakeLists.txt' 2025-03-21T20:18:10.9946457Z 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:10.9947158Z 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:10.9947929Z 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:10.9948686Z 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:10.9949368Z 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:10.9950032Z 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:10.9950713Z 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:10.9951348Z 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:10.9952076Z 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:10.9952691Z 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:10.9953299Z 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:10.9953987Z 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:10.9954662Z 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:10.9955294Z 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:10.9955914Z 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:10.9956581Z 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:10.9957228Z 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:10.9957887Z 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:10.9958498Z 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:10.9959132Z 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:10.9959752Z 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:10.9960378Z 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:10.9960990Z 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:10.9961654Z 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:10.9962287Z 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:10.9962948Z 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:10.9963578Z 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:10.9964248Z 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:10.9964876Z 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:10.9965513Z 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:10.9966197Z 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:10.9966824Z 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:10.9967447Z 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:10.9968088Z 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:10.9968707Z 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:10.9969383Z 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:10.9970013Z 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:10.9970622Z 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:10.9971252Z 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:10.9971898Z 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:10.9972555Z 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:10.9973171Z 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:10.9973832Z 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:10.9974441Z 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:10.9975086Z 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:10.9975725Z 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:10.9976340Z 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:10.9977012Z 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:10.9977728Z 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:10.9978356Z 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:10.9978966Z 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:10.9979737Z 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:10.9980441Z 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:10.9981102Z 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:10.9981726Z 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:10.9982349Z 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:10.9982964Z 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:10.9983620Z 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:10.9984291Z 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:10.9984987Z 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:10.9985730Z 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:10.9986416Z 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:10.9987110Z 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:10.9987808Z 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:10.9988513Z 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:10.9989260Z 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:10.9989929Z 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:10.9990609Z 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:10.9991311Z 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:10.9992070Z 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:10.9992819Z 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:10.9993463Z 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:10.9994122Z 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:10.9994759Z 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:10.9995509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/GeneralizedEigenSolver.cpp' 2025-03-21T20:18:10.9996246Z 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:10.9996994Z 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:10.9997761Z 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:10.9998473Z 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:10.9999139Z 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:10.9999935Z 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:11.0000540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/IOFormat.cpp' 2025-03-21T20:18:11.0001191Z 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:11.0001842Z 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:11.0002508Z 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:11.0003134Z 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:11.0003745Z 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:11.0004478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/LeastSquaresNormalEquations.cpp' 2025-03-21T20:18:11.0005113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/LeastSquaresQR.cpp' 2025-03-21T20:18:11.0005777Z 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:11.0006448Z 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:11.0007131Z 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:11.0007782Z 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:11.0008406Z 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:11.0009056Z 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:11.0009812Z 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:11.0010540Z 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:11.0011266Z 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:11.0011910Z 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:11.0012601Z 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:11.0013267Z 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:11.0013970Z 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:11.0014691Z 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:11.0015451Z 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:11.0016196Z 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:11.0016887Z 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:11.0017547Z 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:11.0018180Z 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:11.0018842Z 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:11.0019578Z 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:11.0020368Z 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:11.0021141Z 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:11.0021844Z 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:11.0022508Z 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:11.0023177Z 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:11.0023842Z 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:11.0024563Z 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:11.0025250Z 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:11.0025923Z 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:11.0026613Z 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:11.0027306Z 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:11.0027991Z 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:11.0028671Z 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:11.0029332Z 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:11.0030003Z 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:11.0030684Z 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:11.0031407Z 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:11.0032101Z 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:11.0032753Z 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:11.0033401Z 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:11.0034112Z 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:11.0034805Z 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:11.0035483Z 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:11.0036184Z 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:11.0036909Z 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:11.0037580Z 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:11.0038249Z 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:11.0038936Z 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:11.0039637Z 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:11.0040345Z 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:11.0041010Z 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:11.0041672Z 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:11.0042354Z 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:11.0043024Z 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:11.0043667Z 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:11.0044336Z 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:11.0045015Z 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:11.0045696Z 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:11.0046347Z 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:11.0047002Z 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:11.0047683Z 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:11.0048374Z 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:11.0049049Z 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:11.0049820Z 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:11.0050556Z 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:11.0051273Z 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:11.0051987Z 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:11.0052699Z 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:11.0053364Z 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:11.0054081Z 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:11.0054748Z 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:11.0055403Z 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:11.0056105Z 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:11.0056752Z 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:11.0057462Z 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:11.0058099Z 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:11.0058795Z 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:11.0059444Z 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:11.0060107Z 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:11.0060769Z 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:11.0061436Z 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:11.0062190Z 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:11.0062892Z 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:11.0063711Z 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:11.0064501Z 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:11.0065369Z 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:11.0066198Z 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:11.0067042Z 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:11.0067815Z 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:11.0068634Z 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:11.0069467Z 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:11.0070292Z 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:11.0071021Z 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:11.0071769Z 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:11.0072495Z 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:11.0073221Z 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:11.0073948Z 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:11.0074692Z 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:11.0075430Z 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:11.0076117Z 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:11.0076789Z 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:11.0077497Z 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:11.0078142Z 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:11.0078815Z 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:11.0079614Z 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:11.0080311Z 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:11.0081090Z 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:11.0081836Z 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:11.0082547Z 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:11.0083192Z 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:11.0083934Z 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:11.0084634Z 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:11.0085325Z 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:11.0086016Z 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:11.0086729Z 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:11.0087380Z 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:11.0088065Z 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:11.0088725Z 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:11.0089480Z 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:11.0090139Z 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:11.0090822Z 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:11.0091522Z 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:11.0092190Z 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:11.0092840Z 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:11.0093527Z 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:11.0094194Z 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:11.0094846Z 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:11.0095538Z 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:11.0096250Z 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:11.0096914Z 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:11.0097551Z 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:11.0098285Z 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:11.0098987Z 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:11.0099821Z 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:11.0100688Z 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:11.0101577Z 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:11.0102363Z 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:11.0103171Z 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:11.0103925Z 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:11.0104695Z 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:11.0105495Z 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:11.0106268Z 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:11.0106982Z 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:11.0107709Z 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:11.0108364Z 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:11.0109082Z 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:11.0109756Z 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:11.0110480Z 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:11.0111166Z 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:11.0111828Z 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:11.0112545Z 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:11.0113207Z 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:11.0113907Z 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:11.0114591Z 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:11.0115258Z 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:11.0115917Z 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:11.0116586Z 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:11.0117295Z 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:11.0117954Z 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:11.0118778Z 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:11.0119488Z 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:11.0120244Z 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:11.0120967Z 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:11.0121768Z 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:11.0122513Z 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:11.0123271Z 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:11.0124088Z 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:11.0124838Z 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:11.0125670Z 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:11.0126473Z 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:11.0127235Z 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:11.0127902Z 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:11.0128567Z 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:11.0129370Z 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:11.0130061Z 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:11.0130733Z 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:11.0131392Z 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:11.0132078Z 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:11.0132756Z 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:11.0133436Z 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:11.0134156Z 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:11.0134889Z 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:11.0135601Z 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:11.0136330Z 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:11.0137050Z 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:11.0137759Z 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:11.0138503Z 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:11.0139194Z 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:11.0139906Z 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:11.0140652Z 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:11.0141323Z 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:11.0142041Z 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:11.0142728Z 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:11.0143391Z 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:11.0144089Z 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:11.0144746Z 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:11.0145460Z 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:11.0146187Z 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:11.0146929Z 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:11.0147659Z 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:11.0148389Z 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:11.0148970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets' 2025-03-21T20:18:11.0149635Z 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:11.0150351Z 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:11.0151121Z 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:11.0151784Z 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:11.0152414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/special_examples' 2025-03-21T20:18:11.0152974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/tutorial.cpp' 2025-03-21T20:18:11.0153519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc' 2025-03-21T20:18:11.0154057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/eigen3.pc.in' 2025-03-21T20:18:11.0154701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/CMakeLists.txt' 2025-03-21T20:18:11.0155326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/bdcsvd_int.cpp' 2025-03-21T20:18:11.0156054Z 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:11.0156765Z 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:11.0157486Z 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:11.0158229Z 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:11.0158978Z 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:11.0159603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/colpivqr_int.cpp' 2025-03-21T20:18:11.0160331Z 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:11.0161073Z 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:11.0161808Z 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:11.0162568Z 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:11.0163330Z 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:11.0164108Z 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:11.0164823Z 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:11.0165566Z 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:11.0166190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/eigensolver_cplx.cpp' 2025-03-21T20:18:11.0166830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/eigensolver_int.cpp' 2025-03-21T20:18:11.0167481Z 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:11.0168105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/fullpivlu_int.cpp' 2025-03-21T20:18:11.0168713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/fullpivqr_int.cpp' 2025-03-21T20:18:11.0169459Z 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:11.0170125Z 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:11.0170744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/jacobisvd_int.cpp' 2025-03-21T20:18:11.0171326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ldlt_int.cpp' 2025-03-21T20:18:11.0171905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/llt_int.cpp' 2025-03-21T20:18:11.0172618Z 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:11.0173386Z 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:11.0174107Z 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:11.0174812Z 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:11.0175528Z 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:11.0176243Z 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:11.0176973Z 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:11.0177599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/partialpivlu_int.cpp' 2025-03-21T20:18:11.0178185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/qr_int.cpp' 2025-03-21T20:18:11.0178751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_1.cpp' 2025-03-21T20:18:11.0179342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_2.cpp' 2025-03-21T20:18:11.0180024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_3.cpp' 2025-03-21T20:18:11.0180614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_4.cpp' 2025-03-21T20:18:11.0181180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_5.cpp' 2025-03-21T20:18:11.0181760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_6.cpp' 2025-03-21T20:18:11.0182329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_7.cpp' 2025-03-21T20:18:11.0183107Z 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:11.0183947Z 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:11.0184591Z 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:11.0185208Z 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:11.0185810Z 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:11.0186431Z 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:11.0187032Z 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:11.0187841Z 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:11.0188417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/swap_1.cpp' 2025-03-21T20:18:11.0189004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/swap_2.cpp' 2025-03-21T20:18:11.0189594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ternary_1.cpp' 2025-03-21T20:18:11.0190193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ternary_2.cpp' 2025-03-21T20:18:11.0190920Z 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:11.0191675Z 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:11.0192432Z 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:11.0193208Z 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:11.0193764Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest' 2025-03-21T20:18:11.0194362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/CMakeLists.txt' 2025-03-21T20:18:11.0194941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/cholesky.inc' 2025-03-21T20:18:11.0195512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/clacgv.f' 2025-03-21T20:18:11.0196067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/cladiv.f' 2025-03-21T20:18:11.0196613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/clarf.f' 2025-03-21T20:18:11.0197178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/clarfb.f' 2025-03-21T20:18:11.0197735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/clarfg.f' 2025-03-21T20:18:11.0198332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/clarft.f' 2025-03-21T20:18:11.0198959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/complex_double.cpp' 2025-03-21T20:18:11.0199581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/complex_single.cpp' 2025-03-21T20:18:11.0200134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dladiv.f' 2025-03-21T20:18:11.0200702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlamch.f' 2025-03-21T20:18:11.0201254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlapy2.f' 2025-03-21T20:18:11.0201870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlapy3.f' 2025-03-21T20:18:11.0202416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlarf.f' 2025-03-21T20:18:11.0202984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlarfb.f' 2025-03-21T20:18:11.0203536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlarfg.f' 2025-03-21T20:18:11.0204090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlarft.f' 2025-03-21T20:18:11.0204670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/double.cpp' 2025-03-21T20:18:11.0205298Z 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:11.0205886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dsecnd_NONE.f' 2025-03-21T20:18:11.0206474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/eigenvalues.inc' 2025-03-21T20:18:11.0207041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilaclc.f' 2025-03-21T20:18:11.0207594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilaclr.f' 2025-03-21T20:18:11.0208159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/iladlc.f' 2025-03-21T20:18:11.0208715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/iladlr.f' 2025-03-21T20:18:11.0209333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilaslc.f' 2025-03-21T20:18:11.0209890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilaslr.f' 2025-03-21T20:18:11.0210457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilazlc.f' 2025-03-21T20:18:11.0211008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilazlr.f' 2025-03-21T20:18:11.0211572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/lapack.h' 2025-03-21T20:18:11.0212198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/lapack_common.h' 2025-03-21T20:18:11.0212759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/lu.inc' 2025-03-21T20:18:11.0213403Z 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:11.0213982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/second_NONE.f' 2025-03-21T20:18:11.0214564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/single.cpp' 2025-03-21T20:18:11.0215115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/sladiv.f' 2025-03-21T20:18:11.0215730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slamch.f' 2025-03-21T20:18:11.0216282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slapy2.f' 2025-03-21T20:18:11.0216849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slapy3.f' 2025-03-21T20:18:11.0217390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slarf.f' 2025-03-21T20:18:11.0217950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slarfb.f' 2025-03-21T20:18:11.0218499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slarfg.f' 2025-03-21T20:18:11.0219066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slarft.f' 2025-03-21T20:18:11.0219613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/svd.inc' 2025-03-21T20:18:11.0220181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zlacgv.f' 2025-03-21T20:18:11.0220727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zladiv.f' 2025-03-21T20:18:11.0221268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zlarf.f' 2025-03-21T20:18:11.0221830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zlarfb.f' 2025-03-21T20:18:11.0222381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zlarfg.f' 2025-03-21T20:18:11.0222951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zlarft.f' 2025-03-21T20:18:11.0223495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack' 2025-03-21T20:18:11.0224096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/CMakeLists.txt' 2025-03-21T20:18:11.0224681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/buildtests.in' 2025-03-21T20:18:11.0225314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/cdashtesting.cmake.in' 2025-03-21T20:18:11.0225896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/check.in' 2025-03-21T20:18:11.0226486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/debug.in' 2025-03-21T20:18:11.0227108Z 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:11.0227702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/eigen_gen_docs' 2025-03-21T20:18:11.0228370Z 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:11.0229003Z 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:11.0229636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/release.in' 2025-03-21T20:18:11.0230193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts' 2025-03-21T20:18:11.0230856Z 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:11.0231442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/AnnoyingScalar.h' 2025-03-21T20:18:11.0232026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/CMakeLists.txt' 2025-03-21T20:18:11.0232608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/MovableScalar.h' 2025-03-21T20:18:11.0233215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/OffByOneScalar.h' 2025-03-21T20:18:11.0233778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/SafeScalar.h' 2025-03-21T20:18:11.0234413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/accelerate_support.cpp' 2025-03-21T20:18:11.0234975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/adjoint.cpp' 2025-03-21T20:18:11.0235567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/array_cwise.cpp' 2025-03-21T20:18:11.0236170Z 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:11.0236786Z 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:11.0237389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/array_replicate.cpp' 2025-03-21T20:18:11.0237991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/array_reverse.cpp' 2025-03-21T20:18:11.0238566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bandmatrix.cpp' 2025-03-21T20:18:11.0239141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/basicstuff.cpp' 2025-03-21T20:18:11.0239713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bdcsvd.cpp' 2025-03-21T20:18:11.0240334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bfloat16_float.cpp' 2025-03-21T20:18:11.0240929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bicgstab.cpp' 2025-03-21T20:18:11.0241490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/blasutil.cpp' 2025-03-21T20:18:11.0242042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/block.cpp' 2025-03-21T20:18:11.0242641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/boostmultiprec.cpp' 2025-03-21T20:18:11.0243234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bug1213.cpp' 2025-03-21T20:18:11.0243803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bug1213.h' 2025-03-21T20:18:11.0244396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bug1213_main.cpp' 2025-03-21T20:18:11.0244955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/cholesky.cpp' 2025-03-21T20:18:11.0245564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/cholmod_support.cpp' 2025-03-21T20:18:11.0246096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/clz.cpp' 2025-03-21T20:18:11.0246721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/commainitializer.cpp' 2025-03-21T20:18:11.0247341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/conjugate_gradient.cpp' 2025-03-21T20:18:11.0247962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/conservative_resize.cpp' 2025-03-21T20:18:11.0248546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/constexpr.cpp' 2025-03-21T20:18:11.0249124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/constructor.cpp' 2025-03-21T20:18:11.0249775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/corners.cpp' 2025-03-21T20:18:11.0250349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/ctorleak.cpp' 2025-03-21T20:18:11.0250921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/denseLM.cpp' 2025-03-21T20:18:11.0251510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/dense_storage.cpp' 2025-03-21T20:18:11.0252103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/determinant.cpp' 2025-03-21T20:18:11.0252665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/diagonal.cpp' 2025-03-21T20:18:11.0253347Z 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:11.0253991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/diagonalmatrices.cpp' 2025-03-21T20:18:11.0254599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/dontalign.cpp' 2025-03-21T20:18:11.0255165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/dynalloc.cpp' 2025-03-21T20:18:11.0255775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/eigen2support.cpp' 2025-03-21T20:18:11.0256398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/eigensolver_complex.cpp' 2025-03-21T20:18:11.0257058Z 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:11.0257744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/eigensolver_generic.cpp' 2025-03-21T20:18:11.0258388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/eigensolver_selfadjoint.cpp' 2025-03-21T20:18:11.0259001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/evaluator_common.h' 2025-03-21T20:18:11.0259575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/evaluators.cpp' 2025-03-21T20:18:11.0260164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/exceptions.cpp' 2025-03-21T20:18:11.0260723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/fastmath.cpp' 2025-03-21T20:18:11.0261329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/first_aligned.cpp' 2025-03-21T20:18:11.0261936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/float_conversion.cpp' 2025-03-21T20:18:11.0262541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_alignedbox.cpp' 2025-03-21T20:18:11.0263138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_eulerangles.cpp' 2025-03-21T20:18:11.0263756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_homogeneous.cpp' 2025-03-21T20:18:11.0264349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_hyperplane.cpp' 2025-03-21T20:18:11.0264974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_orthomethods.cpp' 2025-03-21T20:18:11.0265605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_parametrizedline.cpp' 2025-03-21T20:18:11.0266203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_quaternion.cpp' 2025-03-21T20:18:11.0266831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_transformations.cpp' 2025-03-21T20:18:11.0267397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/gpu_basic.cu' 2025-03-21T20:18:11.0267975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/gpu_common.h' 2025-03-21T20:18:11.0268574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/gpu_example.cu' 2025-03-21T20:18:11.0269201Z 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:11.0269770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/half_float.cpp' 2025-03-21T20:18:11.0270361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/hessenberg.cpp' 2025-03-21T20:18:11.0270939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/householder.cpp' 2025-03-21T20:18:11.0271604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/incomplete_cholesky.cpp' 2025-03-21T20:18:11.0272214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/indexed_view.cpp' 2025-03-21T20:18:11.0272894Z 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:11.0273523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/inplace_decomposition.cpp' 2025-03-21T20:18:11.0274121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/integer_types.cpp' 2025-03-21T20:18:11.0274678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/inverse.cpp' 2025-03-21T20:18:11.0275218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/io.cpp' 2025-03-21T20:18:11.0275817Z 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:11.0276369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/jacobi.cpp' 2025-03-21T20:18:11.0281402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/jacobisvd.cpp' 2025-03-21T20:18:11.0282029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/klu_support.cpp' 2025-03-21T20:18:11.0282656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/linearstructure.cpp' 2025-03-21T20:18:11.0283207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/lscg.cpp' 2025-03-21T20:18:11.0283747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/lu.cpp' 2025-03-21T20:18:11.0284274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/main.h' 2025-03-21T20:18:11.0284870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/mapped_matrix.cpp' 2025-03-21T20:18:11.0285481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/mapstaticmethods.cpp' 2025-03-21T20:18:11.0286063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/mapstride.cpp' 2025-03-21T20:18:11.0286755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/maxsizevector.cpp' 2025-03-21T20:18:11.0287357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/meta.cpp' 2025-03-21T20:18:11.0287958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/metis_support.cpp' 2025-03-21T20:18:11.0288543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/miscmatrices.cpp' 2025-03-21T20:18:11.0289140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/mixingtypes.cpp' 2025-03-21T20:18:11.0289785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/nestbyvalue.cpp' 2025-03-21T20:18:11.0290456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/nesting_ops.cpp' 2025-03-21T20:18:11.0291015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/nomalloc.cpp' 2025-03-21T20:18:11.0291582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/nullary.cpp' 2025-03-21T20:18:11.0292181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/num_dimensions.cpp' 2025-03-21T20:18:11.0292752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/numext.cpp' 2025-03-21T20:18:11.0293331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/packet_ostream.h' 2025-03-21T20:18:11.0293920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/packetmath.cpp' 2025-03-21T20:18:11.0294539Z 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:11.0295155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/pardiso_support.cpp' 2025-03-21T20:18:11.0295744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/pastix_support.cpp' 2025-03-21T20:18:11.0296370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/permutationmatrices.cpp' 2025-03-21T20:18:11.0296986Z 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:11.0297537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product.h' 2025-03-21T20:18:11.0298149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_extra.cpp' 2025-03-21T20:18:11.0298735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_large.cpp' 2025-03-21T20:18:11.0299327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_mmtr.cpp' 2025-03-21T20:18:11.0299948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_notemporary.cpp' 2025-03-21T20:18:11.0300582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_selfadjoint.cpp' 2025-03-21T20:18:11.0301194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_small.cpp' 2025-03-21T20:18:11.0301807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_symm.cpp' 2025-03-21T20:18:11.0302385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_syrk.cpp' 2025-03-21T20:18:11.0302996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_threaded.cpp' 2025-03-21T20:18:11.0303573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_trmm.cpp' 2025-03-21T20:18:11.0304192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_trmv.cpp' 2025-03-21T20:18:11.0304816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_trsolve.cpp' 2025-03-21T20:18:11.0305351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/qr.cpp' 2025-03-21T20:18:11.0305958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/qr_colpivoting.cpp' 2025-03-21T20:18:11.0306559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/qr_fullpivoting.cpp' 2025-03-21T20:18:11.0307129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/qtvector.cpp' 2025-03-21T20:18:11.0307671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/rand.cpp' 2025-03-21T20:18:11.0308271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/random_matrix.cpp' 2025-03-21T20:18:11.0308883Z 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:11.0309543Z 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:11.0310099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/real_qz.cpp' 2025-03-21T20:18:11.0310654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/redux.cpp' 2025-03-21T20:18:11.0311194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/ref.cpp' 2025-03-21T20:18:11.0311766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/reshape.cpp' 2025-03-21T20:18:11.0312315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/resize.cpp' 2025-03-21T20:18:11.0312905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/rvalue_types.cpp' 2025-03-21T20:18:11.0313491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/schur_complex.cpp' 2025-03-21T20:18:11.0314053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/schur_real.cpp' 2025-03-21T20:18:11.0314667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/selfadjoint.cpp' 2025-03-21T20:18:11.0315260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/serializer.cpp' 2025-03-21T20:18:11.0315894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/simplicial_cholesky.cpp' 2025-03-21T20:18:11.0316446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sizeof.cpp' 2025-03-21T20:18:11.0317038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sizeoverflow.cpp' 2025-03-21T20:18:11.0317671Z 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:11.0318318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/smallvectors.cpp' 2025-03-21T20:18:11.0318872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/solverbase.h' 2025-03-21T20:18:11.0319432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse.h' 2025-03-21T20:18:11.0319993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparseLM.cpp' 2025-03-21T20:18:11.0320589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_basic.cpp' 2025-03-21T20:18:11.0321166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_block.cpp' 2025-03-21T20:18:11.0321803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_permutations.cpp' 2025-03-21T20:18:11.0322397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_product.cpp' 2025-03-21T20:18:11.0322961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_ref.cpp' 2025-03-21T20:18:11.0323547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_solver.h' 2025-03-21T20:18:11.0324137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_solvers.cpp' 2025-03-21T20:18:11.0324732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_vector.cpp' 2025-03-21T20:18:11.0325298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparselu.cpp' 2025-03-21T20:18:11.0325869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparseqr.cpp' 2025-03-21T20:18:11.0326466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/special_numbers.cpp' 2025-03-21T20:18:11.0327071Z 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:11.0327652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/spqr_support.cpp' 2025-03-21T20:18:11.0328233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stable_norm.cpp' 2025-03-21T20:18:11.0328816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stddeque.cpp' 2025-03-21T20:18:11.0329512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stddeque_overload.cpp' 2025-03-21T20:18:11.0330068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stdlist.cpp' 2025-03-21T20:18:11.0330684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stdlist_overload.cpp' 2025-03-21T20:18:11.0331248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stdvector.cpp' 2025-03-21T20:18:11.0331862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stdvector_overload.cpp' 2025-03-21T20:18:11.0332519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stl_iterators.cpp' 2025-03-21T20:18:11.0333121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/superlu_support.cpp' 2025-03-21T20:18:11.0333692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/svd_common.h' 2025-03-21T20:18:11.0334245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/svd_fill.h' 2025-03-21T20:18:11.0334797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/swap.cpp' 2025-03-21T20:18:11.0335362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sycl_basic.cpp' 2025-03-21T20:18:11.0335970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/symbolic_index.cpp' 2025-03-21T20:18:11.0336589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/threads_eventcount.cpp' 2025-03-21T20:18:11.0337275Z 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:11.0337879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/threads_runqueue.cpp' 2025-03-21T20:18:11.0338460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/triangular.cpp' 2025-03-21T20:18:11.0339033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/tuple_test.cpp' 2025-03-21T20:18:11.0339617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/type_alias.cpp' 2025-03-21T20:18:11.0340171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/umeyama.cpp' 2025-03-21T20:18:11.0340770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/umfpack_support.cpp' 2025-03-21T20:18:11.0341377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/unalignedcount.cpp' 2025-03-21T20:18:11.0341943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/unaryview.cpp' 2025-03-21T20:18:11.0342636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/upperbidiagonalization.cpp' 2025-03-21T20:18:11.0343282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/vectorization_logic.cpp' 2025-03-21T20:18:11.0343881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/vectorwiseop.cpp' 2025-03-21T20:18:11.0344436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/visitor.cpp' 2025-03-21T20:18:11.0345004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/zerosized.cpp' 2025-03-21T20:18:11.0345536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test' 2025-03-21T20:18:11.0346207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/CMakeLists.txt' 2025-03-21T20:18:11.0346834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/AdolcForward' 2025-03-21T20:18:11.0347489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/AlignedVector3' 2025-03-21T20:18:11.0348124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/ArpackSupport' 2025-03-21T20:18:11.0348746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/AutoDiff' 2025-03-21T20:18:11.0349330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/BVH' 2025-03-21T20:18:11.0349984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CMakeLists.txt' 2025-03-21T20:18:11.0350655Z 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:11.0351276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/Tensor' 2025-03-21T20:18:11.0351951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/TensorSymmetry' 2025-03-21T20:18:11.0352603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/ThreadPool' 2025-03-21T20:18:11.0353391Z 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:11.0354099Z 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:11.0354809Z 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:11.0355534Z 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:11.0356273Z 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:11.0357019Z 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:11.0357779Z 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:11.0358544Z 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:11.0359301Z 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:11.0360071Z 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:11.0360868Z 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:11.0361701Z 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:11.0362498Z 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:11.0363281Z 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:11.0364085Z 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:11.0364871Z 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:11.0365709Z 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:11.0366464Z 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:11.0367239Z 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:11.0368025Z 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:11.0368795Z 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:11.0369597Z 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:11.0370344Z 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:11.0371099Z 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:11.0371874Z 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:11.0372668Z 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:11.0373446Z 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:11.0374249Z 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:11.0375017Z 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:11.0375788Z 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:11.0376573Z 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:11.0377337Z 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:11.0378074Z 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:11.0378799Z 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:11.0379668Z 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:11.0380432Z 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:11.0381187Z 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:11.0382003Z 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:11.0382743Z 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:11.0383506Z 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:11.0384288Z 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:11.0385091Z 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:11.0385899Z 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:11.0386618Z 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:11.0387368Z 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:11.0388207Z 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:11.0388989Z 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:11.0389760Z 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:11.0390489Z 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:11.0391258Z 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:11.0392088Z 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:11.0392804Z 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:11.0393532Z 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:11.0394273Z 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:11.0395023Z 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:11.0395753Z 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:11.0396499Z 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:11.0397247Z 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:11.0398023Z 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:11.0398798Z 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:11.0399532Z 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:11.0400271Z 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:11.0401001Z 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:11.0401742Z 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:11.0402503Z 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:11.0403268Z 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:11.0404048Z 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:11.0404773Z 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:11.0405510Z 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:11.0406247Z 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:11.0407075Z 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:11.0407771Z 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:11.0408580Z 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:11.0409465Z 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:11.0410265Z 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:11.0411023Z 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:11.0411880Z 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:11.0412644Z 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:11.0413396Z 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:11.0414099Z 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:11.0414848Z 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:11.0415543Z 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:11.0416204Z 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:11.0416857Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11' 2025-03-21T20:18:11.0417478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/EulerAngles' 2025-03-21T20:18:11.0418114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/FFT' 2025-03-21T20:18:11.0418859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/IterativeSolvers' 2025-03-21T20:18:11.0419526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/KroneckerProduct' 2025-03-21T20:18:11.0420192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/LevenbergMarquardt' 2025-03-21T20:18:11.0420842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/MPRealSupport' 2025-03-21T20:18:11.0421487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/MatrixFunctions' 2025-03-21T20:18:11.0422141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/NNLS' 2025-03-21T20:18:11.0422829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/NonLinearOptimization' 2025-03-21T20:18:11.0423481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/NumericalDiff' 2025-03-21T20:18:11.0424117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/OpenGLSupport' 2025-03-21T20:18:11.0424759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/Polynomials' 2025-03-21T20:18:11.0425382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/SparseExtra' 2025-03-21T20:18:11.0426049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/SpecialFunctions' 2025-03-21T20:18:11.0426655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/Splines' 2025-03-21T20:18:11.0427388Z 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:11.0428115Z 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:11.0428838Z 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:11.0429574Z 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:11.0430324Z 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:11.0431012Z 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:11.0431697Z 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:11.0432436Z 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:11.0433114Z 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:11.0433802Z 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:11.0434632Z 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:11.0435418Z 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:11.0436106Z 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:11.0436900Z 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:11.0437621Z 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:11.0438354Z 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:11.0439122Z 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:11.0439823Z 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:11.0440547Z 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:11.0441243Z 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:11.0441939Z 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:11.0442653Z 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:11.0443361Z 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:11.0444015Z 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:11.0444771Z 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:11.0445488Z 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:11.0446216Z 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:11.0446933Z 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:11.0447670Z 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:11.0448465Z 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:11.0449387Z 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:11.0450112Z 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:11.0450854Z 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:11.0451612Z 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:11.0452448Z 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:11.0453264Z 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:11.0453990Z 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:11.0454794Z 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:11.0455619Z 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:11.0456358Z 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:11.0457125Z 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:11.0457849Z 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:11.0462003Z 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:11.0462839Z 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:11.0463577Z 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:11.0464380Z 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:11.0465157Z 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:11.0465967Z 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:11.0466812Z 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:11.0467561Z 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:11.0468350Z 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:11.0469108Z 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:11.0469838Z 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:11.0470713Z 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:11.0471587Z 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:11.0472409Z 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:11.0473173Z 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:11.0473928Z 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:11.0474703Z 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:11.0475454Z 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:11.0476215Z 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:11.0478501Z 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:11.0479356Z 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:11.0480288Z 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:11.0481039Z 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:11.0481803Z 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:11.0482618Z 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:11.0483373Z 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:11.0484092Z 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:11.0484804Z 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:11.0485587Z 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:11.0486337Z 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:11.0487100Z 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:11.0487873Z 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:11.0488643Z 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:11.0489483Z 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:11.0490208Z 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:11.0490996Z 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:11.0491740Z 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:11.0492473Z 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:11.0493176Z 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:11.0494000Z 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:11.0494944Z 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:11.0495775Z 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:11.0496592Z 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:11.0497384Z 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:11.0498233Z 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:11.0499054Z 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:11.0499864Z 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:11.0500694Z 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:11.0501522Z 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:11.0502368Z 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:11.0503202Z 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:11.0504048Z 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:11.0504893Z 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:11.0505729Z 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:11.0506564Z 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:11.0507346Z 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:11.0508183Z 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:11.0509044Z 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:11.0509857Z 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:11.0510754Z 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:11.0511526Z 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:11.0512366Z 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:11.0513194Z 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:11.0513973Z 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:11.0514716Z 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:11.0515442Z 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:11.0516192Z 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:11.0516882Z 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:11.0517602Z 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:11.0518305Z 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:11.0519029Z 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:11.0519674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src' 2025-03-21T20:18:11.0520287Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen' 2025-03-21T20:18:11.0520893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/README.txt' 2025-03-21T20:18:11.0521529Z 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:11.0522151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/bench' 2025-03-21T20:18:11.0522775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/CMakeLists.txt' 2025-03-21T20:18:11.0523397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/Overview.dox' 2025-03-21T20:18:11.0524012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/SYCL.dox' 2025-03-21T20:18:11.0525002Z 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:11.0525751Z 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:11.0526433Z 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:11.0527129Z 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:11.0527775Z 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:11.0528516Z 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:11.0529221Z 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:11.0530009Z 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:11.0530699Z 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:11.0531433Z 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:11.0532132Z 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:11.0532814Z 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:11.0533549Z 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:11.0534331Z 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:11.0535060Z 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:11.0535772Z 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:11.0536480Z 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:11.0537149Z 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:11.0537808Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples' 2025-03-21T20:18:11.0538489Z 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:11.0539152Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/snippets' 2025-03-21T20:18:11.0539753Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc' 2025-03-21T20:18:11.0540429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/BVH.cpp' 2025-03-21T20:18:11.0541069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/CMakeLists.txt' 2025-03-21T20:18:11.0541731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/EulerAngles.cpp' 2025-03-21T20:18:11.0542334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/FFT.cpp' 2025-03-21T20:18:11.0542959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/FFTW.cpp' 2025-03-21T20:18:11.0543570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/NNLS.cpp' 2025-03-21T20:18:11.0544273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/NonLinearOptimization.cpp' 2025-03-21T20:18:11.0544944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/NumericalDiff.cpp' 2025-03-21T20:18:11.0545597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/alignedvector3.cpp' 2025-03-21T20:18:11.0546240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/autodiff.cpp' 2025-03-21T20:18:11.0546896Z 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:11.0547578Z 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:11.0548230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/bicgstabl.cpp' 2025-03-21T20:18:11.0548950Z 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:11.0549651Z 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:11.0550373Z 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:11.0551055Z 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:11.0551785Z 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:11.0552487Z 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:11.0553185Z 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:11.0553902Z 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:11.0554657Z 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:11.0555398Z 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:11.0556132Z 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:11.0556798Z 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:11.0557505Z 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:11.0558223Z 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:11.0558948Z 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:11.0559699Z 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:11.0560402Z 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:11.0561141Z 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:11.0561886Z 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:11.0562583Z 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:11.0563323Z 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:11.0564072Z 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:11.0564778Z 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:11.0565499Z 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:11.0566236Z 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:11.0566963Z 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:11.0567659Z 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:11.0568391Z 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:11.0569068Z 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:11.0569900Z 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:11.0570625Z 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:11.0571318Z 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:11.0572010Z 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:11.0572689Z 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:11.0573353Z 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:11.0574074Z 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:11.0574778Z 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:11.0575516Z 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:11.0576216Z 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:11.0576940Z 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:11.0577612Z 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:11.0578330Z 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:11.0579057Z 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:11.0579914Z 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:11.0580656Z 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:11.0581364Z 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:11.0582073Z 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:11.0582792Z 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:11.0583487Z 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:11.0584142Z 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:11.0584928Z 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:11.0585696Z 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:11.0586396Z 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:11.0587063Z 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:11.0587744Z 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:11.0588437Z 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:11.0589172Z 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:11.0589868Z 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:11.0590599Z 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:11.0591263Z 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:11.0591993Z 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:11.0592720Z 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:11.0593503Z 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:11.0594240Z 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:11.0594949Z 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:11.0595682Z 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:11.0596381Z 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:11.0597075Z 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:11.0597785Z 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:11.0598471Z 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:11.0599173Z 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:11.0599922Z 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:11.0600625Z 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:11.0601343Z 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:11.0602039Z 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:11.0602762Z 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:11.0603484Z 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:11.0604161Z 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:11.0604847Z 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:11.0605574Z 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:11.0606271Z 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:11.0606949Z 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:11.0607634Z 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:11.0608395Z 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:11.0609094Z 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:11.0609875Z 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:11.0610573Z 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:11.0611268Z 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:11.0612003Z 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:11.0612676Z 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:11.0613351Z 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:11.0614040Z 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:11.0614820Z 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:11.0615530Z 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:11.0616220Z 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:11.0616900Z 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:11.0617624Z 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:11.0618364Z 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:11.0618993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/dgmres.cpp' 2025-03-21T20:18:11.0619643Z 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:11.0620306Z 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:11.0620915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/gmres.cpp' 2025-03-21T20:18:11.0621535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/idrs.cpp' 2025-03-21T20:18:11.0622159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/idrstabl.cpp' 2025-03-21T20:18:11.0622925Z 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:11.0623608Z 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:11.0624284Z 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:11.0624959Z 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:11.0625621Z 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:11.0626281Z 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:11.0626953Z 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:11.0627587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/minres.cpp' 2025-03-21T20:18:11.0628200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/mklfft.cpp' 2025-03-21T20:18:11.0628901Z 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:11.0629584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/openglsupport.cpp' 2025-03-21T20:18:11.0630234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/pocketfft.cpp' 2025-03-21T20:18:11.0630904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/polynomialsolver.cpp' 2025-03-21T20:18:11.0631576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/polynomialutils.cpp' 2025-03-21T20:18:11.0632227Z 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:11.0632916Z 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:11.0633601Z 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:11.0634233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/splines.cpp' 2025-03-21T20:18:11.0634838Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test' 2025-03-21T20:18:11.0635420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported' 2025-03-21T20:18:11.0635956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen' 2025-03-21T20:18:11.0636445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party' 2025-03-21T20:18:11.0636967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/utils/.clang-format' 2025-03-21T20:18:11.0637491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/utils/llvmMathExtras.h' 2025-03-21T20:18:11.0637981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/utils/math_utils.h' 2025-03-21T20:18:11.0638437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/utils/unroll.h' 2025-03-21T20:18:11.0638900Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/utils' 2025-03-21T20:18:11.0639376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/.clang-format' 2025-03-21T20:18:11.0639858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/functional.h' 2025-03-21T20:18:11.0640347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/functional_base.h' 2025-03-21T20:18:11.0640822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/intrinsics.h' 2025-03-21T20:18:11.0641247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec.h' 2025-03-21T20:18:11.0641786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/missing_vld1_neon.h' 2025-03-21T20:18:11.0642334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/missing_vst1_neon.h' 2025-03-21T20:18:11.0642861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/vec256.h' 2025-03-21T20:18:11.0643384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/vec256_double.h' 2025-03-21T20:18:11.0643889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/vec256_float.h' 2025-03-21T20:18:11.0644433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/vec256_float_neon.h' 2025-03-21T20:18:11.0644924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/vec256_int.h' 2025-03-21T20:18:11.0645414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256' 2025-03-21T20:18:11.0645870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec_base.h' 2025-03-21T20:18:11.0646327Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec' 2025-03-21T20:18:11.0646749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized' 2025-03-21T20:18:11.0647198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/CMakeLists.txt' 2025-03-21T20:18:11.0647635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/README.md' 2025-03-21T20:18:11.0648049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/TARGETS' 2025-03-21T20:18:11.0648493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/TARGETS' 2025-03-21T20:18:11.0648971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/math_constants.h' 2025-03-21T20:18:11.0649556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op__empty_dim_order.cpp' 2025-03-21T20:18:11.0650146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op__to_dim_order_copy.cpp' 2025-03-21T20:18:11.0650608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_abs.cpp' 2025-03-21T20:18:11.0651061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_acos.cpp' 2025-03-21T20:18:11.0651533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_acosh.cpp' 2025-03-21T20:18:11.0651980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_add.cpp' 2025-03-21T20:18:11.0652444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_addmm.cpp' 2025-03-21T20:18:11.0652940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_alias_copy.cpp' 2025-03-21T20:18:11.0653419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_allclose.cpp' 2025-03-21T20:18:11.0653889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_amax.cpp' 2025-03-21T20:18:11.0654340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_amin.cpp' 2025-03-21T20:18:11.0654800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_any.cpp' 2025-03-21T20:18:11.0655265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_arange.cpp' 2025-03-21T20:18:11.0655859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_argmax.cpp' 2025-03-21T20:18:11.0656324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_argmin.cpp' 2025-03-21T20:18:11.0656849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_as_strided_copy.cpp' 2025-03-21T20:18:11.0657306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_asin.cpp' 2025-03-21T20:18:11.0657780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_asinh.cpp' 2025-03-21T20:18:11.0658234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_atan.cpp' 2025-03-21T20:18:11.0658692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_atan2.cpp' 2025-03-21T20:18:11.0659165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_atanh.cpp' 2025-03-21T20:18:11.0659648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_avg_pool2d.cpp' 2025-03-21T20:18:11.0660149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp' 2025-03-21T20:18:11.0660643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_bitwise_not.cpp' 2025-03-21T20:18:11.0661135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp' 2025-03-21T20:18:11.0661622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp' 2025-03-21T20:18:11.0662081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_bmm.cpp' 2025-03-21T20:18:11.0662529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_cat.cpp' 2025-03-21T20:18:11.0663096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_cdist_forward.cpp' 2025-03-21T20:18:11.0663552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_ceil.cpp' 2025-03-21T20:18:11.0664007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_clamp.cpp' 2025-03-21T20:18:11.0664473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_clone.cpp' 2025-03-21T20:18:11.0664980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_constant_pad_nd.cpp' 2025-03-21T20:18:11.0665480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_convolution.cpp' 2025-03-21T20:18:11.0666022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_convolution_backward.cpp' 2025-03-21T20:18:11.0666492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_copy.cpp' 2025-03-21T20:18:11.0666936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_cos.cpp' 2025-03-21T20:18:11.0667404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_cosh.cpp' 2025-03-21T20:18:11.0667865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_cumsum.cpp' 2025-03-21T20:18:11.0668362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_detach_copy.cpp' 2025-03-21T20:18:11.0668908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_diagonal_copy.cpp' 2025-03-21T20:18:11.0669359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_div.cpp' 2025-03-21T20:18:11.0669855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_embedding.cpp' 2025-03-21T20:18:11.0670317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_empty.cpp' 2025-03-21T20:18:11.0670773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_eq.cpp' 2025-03-21T20:18:11.0671219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_erf.cpp' 2025-03-21T20:18:11.0671677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_exp.cpp' 2025-03-21T20:18:11.0672165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_expand_copy.cpp' 2025-03-21T20:18:11.0672639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_expm1.cpp' 2025-03-21T20:18:11.0673095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_fill.cpp' 2025-03-21T20:18:11.0673563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_flip.cpp' 2025-03-21T20:18:11.0674020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_floor.cpp' 2025-03-21T20:18:11.0674511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp' 2025-03-21T20:18:11.0674978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_fmod.cpp' 2025-03-21T20:18:11.0675430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_full.cpp' 2025-03-21T20:18:11.0675976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_full_like.cpp' 2025-03-21T20:18:11.0676444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_gather.cpp' 2025-03-21T20:18:11.0676894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_ge.cpp' 2025-03-21T20:18:11.0677345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_gelu.cpp' 2025-03-21T20:18:11.0677799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_glu.cpp' 2025-03-21T20:18:11.0678238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_gt.cpp' 2025-03-21T20:18:11.0678728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_hardtanh.cpp' 2025-03-21T20:18:11.0679188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_index.cpp' 2025-03-21T20:18:11.0679779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_index_put.cpp' 2025-03-21T20:18:11.0680283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_index_select.cpp' 2025-03-21T20:18:11.0680739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_isinf.cpp' 2025-03-21T20:18:11.0681210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_isnan.cpp' 2025-03-21T20:18:11.0681735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_le.cpp' 2025-03-21T20:18:11.0682226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_leaky_relu.cpp' 2025-03-21T20:18:11.0682734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_lift_fresh_copy.cpp' 2025-03-21T20:18:11.0683298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_linear_scratch_example.cpp' 2025-03-21T20:18:11.0683746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_log.cpp' 2025-03-21T20:18:11.0684218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_log10.cpp' 2025-03-21T20:18:11.0684678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_log1p.cpp' 2025-03-21T20:18:11.0685148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_log2.cpp' 2025-03-21T20:18:11.0685638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_log_softmax.cpp' 2025-03-21T20:18:11.0686124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp' 2025-03-21T20:18:11.0686625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_logical_not.cpp' 2025-03-21T20:18:11.0687107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp' 2025-03-21T20:18:11.0687605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp' 2025-03-21T20:18:11.0688066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_logit.cpp' 2025-03-21T20:18:11.0688517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_lt.cpp' 2025-03-21T20:18:11.0689071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_masked_fill.cpp' 2025-03-21T20:18:11.0689656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_masked_scatter.cpp' 2025-03-21T20:18:11.0690156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_masked_select.cpp' 2025-03-21T20:18:11.0690616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_max.cpp' 2025-03-21T20:18:11.0691172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_max_pool2d_with_indices.cpp' 2025-03-21T20:18:11.0691781Z 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:11.0692270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_maximum.cpp' 2025-03-21T20:18:11.0692727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_mean.cpp' 2025-03-21T20:18:11.0693187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_min.cpp' 2025-03-21T20:18:11.0693656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_minimum.cpp' 2025-03-21T20:18:11.0694107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_mm.cpp' 2025-03-21T20:18:11.0694586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_mul.cpp' 2025-03-21T20:18:11.0695110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_narrow_copy.cpp' 2025-03-21T20:18:11.0695630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_native_batch_norm.cpp' 2025-03-21T20:18:11.0696161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_native_group_norm.cpp' 2025-03-21T20:18:11.0696678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_native_layer_norm.cpp' 2025-03-21T20:18:11.0697129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_ne.cpp' 2025-03-21T20:18:11.0697574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_neg.cpp' 2025-03-21T20:18:11.0698046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_nonzero.cpp' 2025-03-21T20:18:11.0698510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_ones.cpp' 2025-03-21T20:18:11.0699006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_pdist_forward.cpp' 2025-03-21T20:18:11.0699513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_permute_copy.cpp' 2025-03-21T20:18:11.0700006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_pixel_shuffle.cpp' 2025-03-21T20:18:11.0700527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_pixel_unshuffle.cpp' 2025-03-21T20:18:11.0700973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_pow.cpp' 2025-03-21T20:18:11.0701438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_prod.cpp' 2025-03-21T20:18:11.0701943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_reciprocal.cpp' 2025-03-21T20:18:11.0702491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_reflection_pad1d.cpp' 2025-03-21T20:18:11.0703008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_reflection_pad2d.cpp' 2025-03-21T20:18:11.0703522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_reflection_pad3d.cpp' 2025-03-21T20:18:11.0703987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_relu.cpp' 2025-03-21T20:18:11.0704465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_remainder.cpp' 2025-03-21T20:18:11.0704943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_repeat.cpp' 2025-03-21T20:18:11.0705468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_repeat_interleave.cpp' 2025-03-21T20:18:11.0706003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_replication_pad1d.cpp' 2025-03-21T20:18:11.0706540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_replication_pad2d.cpp' 2025-03-21T20:18:11.0707259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_replication_pad3d.cpp' 2025-03-21T20:18:11.0707773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_roll.cpp' 2025-03-21T20:18:11.0708334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_round.cpp' 2025-03-21T20:18:11.0708796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_rsqrt.cpp' 2025-03-21T20:18:11.0709247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_rsub.cpp' 2025-03-21T20:18:11.0709756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_scalar_tensor.cpp' 2025-03-21T20:18:11.0710226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_scatter.cpp' 2025-03-21T20:18:11.0710728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_scatter_add.cpp' 2025-03-21T20:18:11.0711211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_select_copy.cpp' 2025-03-21T20:18:11.0711728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_select_scatter.cpp' 2025-03-21T20:18:11.0712205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp' 2025-03-21T20:18:11.0712674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sign.cpp' 2025-03-21T20:18:11.0713118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sin.cpp' 2025-03-21T20:18:11.0713586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sinh.cpp' 2025-03-21T20:18:11.0714070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_slice_copy.cpp' 2025-03-21T20:18:11.0714584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_slice_scatter.cpp' 2025-03-21T20:18:11.0715055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_softmax.cpp' 2025-03-21T20:18:11.0715596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_split_copy.cpp' 2025-03-21T20:18:11.0716151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_split_with_sizes_copy.cpp' 2025-03-21T20:18:11.0716610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sqrt.cpp' 2025-03-21T20:18:11.0717121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_squeeze_copy.cpp' 2025-03-21T20:18:11.0717581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_stack.cpp' 2025-03-21T20:18:11.0718043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sub.cpp' 2025-03-21T20:18:11.0718489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sum.cpp' 2025-03-21T20:18:11.0718966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_t_copy.cpp' 2025-03-21T20:18:11.0719410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_tan.cpp' 2025-03-21T20:18:11.0719877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_tanh.cpp' 2025-03-21T20:18:11.0720345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_to_copy.cpp' 2025-03-21T20:18:11.0720831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_topk.cpp' 2025-03-21T20:18:11.0721390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_transpose_copy.cpp' 2025-03-21T20:18:11.0721846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_tril.cpp' 2025-03-21T20:18:11.0722316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_trunc.cpp' 2025-03-21T20:18:11.0722801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_unbind_copy.cpp' 2025-03-21T20:18:11.0723299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_unfold_copy.cpp' 2025-03-21T20:18:11.0723802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_unsqueeze_copy.cpp' 2025-03-21T20:18:11.0724354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_upsample_bilinear2d.cpp' 2025-03-21T20:18:11.0724882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_upsample_nearest2d.cpp' 2025-03-21T20:18:11.0725343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_var.cpp' 2025-03-21T20:18:11.0725819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_view_copy.cpp' 2025-03-21T20:18:11.0726275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_where.cpp' 2025-03-21T20:18:11.0726743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_zeros.cpp' 2025-03-21T20:18:11.0727218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/TARGETS' 2025-03-21T20:18:11.0727730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/bitwise_op.h' 2025-03-21T20:18:11.0728272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/comparison_op.h' 2025-03-21T20:18:11.0728820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/logical_op.h' 2025-03-21T20:18:11.0729378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/pattern.h' 2025-03-21T20:18:11.0729892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/targets.bzl' 2025-03-21T20:18:11.0730438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/unary_ufunc_realh.cpp' 2025-03-21T20:18:11.0731056Z 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:11.0731716Z 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:11.0732216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern' 2025-03-21T20:18:11.0732685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/scalar_utils.h' 2025-03-21T20:18:11.0733172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/selective_build.h' 2025-03-21T20:18:11.0733643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/targets.bzl' 2025-03-21T20:18:11.0734130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/test/TARGETS' 2025-03-21T20:18:11.0734700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/test/scalar_utils_test.cpp' 2025-03-21T20:18:11.0735183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/test/targets.bzl' 2025-03-21T20:18:11.0735706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/test/vec_ops_test.cpp' 2025-03-21T20:18:11.0736173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/test' 2025-03-21T20:18:11.0736648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/TARGETS' 2025-03-21T20:18:11.0737191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/activation_ops_util.cpp' 2025-03-21T20:18:11.0737742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/activation_ops_util.h' 2025-03-21T20:18:11.0738286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/advanced_index_util.cpp' 2025-03-21T20:18:11.0738840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/advanced_index_util.h' 2025-03-21T20:18:11.0739399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/broadcast_indexes_range.h' 2025-03-21T20:18:11.0739918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/broadcast_util.cpp' 2025-03-21T20:18:11.0740431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/broadcast_util.h' 2025-03-21T20:18:11.0740939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/copy_ops_util.cpp' 2025-03-21T20:18:11.0741451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/copy_ops_util.h' 2025-03-21T20:18:11.0742042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/delinearize_index.cpp' 2025-03-21T20:18:11.0742574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/delinearize_index.h' 2025-03-21T20:18:11.0743085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/distance_util.cpp' 2025-03-21T20:18:11.0743592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/distance_util.h' 2025-03-21T20:18:11.0744088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/dtype_util.cpp' 2025-03-21T20:18:11.0744585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/dtype_util.h' 2025-03-21T20:18:11.0745102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/elementwise_util.h' 2025-03-21T20:18:11.0745624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/functional_util.h' 2025-03-21T20:18:11.0746115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/index_util.cpp' 2025-03-21T20:18:11.0746593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/index_util.h' 2025-03-21T20:18:11.0747125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/kernel_ops_util.cpp' 2025-03-21T20:18:11.0747662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/kernel_ops_util.h' 2025-03-21T20:18:11.0748175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/math_util.h' 2025-03-21T20:18:11.0748699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/matmul_ops_util.cpp' 2025-03-21T20:18:11.0749217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/matmul_ops_util.h' 2025-03-21T20:18:11.0749783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/normalization_ops_util.cpp' 2025-03-21T20:18:11.0750349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/normalization_ops_util.h' 2025-03-21T20:18:11.0750856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/padding_util.cpp' 2025-03-21T20:18:11.0751364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/padding_util.h' 2025-03-21T20:18:11.0751866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/reduce_util.cpp' 2025-03-21T20:18:11.0752357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/reduce_util.h' 2025-03-21T20:18:11.0752864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/repeat_util.cpp' 2025-03-21T20:18:11.0753350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/repeat_util.h' 2025-03-21T20:18:11.0753893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/select_copy_util.cpp' 2025-03-21T20:18:11.0754412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/select_copy_util.h' 2025-03-21T20:18:11.0754920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/slice_util.cpp' 2025-03-21T20:18:11.0755455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/slice_util.h' 2025-03-21T20:18:11.0755947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/targets.bzl' 2025-03-21T20:18:11.0756468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/CMakeLists.txt' 2025-03-21T20:18:11.0756958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/TARGETS' 2025-03-21T20:18:11.0757576Z 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:11.0758129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/broadcast_test.cpp' 2025-03-21T20:18:11.0758658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/reduce_test.cpp' 2025-03-21T20:18:11.0759159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/targets.bzl' 2025-03-21T20:18:11.0759661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test' 2025-03-21T20:18:11.0760164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/transpose_util.h' 2025-03-21T20:18:11.0760685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/upsample_util.cpp' 2025-03-21T20:18:11.0761235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/upsample_util.h' 2025-03-21T20:18:11.0761714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util' 2025-03-21T20:18:11.0762154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/vec_ops.h' 2025-03-21T20:18:11.0762601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu' 2025-03-21T20:18:11.0763056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/custom_ops.yaml' 2025-03-21T20:18:11.0763529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/find_op_header.sh' 2025-03-21T20:18:11.0763977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/functions.yaml' 2025-03-21T20:18:11.0764422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/targets.bzl' 2025-03-21T20:18:11.0764858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/TARGETS' 2025-03-21T20:18:11.0765419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/dtype_selective_build_test.cpp' 2025-03-21T20:18:11.0765929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_allclose_test.cpp' 2025-03-21T20:18:11.0766410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_div_test.cpp' 2025-03-21T20:18:11.0766905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_gelu_test.cpp' 2025-03-21T20:18:11.0767380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_mul_test.cpp' 2025-03-21T20:18:11.0767954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_upsample_bilinear2d_test.py' 2025-03-21T20:18:11.0768558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_upsample_nearest2d_test.py' 2025-03-21T20:18:11.0769126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/register_ops_aot_for_test.cpp' 2025-03-21T20:18:11.0769726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/supported_features_def.yaml' 2025-03-21T20:18:11.0770204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/targets.bzl' 2025-03-21T20:18:11.0770642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test' 2025-03-21T20:18:11.0771059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable' 2025-03-21T20:18:11.0771486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/TARGETS' 2025-03-21T20:18:11.0771952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/et_copy_index.cpp' 2025-03-21T20:18:11.0772418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/et_copy_index.h' 2025-03-21T20:18:11.0772851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/et_view.cpp' 2025-03-21T20:18:11.0773288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/et_view.h' 2025-03-21T20:18:11.0773812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/register_prim_ops.cpp' 2025-03-21T20:18:11.0774280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/targets.bzl' 2025-03-21T20:18:11.0774755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/test/CMakeLists.txt' 2025-03-21T20:18:11.0775202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/test/TARGETS' 2025-03-21T20:18:11.0775683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/test/prim_ops_test.cpp' 2025-03-21T20:18:11.0776163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/test/prim_ops_test.py' 2025-03-21T20:18:11.0776615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/test' 2025-03-21T20:18:11.0777034Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops' 2025-03-21T20:18:11.0777508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/CMakeLists.txt' 2025-03-21T20:18:11.0777941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/README.md' 2025-03-21T20:18:11.0778368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/TARGETS' 2025-03-21T20:18:11.0778803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/__init__.py' 2025-03-21T20:18:11.0779248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/TARGETS' 2025-03-21T20:18:11.0779883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp' 2025-03-21T20:18:11.0780366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.h' 2025-03-21T20:18:11.0780821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_add.cpp' 2025-03-21T20:18:11.0781423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp' 2025-03-21T20:18:11.0781924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp' 2025-03-21T20:18:11.0782406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp' 2025-03-21T20:18:11.0782916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding2b.cpp' 2025-03-21T20:18:11.0783410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding4b.cpp' 2025-03-21T20:18:11.0783925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_mixed_linear.cpp' 2025-03-21T20:18:11.0784397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_mixed_mm.cpp' 2025-03-21T20:18:11.0784887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_quantize.cpp' 2025-03-21T20:18:11.0785346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/targets.bzl' 2025-03-21T20:18:11.0785796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu' 2025-03-21T20:18:11.0786250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:18:11.0786698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/targets.bzl' 2025-03-21T20:18:11.0787204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/TARGETS' 2025-03-21T20:18:11.0787683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_add_test.cpp' 2025-03-21T20:18:11.0788236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_choose_qparams_test.cpp' 2025-03-21T20:18:11.0788752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_dequantize_test.cpp' 2025-03-21T20:18:11.0789285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_embedding2b_test.cpp' 2025-03-21T20:18:11.0789810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_embedding4b_test.cpp' 2025-03-21T20:18:11.0790334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_embedding_test.cpp' 2025-03-21T20:18:11.0790865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_mixed_linear_test.cpp' 2025-03-21T20:18:11.0791385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_mixed_mm_test.cpp' 2025-03-21T20:18:11.0791890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_quantize_test.cpp' 2025-03-21T20:18:11.0792466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/quantized_ops_aot_register.cpp' 2025-03-21T20:18:11.0793011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:18:11.0793478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/targets.bzl' 2025-03-21T20:18:11.0793994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:18:11.0794605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:18:11.0795062Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test' 2025-03-21T20:18:11.0795481Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized' 2025-03-21T20:18:11.0795975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/BinaryLogicalOpTest.cpp' 2025-03-21T20:18:11.0796442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/BinaryLogicalOpTest.h' 2025-03-21T20:18:11.0796884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/CMakeLists.txt' 2025-03-21T20:18:11.0797273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/TARGETS' 2025-03-21T20:18:11.0797693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/TestUtil.h' 2025-03-21T20:18:11.0798279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/UnaryUfuncRealHBBF16ToFloatHBF16Test.cpp' 2025-03-21T20:18:11.0798865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/UnaryUfuncRealHBBF16ToFloatHBF16Test.h' 2025-03-21T20:18:11.0799376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/README.md' 2025-03-21T20:18:11.0799875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/TARGETS' 2025-03-21T20:18:11.0800491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/my_functions.yaml' 2025-03-21T20:18:11.0801019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/op_relu.cpp' 2025-03-21T20:18:11.0801634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/supported_features_def.yaml' 2025-03-21T20:18:11.0802155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/targets.bzl' 2025-03-21T20:18:11.0802674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/tests.bzl' 2025-03-21T20:18:11.0803178Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example' 2025-03-21T20:18:11.0803677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/gen_supported_features.py' 2025-03-21T20:18:11.0804181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/gen_supported_features_test.py' 2025-03-21T20:18:11.0804703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/kernel_runtime_context_test.cpp' 2025-03-21T20:18:11.0805194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op__empty_dim_order_test.cpp' 2025-03-21T20:18:11.0805706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op__to_dim_order_copy_test.cpp' 2025-03-21T20:18:11.0806137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_abs_test.cpp' 2025-03-21T20:18:11.0806574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_acos_test.cpp' 2025-03-21T20:18:11.0807033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_acosh_test.cpp' 2025-03-21T20:18:11.0807485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_add_test.cpp' 2025-03-21T20:18:11.0807960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_addmm_test.cpp' 2025-03-21T20:18:11.0808423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_alias_copy_test.cpp' 2025-03-21T20:18:11.0808873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_amax_test.cpp' 2025-03-21T20:18:11.0809365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_amin_test.cpp' 2025-03-21T20:18:11.0809811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_any_test.cpp' 2025-03-21T20:18:11.0810251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_arange_test.cpp' 2025-03-21T20:18:11.0810708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_argmax_test.cpp' 2025-03-21T20:18:11.0811153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_argmin_test.cpp' 2025-03-21T20:18:11.0811642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_as_strided_copy_test.cpp' 2025-03-21T20:18:11.0812089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_asin_test.cpp' 2025-03-21T20:18:11.0812523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_asinh_test.cpp' 2025-03-21T20:18:11.0813001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_atan2_test.cpp' 2025-03-21T20:18:11.0813469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_atan_test.cpp' 2025-03-21T20:18:11.0813917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_atanh_test.cpp' 2025-03-21T20:18:11.0814383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_avg_pool2d_test.cpp' 2025-03-21T20:18:11.0814864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_bitwise_and_test.cpp' 2025-03-21T20:18:11.0815335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_bitwise_not_test.cpp' 2025-03-21T20:18:11.0815817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_bitwise_or_test.cpp' 2025-03-21T20:18:11.0816288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_bitwise_xor_test.cpp' 2025-03-21T20:18:11.0816721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_bmm_test.cpp' 2025-03-21T20:18:11.0817169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_cat_test.cpp' 2025-03-21T20:18:11.0817649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_cdist_forward_test.cpp' 2025-03-21T20:18:11.0818101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_ceil_test.cpp' 2025-03-21T20:18:11.0818539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_clamp_test.cpp' 2025-03-21T20:18:11.0818989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_clone_test.cpp' 2025-03-21T20:18:11.0819487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_constant_pad_nd_test.cpp' 2025-03-21T20:18:11.0820021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_convolution_backward_test.cpp' 2025-03-21T20:18:11.0820564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_convolution_test.cpp' 2025-03-21T20:18:11.0821013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_copy_test.cpp' 2025-03-21T20:18:11.0821448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_cos_test.cpp' 2025-03-21T20:18:11.0821885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_cosh_test.cpp' 2025-03-21T20:18:11.0822347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_cumsum_test.cpp' 2025-03-21T20:18:11.0822824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_detach_copy_test.cpp' 2025-03-21T20:18:11.0823318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_diagonal_copy_test.cpp' 2025-03-21T20:18:11.0823754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_div_test.cpp' 2025-03-21T20:18:11.0824233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_embedding_test.cpp' 2025-03-21T20:18:11.0824676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_empty_test.cpp' 2025-03-21T20:18:11.0825120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_eq_test.cpp' 2025-03-21T20:18:11.0825550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_erf_test.cpp' 2025-03-21T20:18:11.0826047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_exp_test.cpp' 2025-03-21T20:18:11.0826520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_expand_copy_test.cpp' 2025-03-21T20:18:11.0826963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_expm1_test.cpp' 2025-03-21T20:18:11.0827433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_fft_r2c_test.cpp' 2025-03-21T20:18:11.0827872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_fill_test.cpp' 2025-03-21T20:18:11.0828322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_flip_test.cpp' 2025-03-21T20:18:11.0828796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_floor_divide_test.cpp' 2025-03-21T20:18:11.0829250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_floor_test.cpp' 2025-03-21T20:18:11.0829686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_fmod_test.cpp' 2025-03-21T20:18:11.0830161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_full_like_test.cpp' 2025-03-21T20:18:11.0830599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_full_test.cpp' 2025-03-21T20:18:11.0831058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_gather_test.cpp' 2025-03-21T20:18:11.0831485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_ge_test.cpp' 2025-03-21T20:18:11.0831918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_gelu_test.cpp' 2025-03-21T20:18:11.0832366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_glu_test.cpp' 2025-03-21T20:18:11.0832817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_gt_test.cpp' 2025-03-21T20:18:11.0833317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_hardtanh_test.cpp' 2025-03-21T20:18:11.0833778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_index_put_test.cpp' 2025-03-21T20:18:11.0834269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_index_select_test.cpp' 2025-03-21T20:18:11.0834710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_index_test.cpp' 2025-03-21T20:18:11.0835163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_isinf_test.cpp' 2025-03-21T20:18:11.0835601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_isnan_test.cpp' 2025-03-21T20:18:11.0836038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_le_test.cpp' 2025-03-21T20:18:11.0836509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_leaky_relu_test.cpp' 2025-03-21T20:18:11.0836993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_lift_fresh_copy_test.cpp' 2025-03-21T20:18:11.0837448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_linear_test.cpp' 2025-03-21T20:18:11.0837882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_log10_test.cpp' 2025-03-21T20:18:11.0838355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_log1p_test.cpp' 2025-03-21T20:18:11.0838814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_log2_test.cpp' 2025-03-21T20:18:11.0839299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_log_softmax_test.cpp' 2025-03-21T20:18:11.0839728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_log_test.cpp' 2025-03-21T20:18:11.0840211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_logical_and_test.cpp' 2025-03-21T20:18:11.0840674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_logical_not_test.cpp' 2025-03-21T20:18:11.0841156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_logical_or_test.cpp' 2025-03-21T20:18:11.0841632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_logical_xor_test.cpp' 2025-03-21T20:18:11.0842070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_logit_test.cpp' 2025-03-21T20:18:11.0842514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_lt_test.cpp' 2025-03-21T20:18:11.0842983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_masked_fill_test.cpp' 2025-03-21T20:18:11.0843475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_masked_scatter_test.cpp' 2025-03-21T20:18:11.0843956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_masked_select_test.cpp' 2025-03-21T20:18:11.0844545Z 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:11.0845079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_max_pool2d_with_indices_test.cpp' 2025-03-21T20:18:11.0845522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_max_test.cpp' 2025-03-21T20:18:11.0846024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_maximum_test.cpp' 2025-03-21T20:18:11.0846474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_mean_test.cpp' 2025-03-21T20:18:11.0846905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_min_test.cpp' 2025-03-21T20:18:11.0847359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_minimum_test.cpp' 2025-03-21T20:18:11.0847795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_mm_test.cpp' 2025-03-21T20:18:11.0848228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_mul_test.cpp' 2025-03-21T20:18:11.0848711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_narrow_copy_test.cpp' 2025-03-21T20:18:11.0849213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_native_batch_norm_test.cpp' 2025-03-21T20:18:11.0849806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_native_group_norm_test.cpp' 2025-03-21T20:18:11.0850305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_native_layer_norm_test.cpp' 2025-03-21T20:18:11.0850742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_ne_test.cpp' 2025-03-21T20:18:11.0851200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_neg_test.cpp' 2025-03-21T20:18:11.0851687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_nonzero_test.cpp' 2025-03-21T20:18:11.0852121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_ones_test.cpp' 2025-03-21T20:18:11.0852601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_pdist_forward_test.cpp' 2025-03-21T20:18:11.0853091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_permute_copy_test.cpp' 2025-03-21T20:18:11.0853566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_pixel_shuffle_test.cpp' 2025-03-21T20:18:11.0854069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_pixel_unshuffle_test.cpp' 2025-03-21T20:18:11.0854501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_pow_test.cpp' 2025-03-21T20:18:11.0854944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_prod_test.cpp' 2025-03-21T20:18:11.0855413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_reciprocal_test.cpp' 2025-03-21T20:18:11.0855917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_reflection_pad1d_test.cpp' 2025-03-21T20:18:11.0856408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_reflection_pad2d_test.cpp' 2025-03-21T20:18:11.0856911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_reflection_pad3d_test.cpp' 2025-03-21T20:18:11.0857345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_relu_test.cpp' 2025-03-21T20:18:11.0857808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_remainder_test.cpp' 2025-03-21T20:18:11.0858320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_repeat_interleave_test.cpp' 2025-03-21T20:18:11.0858874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_repeat_test.cpp' 2025-03-21T20:18:11.0859390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_replication_pad1d_test.cpp' 2025-03-21T20:18:11.0859890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_replication_pad2d_test.cpp' 2025-03-21T20:18:11.0860403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_replication_pad3d_test.cpp' 2025-03-21T20:18:11.0860844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_roll_test.cpp' 2025-03-21T20:18:11.0861295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_round_test.cpp' 2025-03-21T20:18:11.0861736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_rsqrt_test.cpp' 2025-03-21T20:18:11.0862187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_rsub_test.cpp' 2025-03-21T20:18:11.0862671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_scalar_tensor_test.cpp' 2025-03-21T20:18:11.0863159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_scatter_add_test.cpp' 2025-03-21T20:18:11.0863615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_scatter_test.cpp' 2025-03-21T20:18:11.0864113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_select_copy_test.cpp' 2025-03-21T20:18:11.0864636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_select_scatter_test.cpp' 2025-03-21T20:18:11.0865094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sigmoid_test.cpp' 2025-03-21T20:18:11.0865545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sign_test.cpp' 2025-03-21T20:18:11.0865977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sin_test.cpp' 2025-03-21T20:18:11.0866427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sinh_test.cpp' 2025-03-21T20:18:11.0866897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_slice_copy_test.cpp' 2025-03-21T20:18:11.0867391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_slice_scatter_test.cpp' 2025-03-21T20:18:11.0867849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_softmax_test.cpp' 2025-03-21T20:18:11.0868333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_split_copy_test.cpp' 2025-03-21T20:18:11.0868860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_split_with_sizes_copy_test.cpp' 2025-03-21T20:18:11.0869292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sqrt_test.cpp' 2025-03-21T20:18:11.0869779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_squeeze_copy_test.cpp' 2025-03-21T20:18:11.0870216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_stack_test.cpp' 2025-03-21T20:18:11.0870658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sub_test.cpp' 2025-03-21T20:18:11.0871087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sum_test.cpp' 2025-03-21T20:18:11.0871604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_t_copy_test.cpp' 2025-03-21T20:18:11.0872031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_tan_test.cpp' 2025-03-21T20:18:11.0872473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_tanh_test.cpp' 2025-03-21T20:18:11.0872871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_test.h' 2025-03-21T20:18:11.0873334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_to_copy_test.cpp' 2025-03-21T20:18:11.0873772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_topk_test.cpp' 2025-03-21T20:18:11.0874253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_transpose_copy_test.cpp' 2025-03-21T20:18:11.0874699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_tril_test.cpp' 2025-03-21T20:18:11.0875135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_trunc_test.cpp' 2025-03-21T20:18:11.0875616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_unbind_copy_test.cpp' 2025-03-21T20:18:11.0876086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_unfold_copy_test.cpp' 2025-03-21T20:18:11.0876578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_unsqueeze_copy_test.cpp' 2025-03-21T20:18:11.0877135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_upsample_bilinear2d_test.cpp' 2025-03-21T20:18:11.0877654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_upsample_nearest2d_test.cpp' 2025-03-21T20:18:11.0878085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_var_test.cpp' 2025-03-21T20:18:11.0878554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_view_copy_test.cpp' 2025-03-21T20:18:11.0878995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_where_test.cpp' 2025-03-21T20:18:11.0879553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_zeros_test.cpp' 2025-03-21T20:18:11.0880081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/summarize_supported_features.py' 2025-03-21T20:18:11.0880553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features.yaml' 2025-03-21T20:18:11.0881090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features_def_aten.yaml' 2025-03-21T20:18:11.0881628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features_def_example.yaml' 2025-03-21T20:18:11.0882167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features_definition.ini' 2025-03-21T20:18:11.0882665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features_header.ini' 2025-03-21T20:18:11.0883177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features_summary.md' 2025-03-21T20:18:11.0883593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/targets.bzl' 2025-03-21T20:18:11.0884038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/test_case_gen.py' 2025-03-21T20:18:11.0884665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/update_supported_feature_summary.sh' 2025-03-21T20:18:11.0885073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test' 2025-03-21T20:18:11.0885438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels' 2025-03-21T20:18:11.0885810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/TARGETS' 2025-03-21T20:18:11.0886288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/parse_profiler_results.py' 2025-03-21T20:18:11.0886747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/profiler_results_cli.py' 2025-03-21T20:18:11.0887154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/test/TARGETS' 2025-03-21T20:18:11.0887622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/test/test_profiler_e2e.py' 2025-03-21T20:18:11.0888035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/test' 2025-03-21T20:18:11.0888406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler' 2025-03-21T20:18:11.0888786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/pyproject.toml' 2025-03-21T20:18:11.0889131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/pytest.ini' 2025-03-21T20:18:11.0889623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/requirements-dev.txt' 2025-03-21T20:18:11.0890097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/requirements-examples.txt' 2025-03-21T20:18:11.0890535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/requirements-lintrunner.txt' 2025-03-21T20:18:11.0890940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/run_python_script.sh' 2025-03-21T20:18:11.0891356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/COMPATIBILITY.md' 2025-03-21T20:18:11.0891728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/TARGETS' 2025-03-21T20:18:11.0892109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/__init__.py' 2025-03-21T20:18:11.0892522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/TARGETS' 2025-03-21T20:18:11.0893031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/backend_execution_context.h' 2025-03-21T20:18:11.0893528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/backend_init_context.h' 2025-03-21T20:18:11.0893968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/interface.cpp' 2025-03-21T20:18:11.0894393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/interface.h' 2025-03-21T20:18:11.0894831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/targets.bzl' 2025-03-21T20:18:11.0895263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/test/TARGETS' 2025-03-21T20:18:11.0895731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/test/targets.bzl' 2025-03-21T20:18:11.0896162Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/test' 2025-03-21T20:18:11.0896603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend' 2025-03-21T20:18:11.0897015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/TARGETS' 2025-03-21T20:18:11.0897452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/array_ref.h' 2025-03-21T20:18:11.0897873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/data_loader.h' 2025-03-21T20:18:11.0898274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/defines.h' 2025-03-21T20:18:11.0898675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/error.h' 2025-03-21T20:18:11.0899081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/evalue.cpp' 2025-03-21T20:18:11.0899490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/evalue.h' 2025-03-21T20:18:11.0899917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/event_tracer.h' 2025-03-21T20:18:11.0900383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:18:11.0900888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:18:11.0901340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/TARGETS' 2025-03-21T20:18:11.0901800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:18:11.0902328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/targets.bzl' 2025-03-21T20:18:11.0902842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/README.md' 2025-03-21T20:18:11.0903348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/TARGETS' 2025-03-21T20:18:11.0903890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/targets.bzl' 2025-03-21T20:18:11.0904442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:18:11.0905001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/tensor_util.cpp' 2025-03-21T20:18:11.0905533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:18:11.0906111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/test/CMakeLists.txt' 2025-03-21T20:18:11.0906645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/test/TARGETS' 2025-03-21T20:18:11.0907208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/test/targets.bzl' 2025-03-21T20:18:11.0907818Z 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:11.0908420Z 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:11.0908952Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/test' 2025-03-21T20:18:11.0909478Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util' 2025-03-21T20:18:11.0910003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/README.md' 2025-03-21T20:18:11.0910480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/TARGETS' 2025-03-21T20:18:11.0910981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:18:11.0911503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:18:11.0911998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/targets.bzl' 2025-03-21T20:18:11.0912552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:18:11.0913133Z 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:11.0913690Z 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:11.0914198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:18:11.0914727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/tensor_util_aten.cpp' 2025-03-21T20:18:11.0915310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/tensor_util_portable.cpp' 2025-03-21T20:18:11.0915891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test/CMakeLists.txt' 2025-03-21T20:18:11.0916395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test/TARGETS' 2025-03-21T20:18:11.0916961Z 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:11.0917572Z 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:11.0918148Z 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:11.0918659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test/targets.bzl' 2025-03-21T20:18:11.0919287Z 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:11.0919839Z 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:11.0920343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test' 2025-03-21T20:18:11.0920812Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util' 2025-03-21T20:18:11.0921265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten' 2025-03-21T20:18:11.0921702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:18:11.0922195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:18:11.0922641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:18:11.0923137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/named_data_map.h' 2025-03-21T20:18:11.0923604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/TARGETS' 2025-03-21T20:18:11.0924093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:18:11.0924591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:18:11.0925072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:18:11.0925576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/README.md' 2025-03-21T20:18:11.0926070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/TARGETS' 2025-03-21T20:18:11.0926627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:18:11.0927166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:18:11.0927714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/macros' 2025-03-21T20:18:11.0928237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/targets.bzl' 2025-03-21T20:18:11.0928835Z 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:11.0929487Z 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:11.0930048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:18:11.0930590Z 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:11.0931123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:18:11.0931709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:18:11.0932247Z 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:11.0932865Z 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:11.0933397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:18:11.0933937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util' 2025-03-21T20:18:11.0934443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10' 2025-03-21T20:18:11.0934938Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10' 2025-03-21T20:18:11.0935412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:18:11.0935889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:18:11.0936397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:18:11.0936889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:18:11.0937371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:18:11.0937848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:18:11.0938340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:18:11.0938834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:18:11.0939323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/targets.bzl' 2025-03-21T20:18:11.0939791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:18:11.0940301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/tensor_impl.cpp' 2025-03-21T20:18:11.0940791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:18:11.0941304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:18:11.0941850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/CMakeLists.txt' 2025-03-21T20:18:11.0942371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/TARGETS' 2025-03-21T20:18:11.0942908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/bfloat16_test.cpp' 2025-03-21T20:18:11.0943504Z 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:11.0944025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/half_test.cpp' 2025-03-21T20:18:11.0944565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/optional_test.cpp' 2025-03-21T20:18:11.0945111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/scalar_test.cpp' 2025-03-21T20:18:11.0945620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/targets.bzl' 2025-03-21T20:18:11.0946187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/tensor_impl_test.cpp' 2025-03-21T20:18:11.0946720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/tensor_test.cpp' 2025-03-21T20:18:11.0947222Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test' 2025-03-21T20:18:11.0947691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type' 2025-03-21T20:18:11.0948098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/result.h' 2025-03-21T20:18:11.0948481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/span.h' 2025-03-21T20:18:11.0948881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/tag.cpp' 2025-03-21T20:18:11.0949287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/tag.h' 2025-03-21T20:18:11.0949738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/targets.bzl' 2025-03-21T20:18:11.0950173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/tensor_layout.cpp' 2025-03-21T20:18:11.0950602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:18:11.0951088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:18:11.0951541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/CMakeLists.txt' 2025-03-21T20:18:11.0951967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/TARGETS' 2025-03-21T20:18:11.0952436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/array_ref_test.cpp' 2025-03-21T20:18:11.0952943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/error_handling_test.cpp' 2025-03-21T20:18:11.0953399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/evalue_test.cpp' 2025-03-21T20:18:11.0953891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/event_tracer_test.cpp' 2025-03-21T20:18:11.0954394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/freeable_buffer_test.cpp' 2025-03-21T20:18:11.0954976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/hierarchical_allocator_test.cpp' 2025-03-21T20:18:11.0955505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/memory_allocator_test.cpp' 2025-03-21T20:18:11.0955953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/span_test.cpp' 2025-03-21T20:18:11.0956400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/tag_test.cpp' 2025-03-21T20:18:11.0956836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/targets.bzl' 2025-03-21T20:18:11.0957336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/tensor_layout_test.cpp' 2025-03-21T20:18:11.0957892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/tensor_shape_dynamism_test_aten.cpp' 2025-03-21T20:18:11.0958325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test' 2025-03-21T20:18:11.0958714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core' 2025-03-21T20:18:11.0959141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/TARGETS' 2025-03-21T20:18:11.0959601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/memory_manager.h' 2025-03-21T20:18:11.0960039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/method.cpp' 2025-03-21T20:18:11.0960452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/method.h' 2025-03-21T20:18:11.0960903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/method_meta.cpp' 2025-03-21T20:18:11.0961356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/method_meta.h' 2025-03-21T20:18:11.0961865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/platform_memory_allocator.h' 2025-03-21T20:18:11.0962361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/program.cpp' 2025-03-21T20:18:11.0962784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/program.h' 2025-03-21T20:18:11.0963254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/pte_data_map.cpp' 2025-03-21T20:18:11.0963697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/pte_data_map.h' 2025-03-21T20:18:11.0964139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/targets.bzl' 2025-03-21T20:18:11.0964599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/tensor_parser.h' 2025-03-21T20:18:11.0965096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/tensor_parser_aten.cpp' 2025-03-21T20:18:11.0965609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/tensor_parser_exec_aten.cpp' 2025-03-21T20:18:11.0966120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/tensor_parser_portable.cpp' 2025-03-21T20:18:11.0966605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/CMakeLists.txt' 2025-03-21T20:18:11.0967039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/TARGETS' 2025-03-21T20:18:11.0967664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/allocation_failure_stress_test.cpp' 2025-03-21T20:18:11.0968238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/backend_integration_test.cpp' 2025-03-21T20:18:11.0968736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/executor_test.cpp' 2025-03-21T20:18:11.0969357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/kernel_integration_test.cpp' 2025-03-21T20:18:11.0969909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/kernel_resolution_test.cpp' 2025-03-21T20:18:11.0970434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/managed_memory_manager.h' 2025-03-21T20:18:11.0970967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/memory_manager_test.cpp' 2025-03-21T20:18:11.0971468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/method_meta_test.cpp' 2025-03-21T20:18:11.0971962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/method_test.cpp' 2025-03-21T20:18:11.0972442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/program_test.cpp' 2025-03-21T20:18:11.0972952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/pte_data_map_test.cpp' 2025-03-21T20:18:11.0973423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/targets.bzl' 2025-03-21T20:18:11.0973936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/tensor_parser_test.cpp' 2025-03-21T20:18:11.0974504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp' 2025-03-21T20:18:11.0975106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/test_backend_with_delegate_mapping.cpp' 2025-03-21T20:18:11.0975617Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test' 2025-03-21T20:18:11.0976035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor' 2025-03-21T20:18:11.0976444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/TARGETS' 2025-03-21T20:18:11.0976904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:18:11.0977401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:18:11.0977884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/operator_registry.cpp' 2025-03-21T20:18:11.0978350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:18:11.0978791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/targets.bzl' 2025-03-21T20:18:11.0979261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/CMakeLists.txt' 2025-03-21T20:18:11.0979826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/TARGETS' 2025-03-21T20:18:11.0980295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:18:11.0980928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/kernel_double_registration_test.cpp' 2025-03-21T20:18:11.0981516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/kernel_runtime_context_test.cpp' 2025-03-21T20:18:11.0982141Z 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:11.0982673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/operator_registry_test.cpp' 2025-03-21T20:18:11.0983137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/targets.bzl' 2025-03-21T20:18:11.0983716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/test_kernel_manual_registration.cpp' 2025-03-21T20:18:11.0984178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:18:11.0984609Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test' 2025-03-21T20:18:11.0985111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:18:11.0985533Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel' 2025-03-21T20:18:11.0985947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/TARGETS' 2025-03-21T20:18:11.0986384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/abort.cpp' 2025-03-21T20:18:11.0986797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/abort.h' 2025-03-21T20:18:11.0987229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/assert.h' 2025-03-21T20:18:11.0987640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/clock.h' 2025-03-21T20:18:11.0988104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:18:11.0988599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/compiler.h' 2025-03-21T20:18:11.0989092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/default/minimal.cpp' 2025-03-21T20:18:11.0989558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/default/posix.cpp' 2025-03-21T20:18:11.0990015Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/default' 2025-03-21T20:18:11.0990441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/log.bzl' 2025-03-21T20:18:11.0990857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/log.cpp' 2025-03-21T20:18:11.0991272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/log.h' 2025-03-21T20:18:11.0991703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/platform.h' 2025-03-21T20:18:11.0992158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/profiler.cpp' 2025-03-21T20:18:11.0992585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/profiler.h' 2025-03-21T20:18:11.0993036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/runtime.cpp' 2025-03-21T20:18:11.0993459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/runtime.h' 2025-03-21T20:18:11.0993927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/system.h' 2025-03-21T20:18:11.0994376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/targets.bzl' 2025-03-21T20:18:11.0994853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/CMakeLists.txt' 2025-03-21T20:18:11.0995305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/TARGETS' 2025-03-21T20:18:11.0995779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/clock_test.cpp' 2025-03-21T20:18:11.0996339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/executor_pal_death_test.cpp' 2025-03-21T20:18:11.0996900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/executor_pal_override_test.cpp' 2025-03-21T20:18:11.0997426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/executor_pal_test.cpp' 2025-03-21T20:18:11.0997910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/logging_test.cpp' 2025-03-21T20:18:11.0998417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/stub_platform.cpp' 2025-03-21T20:18:11.0998896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:18:11.0999372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/targets.bzl' 2025-03-21T20:18:11.0999809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test' 2025-03-21T20:18:11.1000225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/types.h' 2025-03-21T20:18:11.1000655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform' 2025-03-21T20:18:11.1001067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/test/TARGETS' 2025-03-21T20:18:11.1001538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/test/test_runtime.py' 2025-03-21T20:18:11.1001929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/test' 2025-03-21T20:18:11.1002311Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime' 2025-03-21T20:18:11.1002708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/CMakeLists.txt' 2025-03-21T20:18:11.1003092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/README.md' 2025-03-21T20:18:11.1003455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/TARGETS' 2025-03-21T20:18:11.1003877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/extended_header.cpp' 2025-03-21T20:18:11.1004302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/extended_header.h' 2025-03-21T20:18:11.1004684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/program.fbs' 2025-03-21T20:18:11.1005100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/scalar_type.fbs' 2025-03-21T20:18:11.1005477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/targets.bzl' 2025-03-21T20:18:11.1005870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/test/TARGETS' 2025-03-21T20:18:11.1006370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/test/extended_header_test.cpp' 2025-03-21T20:18:11.1006811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/test/targets.bzl' 2025-03-21T20:18:11.1007199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/test' 2025-03-21T20:18:11.1007570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema' 2025-03-21T20:18:11.1008047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/check_binary_dependencies.py' 2025-03-21T20:18:11.1008480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/file_size_compare.py' 2025-03-21T20:18:11.1008917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/pick_doc_commits.py' 2025-03-21T20:18:11.1009424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/print_public_headers.py' 2025-03-21T20:18:11.1009939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/release/apply-release-changes.sh' 2025-03-21T20:18:11.1010420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/release/cut-release-branch.sh' 2025-03-21T20:18:11.1010843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/release' 2025-03-21T20:18:11.1011247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/strip_binary.py' 2025-03-21T20:18:11.1011625Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts' 2025-03-21T20:18:11.1011956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/setup.py' 2025-03-21T20:18:11.1012304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.git' 2025-03-21T20:18:11.1012676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.buckconfig' 2025-03-21T20:18:11.1013179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.buckconfig.d/common.buckconfig' 2025-03-21T20:18:11.1013658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.buckconfig.d' 2025-03-21T20:18:11.1014018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.buckroot' 2025-03-21T20:18:11.1014396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.gitignore' 2025-03-21T20:18:11.1014730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/BUCK' 2025-03-21T20:18:11.1015145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/CODE_OF_CONDUCT.md' 2025-03-21T20:18:11.1015540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/CONTRIBUTING.md' 2025-03-21T20:18:11.1015938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/LICENSE-APACHE' 2025-03-21T20:18:11.1016310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/LICENSE-MIT' 2025-03-21T20:18:11.1016665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/PACKAGE' 2025-03-21T20:18:11.1017038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/README.md' 2025-03-21T20:18:11.1017467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/antlir/fbpkg/fbpkg.bzl' 2025-03-21T20:18:11.1017895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/antlir/fbpkg' 2025-03-21T20:18:11.1018306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/antlir' 2025-03-21T20:18:11.1018788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/buck2/buck_rust_binary.bzl' 2025-03-21T20:18:11.1019201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/buck2/proto_defs.bzl' 2025-03-21T20:18:11.1019594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/buck2' 2025-03-21T20:18:11.1020043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/auto_headers.bzl' 2025-03-21T20:18:11.1020461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/config.bzl' 2025-03-21T20:18:11.1020929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/cpp_benchmark.bzl' 2025-03-21T20:18:11.1021367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/cpp_binary.bzl' 2025-03-21T20:18:11.1021823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/cpp_library.bzl' 2025-03-21T20:18:11.1022278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/cpp_unittest.bzl' 2025-03-21T20:18:11.1022729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/custom_rule.bzl' 2025-03-21T20:18:11.1023193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/custom_unittest.bzl' 2025-03-21T20:18:11.1023661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/cython_library.bzl' 2025-03-21T20:18:11.1024109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/export_files.bzl' 2025-03-21T20:18:11.1024547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib/oss.bzl' 2025-03-21T20:18:11.1025018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib/python_common.bzl' 2025-03-21T20:18:11.1025474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib/test/BUCK' 2025-03-21T20:18:11.1025957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib/test/oss.bzl' 2025-03-21T20:18:11.1026412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib/test' 2025-03-21T20:18:11.1026845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib' 2025-03-21T20:18:11.1027293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/native_rules.bzl' 2025-03-21T20:18:11.1027758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/ocaml_binary.bzl' 2025-03-21T20:18:11.1028218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/platform_utils.bzl' 2025-03-21T20:18:11.1028719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/prebuilt_cpp_library.bzl' 2025-03-21T20:18:11.1029173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/python_binary.bzl' 2025-03-21T20:18:11.1029644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/python_library.bzl' 2025-03-21T20:18:11.1030106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/python_unittest.bzl' 2025-03-21T20:18:11.1030525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/roar.bzl' 2025-03-21T20:18:11.1030989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/rust_binary.bzl' 2025-03-21T20:18:11.1031462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/rust_library.bzl' 2025-03-21T20:18:11.1031963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/rust_linkable_symbol.bzl' 2025-03-21T20:18:11.1032414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/rust_unittest.bzl' 2025-03-21T20:18:11.1032829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs' 2025-03-21T20:18:11.1033175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/cfg.bzl' 2025-03-21T20:18:11.1033647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/common/ocaml/interop/defs.bzl' 2025-03-21T20:18:11.1034105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/common/ocaml/interop' 2025-03-21T20:18:11.1034533Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/common/ocaml' 2025-03-21T20:18:11.1034921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/common' 2025-03-21T20:18:11.1035404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly/io/async/test/certs/defs.bzl' 2025-03-21T20:18:11.1035898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly/io/async/test/certs' 2025-03-21T20:18:11.1036348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly/io/async/test' 2025-03-21T20:18:11.1036788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly/io/async' 2025-03-21T20:18:11.1037186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly/io' 2025-03-21T20:18:11.1037580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly' 2025-03-21T20:18:11.1038104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/grpc_fb/codegen/buck_macros.bzl' 2025-03-21T20:18:11.1038547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/grpc_fb/codegen' 2025-03-21T20:18:11.1038937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/grpc_fb' 2025-03-21T20:18:11.1039328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/lib/dicts.bzl' 2025-03-21T20:18:11.1039706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/lib/paths.bzl' 2025-03-21T20:18:11.1040080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/lib/shell.bzl' 2025-03-21T20:18:11.1040460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/lib' 2025-03-21T20:18:11.1040883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource/macros/BUCK' 2025-03-21T20:18:11.1041459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource/macros/broken_in_oss/constraints/BUCK' 2025-03-21T20:18:11.1042032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource/macros/broken_in_oss/constraints' 2025-03-21T20:18:11.1042554Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource/macros/broken_in_oss' 2025-03-21T20:18:11.1042993Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource/macros' 2025-03-21T20:18:11.1043456Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource' 2025-03-21T20:18:11.1043807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os/BUCK' 2025-03-21T20:18:11.1044299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os/linux/distro/constraints/BUCK' 2025-03-21T20:18:11.1044793Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os/linux/distro/constraints' 2025-03-21T20:18:11.1045223Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os/linux/distro' 2025-03-21T20:18:11.1045632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os/linux' 2025-03-21T20:18:11.1045995Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os' 2025-03-21T20:18:11.1046370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/shims.bzl' 2025-03-21T20:18:11.1046809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/binutils/BUCK' 2025-03-21T20:18:11.1047283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/binutils' 2025-03-21T20:18:11.1047706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/boost/BUCK' 2025-03-21T20:18:11.1048166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/boost/boost.bzl' 2025-03-21T20:18:11.1048607Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/boost' 2025-03-21T20:18:11.1049049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/brotli/BUCK' 2025-03-21T20:18:11.1049592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/brotli' 2025-03-21T20:18:11.1050021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/bzip2/BUCK' 2025-03-21T20:18:11.1050532Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/bzip2' 2025-03-21T20:18:11.1050947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/defs.bzl' 2025-03-21T20:18:11.1051447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/double_conversion/BUCK' 2025-03-21T20:18:11.1051954Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/double_conversion' 2025-03-21T20:18:11.1052416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/fast_float/BUCK' 2025-03-21T20:18:11.1052890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/fast_float' 2025-03-21T20:18:11.1053319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/fmt/BUCK' 2025-03-21T20:18:11.1053758Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/fmt' 2025-03-21T20:18:11.1054208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/gflags/BUCK' 2025-03-21T20:18:11.1054657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/gflags' 2025-03-21T20:18:11.1055081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/glibc/BUCK' 2025-03-21T20:18:11.1055539Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/glibc' 2025-03-21T20:18:11.1056007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/glog/BUCK' 2025-03-21T20:18:11.1056462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/glog' 2025-03-21T20:18:11.1056918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/googletest/BUCK' 2025-03-21T20:18:11.1057428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/googletest/gtest_main.cpp' 2025-03-21T20:18:11.1057898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/googletest' 2025-03-21T20:18:11.1058350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/jemalloc/BUCK' 2025-03-21T20:18:11.1058807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/jemalloc' 2025-03-21T20:18:11.1059239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/jvm/BUCK' 2025-03-21T20:18:11.1059672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/jvm' 2025-03-21T20:18:11.1060112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libaegis/BUCK' 2025-03-21T20:18:11.1060581Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libaegis' 2025-03-21T20:18:11.1061013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libaio/BUCK' 2025-03-21T20:18:11.1061474Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libaio' 2025-03-21T20:18:11.1061909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libdwarf/BUCK' 2025-03-21T20:18:11.1062383Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libdwarf' 2025-03-21T20:18:11.1062828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libevent/BUCK' 2025-03-21T20:18:11.1063430Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libevent' 2025-03-21T20:18:11.1063865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libgcc/BUCK' 2025-03-21T20:18:11.1064330Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libgcc' 2025-03-21T20:18:11.1064762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/liboqs/BUCK' 2025-03-21T20:18:11.1065209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/liboqs' 2025-03-21T20:18:11.1065668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libsodium/BUCK' 2025-03-21T20:18:11.1066139Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libsodium' 2025-03-21T20:18:11.1066606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libunwind/BUCK' 2025-03-21T20:18:11.1067072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libunwind' 2025-03-21T20:18:11.1067527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/liburing/BUCK' 2025-03-21T20:18:11.1067991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/liburing' 2025-03-21T20:18:11.1068445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/lz4/BUCK' 2025-03-21T20:18:11.1068903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/lz4' 2025-03-21T20:18:11.1069434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/macros/rust_third_party.bzl' 2025-03-21T20:18:11.1069884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/macros' 2025-03-21T20:18:11.1070311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/ocaml/BUCK' 2025-03-21T20:18:11.1070799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/ocaml/opam/lib/ocaml' 2025-03-21T20:18:11.1071288Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/ocaml/opam/lib' 2025-03-21T20:18:11.1071778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/ocaml/opam' 2025-03-21T20:18:11.1072226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/ocaml' 2025-03-21T20:18:11.1072680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/openssl/BUCK' 2025-03-21T20:18:11.1073140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/openssl' 2025-03-21T20:18:11.1073582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/proto/BUCK' 2025-03-21T20:18:11.1074029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/proto/defs.bzl' 2025-03-21T20:18:11.1074516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/proto/releases.bzl' 2025-03-21T20:18:11.1074978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/proto/update.py' 2025-03-21T20:18:11.1075423Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/proto' 2025-03-21T20:18:11.1075919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/python/BUCK' 2025-03-21T20:18:11.1076369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/python' 2025-03-21T20:18:11.1076824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/range-v3/BUCK' 2025-03-21T20:18:11.1077285Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/range-v3' 2025-03-21T20:18:11.1077756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/.gitignore' 2025-03-21T20:18:11.1078212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/Cargo.toml' 2025-03-21T20:18:11.1078665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/defs.bzl' 2025-03-21T20:18:11.1079194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ahash/fixups.toml' 2025-03-21T20:18:11.1079831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ahash' 2025-03-21T20:18:11.1080359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/anyhow/fixups.toml' 2025-03-21T20:18:11.1080883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/anyhow' 2025-03-21T20:18:11.1081483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/async-trait/fixups.toml' 2025-03-21T20:18:11.1082049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/async-trait' 2025-03-21T20:18:11.1082595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/atomic/fixups.toml' 2025-03-21T20:18:11.1083101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/atomic' 2025-03-21T20:18:11.1083656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/axum-core/fixups.toml' 2025-03-21T20:18:11.1084174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/axum-core' 2025-03-21T20:18:11.1084702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/axum/fixups.toml' 2025-03-21T20:18:11.1085203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/axum' 2025-03-21T20:18:11.1085754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/backtrace/fixups.toml' 2025-03-21T20:18:11.1086280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/backtrace' 2025-03-21T20:18:11.1086820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/blake3/fixups.toml' 2025-03-21T20:18:11.1087327Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/blake3' 2025-03-21T20:18:11.1087869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/bumpalo/fixups.toml' 2025-03-21T20:18:11.1088385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/bumpalo' 2025-03-21T20:18:11.1088961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/bzip2-sys/fixups.toml' 2025-03-21T20:18:11.1089591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/bzip2-sys' 2025-03-21T20:18:11.1090112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap/fixups.toml' 2025-03-21T20:18:11.1090625Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap' 2025-03-21T20:18:11.1091178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap_builder/fixups.toml' 2025-03-21T20:18:11.1091733Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap_builder' 2025-03-21T20:18:11.1092284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap_derive/fixups.toml' 2025-03-21T20:18:11.1092831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap_derive' 2025-03-21T20:18:11.1093426Z 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:11.1094018Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/core-foundation-sys' 2025-03-21T20:18:11.1094558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crc32fast/fixups.toml' 2025-03-21T20:18:11.1095119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crc32fast' 2025-03-21T20:18:11.1095682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/criterion/fixups.toml' 2025-03-21T20:18:11.1096207Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/criterion' 2025-03-21T20:18:11.1096794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-epoch/fixups.toml' 2025-03-21T20:18:11.1097352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-epoch' 2025-03-21T20:18:11.1097939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-queue/fixups.toml' 2025-03-21T20:18:11.1098491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-queue' 2025-03-21T20:18:11.1099073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-utils/fixups.toml' 2025-03-21T20:18:11.1099627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-utils' 2025-03-21T20:18:11.1100171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crunchy/fixups.toml' 2025-03-21T20:18:11.1100686Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crunchy' 2025-03-21T20:18:11.1101286Z 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:11.1101859Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/darwin-libproc-sys' 2025-03-21T20:18:11.1102455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/debugserver-types/fixups.toml' 2025-03-21T20:18:11.1103071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/debugserver-types' 2025-03-21T20:18:11.1103662Z 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:11.1104214Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/derive_more-impl' 2025-03-21T20:18:11.1104763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/derive_more/fixups.toml' 2025-03-21T20:18:11.1105305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/derive_more' 2025-03-21T20:18:11.1105858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/erased-serde/fixups.toml' 2025-03-21T20:18:11.1106413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/erased-serde' 2025-03-21T20:18:11.1106942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/fs-err/fixups.toml' 2025-03-21T20:18:11.1107462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/fs-err' 2025-03-21T20:18:11.1108050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/fs4/fixups.toml' 2025-03-21T20:18:11.1108747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/fs4' 2025-03-21T20:18:11.1110021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-channel/fixups.toml' 2025-03-21T20:18:11.1111267Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-channel' 2025-03-21T20:18:11.1112500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-core/fixups.toml' 2025-03-21T20:18:11.1113714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-core' 2025-03-21T20:18:11.1114930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-task/fixups.toml' 2025-03-21T20:18:11.1116149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-task' 2025-03-21T20:18:11.1117361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-util/fixups.toml' 2025-03-21T20:18:11.1118572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-util' 2025-03-21T20:18:11.1119826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/generic-array/fixups.toml' 2025-03-21T20:18:11.1121031Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/generic-array' 2025-03-21T20:18:11.1122233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/getrandom/fixups.toml' 2025-03-21T20:18:11.1128997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/getrandom' 2025-03-21T20:18:11.1130344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/httparse/fixups.toml' 2025-03-21T20:18:11.1131624Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/httparse' 2025-03-21T20:18:11.1132776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/hyper/fixups.toml' 2025-03-21T20:18:11.1133911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/hyper' 2025-03-21T20:18:11.1135065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/indexmap/fixups.toml' 2025-03-21T20:18:11.1136230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/indexmap' 2025-03-21T20:18:11.1137420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/io-lifetimes/fixups.toml' 2025-03-21T20:18:11.1138618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/io-lifetimes' 2025-03-21T20:18:11.1139822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/jemalloc-sys/fixups.toml' 2025-03-21T20:18:11.1141020Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/jemalloc-sys' 2025-03-21T20:18:11.1142195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lalrpop/fixups.toml' 2025-03-21T20:18:11.1143346Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lalrpop' 2025-03-21T20:18:11.1144600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lexical-core/fixups.toml' 2025-03-21T20:18:11.1145802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lexical-core' 2025-03-21T20:18:11.1146972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libc/fixups.toml' 2025-03-21T20:18:11.1148105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libc' 2025-03-21T20:18:11.1149233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libm/fixups.toml' 2025-03-21T20:18:11.1150359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libm' 2025-03-21T20:18:11.1151500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libsqlite3-sys/BUCK' 2025-03-21T20:18:11.1152687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libsqlite3-sys/bindgen.rs' 2025-03-21T20:18:11.1153920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libsqlite3-sys/fixups.toml' 2025-03-21T20:18:11.1155140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libsqlite3-sys' 2025-03-21T20:18:11.1156341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/linkme-impl/fixups.toml' 2025-03-21T20:18:11.1157528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/linkme-impl' 2025-03-21T20:18:11.1158700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lock_api/fixups.toml' 2025-03-21T20:18:11.1159864Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lock_api' 2025-03-21T20:18:11.1161049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/log/fixups.toml' 2025-03-21T20:18:11.1162157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/log' 2025-03-21T20:18:11.1163288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/memchr/fixups.toml' 2025-03-21T20:18:11.1164437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/memchr' 2025-03-21T20:18:11.1165588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/memoffset/fixups.toml' 2025-03-21T20:18:11.1166768Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/memoffset' 2025-03-21T20:18:11.1167908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/mio/fixups.toml' 2025-03-21T20:18:11.1169022Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/mio' 2025-03-21T20:18:11.1170236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/native-tls/fixups.toml' 2025-03-21T20:18:11.1171409Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/native-tls' 2025-03-21T20:18:11.1172595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/nix/fixups.toml' 2025-03-21T20:18:11.1173754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/nix' 2025-03-21T20:18:11.1174866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/nom/fixups.toml' 2025-03-21T20:18:11.1175978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/nom' 2025-03-21T20:18:11.1177110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ntapi/fixups.toml' 2025-03-21T20:18:11.1178249Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ntapi' 2025-03-21T20:18:11.1179604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-bigint/fixups.toml' 2025-03-21T20:18:11.1180803Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-bigint' 2025-03-21T20:18:11.1182003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-integer/fixups.toml' 2025-03-21T20:18:11.1183205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-integer' 2025-03-21T20:18:11.1184395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-traits/fixups.toml' 2025-03-21T20:18:11.1185583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-traits' 2025-03-21T20:18:11.1186772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/oid-registry/fixups.toml' 2025-03-21T20:18:11.1187971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/oid-registry' 2025-03-21T20:18:11.1189158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/parking_lot/fixups.toml' 2025-03-21T20:18:11.1190462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/parking_lot' 2025-03-21T20:18:11.1191678Z 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:11.1192925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/parking_lot_core' 2025-03-21T20:18:11.1194115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/paste/fixups.toml' 2025-03-21T20:18:11.1195258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/paste' 2025-03-21T20:18:11.1196395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pest/fixups.toml' 2025-03-21T20:18:11.1197521Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pest' 2025-03-21T20:18:11.1198730Z 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:11.1200016Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pin-project-internal' 2025-03-21T20:18:11.1201262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/platforms/fixups.toml' 2025-03-21T20:18:11.1202510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/platforms' 2025-03-21T20:18:11.1203743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/prettyplease/fixups.toml' 2025-03-21T20:18:11.1204960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/prettyplease' 2025-03-21T20:18:11.1206222Z 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:11.1207538Z 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:11.1208816Z 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:11.1210153Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro-error' 2025-03-21T20:18:11.1211412Z 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:11.1212655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro-hack' 2025-03-21T20:18:11.1213876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro2/fixups.toml' 2025-03-21T20:18:11.1215082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro2' 2025-03-21T20:18:11.1216287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/prost-build/fixups.toml' 2025-03-21T20:18:11.1217487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/prost-build' 2025-03-21T20:18:11.1218696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pulldown-cmark/fixups.toml' 2025-03-21T20:18:11.1219981Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pulldown-cmark' 2025-03-21T20:18:11.1221158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/quote/fixups.toml' 2025-03-21T20:18:11.1222291Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/quote' 2025-03-21T20:18:11.1223434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/radium/fixups.toml' 2025-03-21T20:18:11.1224577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/radium' 2025-03-21T20:18:11.1225742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rayon-core/fixups.toml' 2025-03-21T20:18:11.1226932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rayon-core' 2025-03-21T20:18:11.1228093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ref-cast/fixups.toml' 2025-03-21T20:18:11.1229259Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ref-cast' 2025-03-21T20:18:11.1230419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/reqwest/fixups.toml' 2025-03-21T20:18:11.1231598Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/reqwest' 2025-03-21T20:18:11.1232766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ring/fixups.toml' 2025-03-21T20:18:11.1234066Z 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:11.1235564Z 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:11.1237098Z 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:11.1238549Z 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:11.1239831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ring/include' 2025-03-21T20:18:11.1240996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ring' 2025-03-21T20:18:11.1242141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustix/fixups.toml' 2025-03-21T20:18:11.1243296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustix' 2025-03-21T20:18:11.1244443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustls/fixups.toml' 2025-03-21T20:18:11.1245602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustls' 2025-03-21T20:18:11.1246779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustversion/fixups.toml' 2025-03-21T20:18:11.1247974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustversion' 2025-03-21T20:18:11.1249193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde/fixups.toml' 2025-03-21T20:18:11.1250406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde' 2025-03-21T20:18:11.1251574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde_derive/fixups.toml' 2025-03-21T20:18:11.1252777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde_derive' 2025-03-21T20:18:11.1253985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde_json/fixups.toml' 2025-03-21T20:18:11.1255175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde_json' 2025-03-21T20:18:11.1256372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/signal-hook/fixups.toml' 2025-03-21T20:18:11.1257570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/signal-hook' 2025-03-21T20:18:11.1258733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/slab/fixups.toml' 2025-03-21T20:18:11.1259858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/slab' 2025-03-21T20:18:11.1260989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/slog/fixups.toml' 2025-03-21T20:18:11.1262177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/slog' 2025-03-21T20:18:11.1263304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/syn/fixups.toml' 2025-03-21T20:18:11.1264421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/syn' 2025-03-21T20:18:11.1265550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/sys-info/fixups.toml' 2025-03-21T20:18:11.1266718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/sys-info' 2025-03-21T20:18:11.1267871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/sysinfo/fixups.toml' 2025-03-21T20:18:11.1269030Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/sysinfo' 2025-03-21T20:18:11.1270215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/target-triple/fixups.toml' 2025-03-21T20:18:11.1271429Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/target-triple' 2025-03-21T20:18:11.1272618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tempfile/fixups.toml' 2025-03-21T20:18:11.1273780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tempfile' 2025-03-21T20:18:11.1274931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/terminfo/fixups.toml' 2025-03-21T20:18:11.1276104Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/terminfo' 2025-03-21T20:18:11.1277265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/termwiz/fixups.toml' 2025-03-21T20:18:11.1278477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/termwiz' 2025-03-21T20:18:11.1279943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/test-case/fixups.toml' 2025-03-21T20:18:11.1281119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/test-case' 2025-03-21T20:18:11.1282300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/thiserror/fixups.toml' 2025-03-21T20:18:11.1283484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/thiserror' 2025-03-21T20:18:11.1284661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tiny-keccak/fixups.toml' 2025-03-21T20:18:11.1285862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tiny-keccak' 2025-03-21T20:18:11.1287063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio-stream/fixups.toml' 2025-03-21T20:18:11.1288261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio-stream' 2025-03-21T20:18:11.1289515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio-util/fixups.toml' 2025-03-21T20:18:11.1290792Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio-util' 2025-03-21T20:18:11.1291994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio/fixups.toml' 2025-03-21T20:18:11.1293142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio' 2025-03-21T20:18:11.1294277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tonic/fixups.toml' 2025-03-21T20:18:11.1295420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tonic' 2025-03-21T20:18:11.1296621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tracing-subscriber/fixups.toml' 2025-03-21T20:18:11.1297885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tracing-subscriber' 2025-03-21T20:18:11.1299107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/trybuild/fixups.toml' 2025-03-21T20:18:11.1300272Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/trybuild' 2025-03-21T20:18:11.1301430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/typenum/fixups.toml' 2025-03-21T20:18:11.1302589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/typenum' 2025-03-21T20:18:11.1303735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/unicase/fixups.toml' 2025-03-21T20:18:11.1304890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/unicase' 2025-03-21T20:18:11.1306159Z 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:11.1307562Z 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:11.1308848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/winapi/fixups.toml' 2025-03-21T20:18:11.1309992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/winapi' 2025-03-21T20:18:11.1311182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows-targets/fixups.toml' 2025-03-21T20:18:11.1312422Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows-targets' 2025-03-21T20:18:11.1313693Z 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:11.1314998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows_aarch64_gnullvm' 2025-03-21T20:18:11.1316279Z 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:11.1317535Z 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:11.1318809Z 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:11.1320133Z 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:11.1321433Z 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:11.1322703Z 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:11.1323912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/winreg/fixups.toml' 2025-03-21T20:18:11.1325060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/winreg' 2025-03-21T20:18:11.1326219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zerocopy/fixups.toml' 2025-03-21T20:18:11.1327388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zerocopy' 2025-03-21T20:18:11.1328568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zstd-safe/fixups.toml' 2025-03-21T20:18:11.1329819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zstd-safe' 2025-03-21T20:18:11.1330991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zstd-sys/fixups.toml' 2025-03-21T20:18:11.1332160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zstd-sys' 2025-03-21T20:18:11.1333247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups' 2025-03-21T20:18:11.1334303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/reindeer.toml' 2025-03-21T20:18:11.1335344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/top/main.rs' 2025-03-21T20:18:11.1336378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/top' 2025-03-21T20:18:11.1337463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust' 2025-03-21T20:18:11.1338445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/snappy/BUCK' 2025-03-21T20:18:11.1339443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/snappy' 2025-03-21T20:18:11.1340473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/toolchains/win/BUCK' 2025-03-21T20:18:11.1341554Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/toolchains/win' 2025-03-21T20:18:11.1342647Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/toolchains' 2025-03-21T20:18:11.1343655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/xz/BUCK' 2025-03-21T20:18:11.1344620Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/xz' 2025-03-21T20:18:11.1345584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/zlib/BUCK' 2025-03-21T20:18:11.1346567Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/zlib' 2025-03-21T20:18:11.1347542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/zstd/BUCK' 2025-03-21T20:18:11.1348527Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/zstd' 2025-03-21T20:18:11.1349558Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party' 2025-03-21T20:18:11.1350636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/audit_dependencies_test.bzl' 2025-03-21T20:18:11.1351783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/buck2/is_buck2.bzl' 2025-03-21T20:18:11.1352860Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/buck2' 2025-03-21T20:18:11.1353924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/buckconfig.bzl' 2025-03-21T20:18:11.1355032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/default_platform_defs.bzl' 2025-03-21T20:18:11.1356181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/fb_native_wrapper.bzl' 2025-03-21T20:18:11.1357277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/glob_defs.bzl' 2025-03-21T20:18:11.1358293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs' 2025-03-21T20:18:11.1359357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/target_determinator/macros/ci.bzl' 2025-03-21T20:18:11.1360506Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/target_determinator/macros' 2025-03-21T20:18:11.1361625Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/target_determinator' 2025-03-21T20:18:11.1362609Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools' 2025-03-21T20:18:11.1363662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat/executorch/kernels/optimized/lib_defs.bzl' 2025-03-21T20:18:11.1364992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat/executorch/kernels/optimized/op_registration_util.bzl' 2025-03-21T20:18:11.1366293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat/executorch/kernels/optimized' 2025-03-21T20:18:11.1367417Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat/executorch/kernels' 2025-03-21T20:18:11.1368446Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat/executorch' 2025-03-21T20:18:11.1369451Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat' 2025-03-21T20:18:11.1370319Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim' 2025-03-21T20:18:11.1371130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/BUCK' 2025-03-21T20:18:11.1371976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/README.md' 2025-03-21T20:18:11.1372826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/tools' 2025-03-21T20:18:11.1373814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/backends.bzl' 2025-03-21T20:18:11.1375031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/qualcomm/qnn_version.bzl' 2025-03-21T20:18:11.1376254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/qualcomm' 2025-03-21T20:18:11.1377614Z 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:11.1378992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/xnnpack/third-party' 2025-03-21T20:18:11.1380363Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/xnnpack' 2025-03-21T20:18:11.1381513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends' 2025-03-21T20:18:11.1382648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/build/env_interface.bzl' 2025-03-21T20:18:11.1383819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/build/runtime_wrapper.bzl' 2025-03-21T20:18:11.1384965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/build/selects.bzl' 2025-03-21T20:18:11.1386078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/build/type_defs.bzl' 2025-03-21T20:18:11.1387184Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/build' 2025-03-21T20:18:11.1388275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/codegen/codegen.bzl' 2025-03-21T20:18:11.1389393Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/codegen' 2025-03-21T20:18:11.1390596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/extension/pybindings/pybindings.bzl' 2025-03-21T20:18:11.1391861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/extension/pybindings' 2025-03-21T20:18:11.1393034Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/extension' 2025-03-21T20:18:11.1394255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/optimized/lib_defs.bzl' 2025-03-21T20:18:11.1395607Z 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:11.1396886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/optimized' 2025-03-21T20:18:11.1398158Z 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:11.1399426Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/portable' 2025-03-21T20:18:11.1400594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/test/util.bzl' 2025-03-21T20:18:11.1401743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/test' 2025-03-21T20:18:11.1402875Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels' 2025-03-21T20:18:11.1404020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/third-party/glob_defs.bzl' 2025-03-21T20:18:11.1405179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/third-party' 2025-03-21T20:18:11.1406261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch' 2025-03-21T20:18:11.1407294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat' 2025-03-21T20:18:11.1408176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et' 2025-03-21T20:18:11.1409027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/.gitignore' 2025-03-21T20:18:11.1409986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/CMakeLists.txt' 2025-03-21T20:18:11.1410842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/TARGETS' 2025-03-21T20:18:11.1411687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/__init__.py' 2025-03-21T20:18:11.1412582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/build_size_test.sh' 2025-03-21T20:18:11.1413481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end/TARGETS' 2025-03-21T20:18:11.1414394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end/__init__.py' 2025-03-21T20:18:11.1415370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end/exported_module.py' 2025-03-21T20:18:11.1416421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end/register_scratch_meta_fns.py' 2025-03-21T20:18:11.1417457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end/test_end2end.py' 2025-03-21T20:18:11.1418396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end' 2025-03-21T20:18:11.1419287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/TARGETS' 2025-03-21T20:18:11.1420176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/__init__.py' 2025-03-21T20:18:11.1421321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/deprecated/ModuleLinear-no-constant-segment.pte' 2025-03-21T20:18:11.1422641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/deprecated/README.md' 2025-03-21T20:18:11.1423661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/deprecated/TARGETS' 2025-03-21T20:18:11.1424660Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/deprecated' 2025-03-21T20:18:11.1425711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/export_delegated_program.py' 2025-03-21T20:18:11.1426754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/export_program.py' 2025-03-21T20:18:11.1427841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/generate_linear_out_bundled_program.py' 2025-03-21T20:18:11.1428934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/linear_model.py' 2025-03-21T20:18:11.1429875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/targets.bzl' 2025-03-21T20:18:11.1430778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models' 2025-03-21T20:18:11.1431697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/run_oss_cpp_tests.sh' 2025-03-21T20:18:11.1432603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/size_test.cpp' 2025-03-21T20:18:11.1433471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/targets.bzl' 2025-03-21T20:18:11.1434396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/CMakeLists.txt' 2025-03-21T20:18:11.1435355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/DeathTest.h' 2025-03-21T20:18:11.1436304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/OSSTest.cmake.in' 2025-03-21T20:18:11.1437294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/OSSTestConfig.json' 2025-03-21T20:18:11.1438234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/TARGETS' 2025-03-21T20:18:11.1439161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/UnitTestMain.cpp' 2025-03-21T20:18:11.1440113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/alignment.h' 2025-03-21T20:18:11.1441058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/alignment_test.cpp' 2025-03-21T20:18:11.1442110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/generate_gtest_cmakelists.py' 2025-03-21T20:18:11.1443113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/targets.bzl' 2025-03-21T20:18:11.1444021Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils' 2025-03-21T20:18:11.1444878Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test' 2025-03-21T20:18:11.1445740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/TARGETS' 2025-03-21T20:18:11.1446619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.git' 2025-03-21T20:18:11.1447608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/merge_rules.yaml' 2025-03-21T20:18:11.1448712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/pytorch-probot.yml' 2025-03-21T20:18:11.1449967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/github_utils.py' 2025-03-21T20:18:11.1451152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/gitutils.py' 2025-03-21T20:18:11.1452279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/label_utils.py' 2025-03-21T20:18:11.1453401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/trymerge.py' 2025-03-21T20:18:11.1454565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/trymerge_explainer.py' 2025-03-21T20:18:11.1455770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:11.1456918Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts' 2025-03-21T20:18:11.1458079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:11.1459313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/dashboard_perf_test.yml' 2025-03-21T20:18:11.1460516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/doc_build.yml' 2025-03-21T20:18:11.1461677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/float8_test.yml' 2025-03-21T20:18:11.1462925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/float8nocompile_test.yaml' 2025-03-21T20:18:11.1464214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/nightly_smoke_test.yml' 2025-03-21T20:18:11.1465430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/pr-label-check.yml' 2025-03-21T20:18:11.1466647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/regression_test.yml' 2025-03-21T20:18:11.1467887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/regression_test_rocm.yml' 2025-03-21T20:18:11.1469096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/ruff_linter.yml' 2025-03-21T20:18:11.1470282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/run_tutorials.yml' 2025-03-21T20:18:11.1471532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/torchao_experimental_test.yml' 2025-03-21T20:18:11.1472764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/trymerge.yml' 2025-03-21T20:18:11.1473953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:11.1475114Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows' 2025-03-21T20:18:11.1476175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github' 2025-03-21T20:18:11.1477155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.gitignore' 2025-03-21T20:18:11.1478110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.gitmodules' 2025-03-21T20:18:11.1479171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.pre-commit-config.yaml' 2025-03-21T20:18:11.1480369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/CITATION.cff' 2025-03-21T20:18:11.1481331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/CODEOWNERS' 2025-03-21T20:18:11.1482308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/CODE_OF_CONDUCT.md' 2025-03-21T20:18:11.1483324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/CONTRIBUTING.md' 2025-03-21T20:18:11.1484294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/LICENSE' 2025-03-21T20:18:11.1485243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/README.md' 2025-03-21T20:18:11.1486252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/__init__.py' 2025-03-21T20:18:11.1487403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/bench_galore_fused_kernels.py' 2025-03-21T20:18:11.1488581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_aq.py' 2025-03-21T20:18:11.1489737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_fp6.py' 2025-03-21T20:18:11.1490898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_gpu_sparsity.py' 2025-03-21T20:18:11.1492112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_hqq.py' 2025-03-21T20:18:11.1493304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_low_bit_adam.py' 2025-03-21T20:18:11.1494507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_marlin_qqq.py' 2025-03-21T20:18:11.1495788Z 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:11.1497195Z 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:11.1498559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_semi_sparse_training.py' 2025-03-21T20:18:11.1499761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_uintx.py' 2025-03-21T20:18:11.1500947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/bench_linear_float8.py' 2025-03-21T20:18:11.1502159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/bench_matmul.py' 2025-03-21T20:18:11.1503335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/bench_padding.py' 2025-03-21T20:18:11.1504525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/float8_roofline.py' 2025-03-21T20:18:11.1505760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/profile_lowp_training.py' 2025-03-21T20:18:11.1506994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/training/README.md' 2025-03-21T20:18:11.1508297Z 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:11.1509763Z 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:11.1511034Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/training' 2025-03-21T20:18:11.1512180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/utils.py' 2025-03-21T20:18:11.1513273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8' 2025-03-21T20:18:11.1514422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/fused_benchmark_utils.py' 2025-03-21T20:18:11.1515543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/intmm.py' 2025-03-21T20:18:11.1516631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/intmm_shapes.csv' 2025-03-21T20:18:11.1517788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/README.md' 2025-03-21T20:18:11.1518990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/__init__.py' 2025-03-21T20:18:11.1520276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/benchmark_inference.py' 2025-03-21T20:18:11.1521639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/benchmark_runner.py' 2025-03-21T20:18:11.1522977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/test/__init__.py' 2025-03-21T20:18:11.1524325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/test/benchmark_config.yml' 2025-03-21T20:18:11.1525746Z 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:11.1527177Z 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:11.1528536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/test/test_utils.py' 2025-03-21T20:18:11.1529867Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/test' 2025-03-21T20:18:11.1531095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/utils.py' 2025-03-21T20:18:11.1532296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks' 2025-03-21T20:18:11.1533488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/mx_formats/cast_bench.py' 2025-03-21T20:18:11.1534655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/mx_formats' 2025-03-21T20:18:11.1535810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/print_config_shapes.py' 2025-03-21T20:18:11.1537081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/quantized_training/benchmark_int8mm.py' 2025-03-21T20:18:11.1538457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/quantized_training/pretrain_llama2.py' 2025-03-21T20:18:11.1539748Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/quantized_training' 2025-03-21T20:18:11.1540968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/sam_benchmark_results.csv' 2025-03-21T20:18:11.1542153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/sam_vit_b_shapes.csv' 2025-03-21T20:18:11.1543260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks' 2025-03-21T20:18:11.1544323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/dev-requirements.txt' 2025-03-21T20:18:11.1545350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/Makefile' 2025-03-21T20:18:11.1546354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/README.txt' 2025-03-21T20:18:11.1547385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/requirements.txt' 2025-03-21T20:18:11.1548497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_static/css/custom.css' 2025-03-21T20:18:11.1549671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_static/css' 2025-03-21T20:18:11.1550920Z 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:11.1552252Z 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:11.1553579Z 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:11.1554812Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_static/img' 2025-03-21T20:18:11.1555951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_static' 2025-03-21T20:18:11.1557165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_templates/autosummary/class.rst' 2025-03-21T20:18:11.1558448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_templates/autosummary/function.rst' 2025-03-21T20:18:11.1559743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_templates/autosummary' 2025-03-21T20:18:11.1560980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_templates/layout.html' 2025-03-21T20:18:11.1562141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_templates' 2025-03-21T20:18:11.1563285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/api_ref_dtypes.rst' 2025-03-21T20:18:11.1564419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/api_ref_intro.rst' 2025-03-21T20:18:11.1565553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/api_ref_kernel.rst' 2025-03-21T20:18:11.1566731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/api_ref_quantization.rst' 2025-03-21T20:18:11.1567939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/api_ref_sparsity.rst' 2025-03-21T20:18:11.1569066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/conf.py' 2025-03-21T20:18:11.1570230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/contributor_guide.rst' 2025-03-21T20:18:11.1571410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/custom_directives.py' 2025-03-21T20:18:11.1572537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/dtypes.rst' 2025-03-21T20:18:11.1573603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/index.rst' 2025-03-21T20:18:11.1574725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/performant_kernels.rst' 2025-03-21T20:18:11.1575878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/quantization.rst' 2025-03-21T20:18:11.1576998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/quick_start.rst' 2025-03-21T20:18:11.1578124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/serialization.rst' 2025-03-21T20:18:11.1579242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/sparsity.rst' 2025-03-21T20:18:11.1580553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/subclass_advanced.rst' 2025-03-21T20:18:11.1581755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/subclass_basic.rst' 2025-03-21T20:18:11.1582945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/tutorials_source/README.txt' 2025-03-21T20:18:11.1584227Z 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:11.1585484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/tutorials_source' 2025-03-21T20:18:11.1586619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source' 2025-03-21T20:18:11.1587823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static/microbenchmarking_process_diagram.png' 2025-03-21T20:18:11.1589173Z 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:11.1590476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static/pruning_ecosystem_diagram.png' 2025-03-21T20:18:11.1591672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static/pruning_flow.png' 2025-03-21T20:18:11.1592881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static/supported_sparsity_patterns.png' 2025-03-21T20:18:11.1594046Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static' 2025-03-21T20:18:11.1595051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs' 2025-03-21T20:18:11.1596063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/README.md' 2025-03-21T20:18:11.1597222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/README.md' 2025-03-21T20:18:11.1598467Z 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:11.1599729Z 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:11.1600955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/cli.py' 2025-03-21T20:18:11.1602159Z 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:11.1603423Z 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:11.1604716Z 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:11.1605968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/dog.jpg' 2025-03-21T20:18:11.1607144Z 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:11.1608355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/example.html' 2025-03-21T20:18:11.1609648Z 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:11.1611042Z 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:11.1612363Z 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:11.1613661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/requirements.txt' 2025-03-21T20:18:11.1614868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/result.csv' 2025-03-21T20:18:11.1616136Z 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:11.1617457Z 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:11.1618710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/server.py' 2025-03-21T20:18:11.1619886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server' 2025-03-21T20:18:11.1621136Z 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:11.1622439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_vos_example/requirements.txt' 2025-03-21T20:18:11.1623700Z 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:11.1624908Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_vos_example' 2025-03-21T20:18:11.1626011Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples' 2025-03-21T20:18:11.1627143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging/env_var_script_linux.sh' 2025-03-21T20:18:11.1628336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging/post_build_script.sh' 2025-03-21T20:18:11.1629488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging/pre_build_script.sh' 2025-03-21T20:18:11.1630594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging/smoke_test.py' 2025-03-21T20:18:11.1631698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging/vc_env_helper.bat' 2025-03-21T20:18:11.1632779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging' 2025-03-21T20:18:11.1633755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/ruff.toml' 2025-03-21T20:18:11.1634826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/check_copyright_header.py' 2025-03-21T20:18:11.1635992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/clean_release_notes.py' 2025-03-21T20:18:11.1637159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/convert_hf_checkpoint.py' 2025-03-21T20:18:11.1638307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/create_weight_map.py' 2025-03-21T20:18:11.1639449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/download.py' 2025-03-21T20:18:11.1640570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/download_sam2_ckpts.sh' 2025-03-21T20:18:11.1641650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/hf_eval.py' 2025-03-21T20:18:11.1642688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/prepare.sh' 2025-03-21T20:18:11.1643742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/quick_start.py' 2025-03-21T20:18:11.1644818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/run_ruff_fix.sh' 2025-03-21T20:18:11.1645899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/upload_to_s3.py' 2025-03-21T20:18:11.1646951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts' 2025-03-21T20:18:11.1647937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/setup.py' 2025-03-21T20:18:11.1648980Z 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:11.1650211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/ddp/ddp_nf4.py' 2025-03-21T20:18:11.1651366Z 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:11.1652509Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/ddp' 2025-03-21T20:18:11.1653659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_affine_quantized.py' 2025-03-21T20:18:11.1654912Z 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:11.1656270Z 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:11.1657559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_bitpacking.py' 2025-03-21T20:18:11.1658684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_floatx.py' 2025-03-21T20:18:11.1659772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_nf4.py' 2025-03-21T20:18:11.1660865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_uint4.py' 2025-03-21T20:18:11.1661965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_uintx.py' 2025-03-21T20:18:11.1663036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes' 2025-03-21T20:18:11.1664109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_base.py' 2025-03-21T20:18:11.1665206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_compile.py' 2025-03-21T20:18:11.1666304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_dtensor.py' 2025-03-21T20:18:11.1667416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_dtensor.sh' 2025-03-21T20:18:11.1668576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_everything.sh' 2025-03-21T20:18:11.1669751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_float8_utils.py' 2025-03-21T20:18:11.1670876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp.py' 2025-03-21T20:18:11.1671953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp.sh' 2025-03-21T20:18:11.1673102Z 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:11.1674277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp2' 2025-03-21T20:18:11.1675399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp2_tp.py' 2025-03-21T20:18:11.1676545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp_compile.py' 2025-03-21T20:18:11.1677710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp_compile.sh' 2025-03-21T20:18:11.1678913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_numerics_integration.py' 2025-03-21T20:18:11.1680181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8' 2025-03-21T20:18:11.1681238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore/README.md' 2025-03-21T20:18:11.1682368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore/memory_analysis_utils.py' 2025-03-21T20:18:11.1683540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore/model_configs.py' 2025-03-21T20:18:11.1684694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore/profile_memory_usage.py' 2025-03-21T20:18:11.1685962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore/profiling_utils.py' 2025-03-21T20:18:11.1687061Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore' 2025-03-21T20:18:11.1688135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/hqq/test_hqq_affine.py' 2025-03-21T20:18:11.1689298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/hqq/test_triton_mm.py' 2025-03-21T20:18:11.1690443Z 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:11.1691541Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/hqq' 2025-03-21T20:18:11.1692639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/integration/test_integration.py' 2025-03-21T20:18:11.1693797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/integration' 2025-03-21T20:18:11.1694930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/kernel/galore_test_utils.py' 2025-03-21T20:18:11.1695452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/kernel/test_autotuner.py' 2025-03-21T20:18:11.1695979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/kernel/test_fused_kernels.py' 2025-03-21T20:18:11.1696602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/kernel/test_galore_downproj.py' 2025-03-21T20:18:11.1697068Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/kernel' 2025-03-21T20:18:11.1697760Z 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:11.1698454Z 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:11.1699115Z 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:11.1699873Z 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:11.1700560Z 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:11.1701229Z 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:11.1701929Z 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:11.1702542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/module_swap_quantization' 2025-03-21T20:18:11.1703127Z 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:11.1703718Z 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:11.1704295Z 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:11.1704909Z 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:11.1705443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/mx_formats' 2025-03-21T20:18:11.1705978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_autoround.py' 2025-03-21T20:18:11.1706472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_awq.py' 2025-03-21T20:18:11.1707030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_codebook_quant.py' 2025-03-21T20:18:11.1707582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_mixed_precision.py' 2025-03-21T20:18:11.1708152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_parametrization.py' 2025-03-21T20:18:11.1708654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_parq.py' 2025-03-21T20:18:11.1709220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_quantized_training.py' 2025-03-21T20:18:11.1709761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_scheduler.py' 2025-03-21T20:18:11.1710362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_smoothquant.py' 2025-03-21T20:18:11.1710905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_sparsifier.py' 2025-03-21T20:18:11.1711460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_sparsity_utils.py' 2025-03-21T20:18:11.1712001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_spinquant.py' 2025-03-21T20:18:11.1712592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_structured_sparsifier.py' 2025-03-21T20:18:11.1713084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype' 2025-03-21T20:18:11.1713690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_config_serialization.py' 2025-03-21T20:18:11.1714262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_galore_quant.py' 2025-03-21T20:18:11.1714800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_gptq_mt.py' 2025-03-21T20:18:11.1715360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_marlin_qqq.py' 2025-03-21T20:18:11.1715897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_observer.py' 2025-03-21T20:18:11.1716401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_qat.py' 2025-03-21T20:18:11.1716950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_quant_api.py' 2025-03-21T20:18:11.1717523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_quant_primitives.py' 2025-03-21T20:18:11.1718083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization' 2025-03-21T20:18:11.1718604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/smoke_tests/smoke_tests.py' 2025-03-21T20:18:11.1719101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/smoke_tests' 2025-03-21T20:18:11.1719671Z 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:11.1720186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity/test_marlin.py' 2025-03-21T20:18:11.1720711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity/test_sparse_api.py' 2025-03-21T20:18:11.1721244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity/test_supermask.py' 2025-03-21T20:18:11.1721737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity/test_wanda.py' 2025-03-21T20:18:11.1722222Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity' 2025-03-21T20:18:11.1722693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/test_ao_models.py' 2025-03-21T20:18:11.1723185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/test_low_bit_optim.py' 2025-03-21T20:18:11.1723697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/test_ops.py' 2025-03-21T20:18:11.1724289Z 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:11.1724920Z 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:11.1725376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/test_utils.py' 2025-03-21T20:18:11.1725814Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test' 2025-03-21T20:18:11.1726319Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass' 2025-03-21T20:18:11.1726797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party' 2025-03-21T20:18:11.1727260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/__init__.py' 2025-03-21T20:18:11.1727765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_executorch_ops.py' 2025-03-21T20:18:11.1728252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/README.md' 2025-03-21T20:18:11.1728760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/__init__.py' 2025-03-21T20:18:11.1729301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/_eval.py' 2025-03-21T20:18:11.1729829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/.gitignore' 2025-03-21T20:18:11.1730365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/README.md' 2025-03-21T20:18:11.1730925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/__init__.py' 2025-03-21T20:18:11.1731545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/benchmark_results.txt' 2025-03-21T20:18:11.1732083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/benchmarks.sh' 2025-03-21T20:18:11.1732668Z 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:11.1733224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/bsr_benchmarks.sh' 2025-03-21T20:18:11.1733795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/demo_summarize.sh' 2025-03-21T20:18:11.1734302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/eval.py' 2025-03-21T20:18:11.1734830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/evals.sh' 2025-03-21T20:18:11.1735355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/generate.py' 2025-03-21T20:18:11.1735878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/model.py' 2025-03-21T20:18:11.1736408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/tokenizer.py' 2025-03-21T20:18:11.1736970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama' 2025-03-21T20:18:11.1737493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/.gitignore' 2025-03-21T20:18:11.1738001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/README.md' 2025-03-21T20:18:11.1738531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/benchmark.sh' 2025-03-21T20:18:11.1739023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/data.py' 2025-03-21T20:18:11.1739560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/eval_combo.py' 2025-03-21T20:18:11.1740110Z 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:11.1740635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/metrics.py' 2025-03-21T20:18:11.1741153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/results.csv' 2025-03-21T20:18:11.1741671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/setup.sh' 2025-03-21T20:18:11.1742174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam' 2025-03-21T20:18:11.1742708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/__init__.py' 2025-03-21T20:18:11.1743311Z 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:11.1743844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/build_sam.py' 2025-03-21T20:18:11.1744539Z 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:11.1745166Z 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:11.1745806Z 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:11.1746429Z 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:11.1747028Z 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:11.1747768Z 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:11.1748406Z 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:11.1749018Z 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:11.1749639Z 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:11.1750275Z 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:11.1750917Z 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:11.1751490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs/sam2' 2025-03-21T20:18:11.1752042Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs' 2025-03-21T20:18:11.1752650Z 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:11.1753194Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/csrc' 2025-03-21T20:18:11.1753729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/map_tensor.py' 2025-03-21T20:18:11.1754298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/__init__.py' 2025-03-21T20:18:11.1754929Z 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:11.1755540Z 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:11.1756190Z 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:11.1756793Z 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:11.1757404Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/backbones' 2025-03-21T20:18:11.1758008Z 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:11.1758688Z 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:11.1759293Z 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:11.1759893Z 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:11.1760495Z 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:11.1761116Z 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:11.1761715Z 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:11.1762299Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/sam' 2025-03-21T20:18:11.1762869Z 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:11.1763457Z 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:11.1764026Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling' 2025-03-21T20:18:11.1764602Z 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:11.1765157Z 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:11.1765704Z 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:11.1766261Z 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:11.1766842Z 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:11.1767434Z 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:11.1767980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/utils/__init__.py' 2025-03-21T20:18:11.1768517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/utils/amg.py' 2025-03-21T20:18:11.1769047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/utils/misc.py' 2025-03-21T20:18:11.1769696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/utils/transforms.py' 2025-03-21T20:18:11.1770231Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/utils' 2025-03-21T20:18:11.1770747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2' 2025-03-21T20:18:11.1771232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/utils.py' 2025-03-21T20:18:11.1771756Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models' 2025-03-21T20:18:11.1772260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/core/__init__.py' 2025-03-21T20:18:11.1772734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/core/config.py' 2025-03-21T20:18:11.1773216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/core' 2025-03-21T20:18:11.1773686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/README.md' 2025-03-21T20:18:11.1774288Z 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:11.1774877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/cutlass_extensions' 2025-03-21T20:18:11.1775427Z 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:11.1775961Z 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:11.1776524Z 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:11.1777099Z 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:11.1777722Z 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:11.1778390Z 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:11.1778952Z 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:11.1779635Z 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:11.1780197Z 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:11.1780837Z 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:11.1781367Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/fp6_llm' 2025-03-21T20:18:11.1781921Z 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:11.1782528Z 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:11.1783072Z 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:11.1783616Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/marlin_qqq' 2025-03-21T20:18:11.1784257Z 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:11.1784802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/mx_kernels' 2025-03-21T20:18:11.1785509Z 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:11.1786294Z 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:11.1787075Z 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:11.1787844Z 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:11.1788497Z 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:11.1789319Z 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:11.1790186Z 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:11.1791035Z 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:11.1791937Z 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:11.1792816Z 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:11.1793681Z 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:11.1794528Z 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:11.1795389Z 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:11.1796235Z 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:11.1797081Z 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:11.1797763Z 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:11.1798326Z 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:11.1798942Z 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:11.1799486Z 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:11.1800052Z 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:11.1800667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/sparse_marlin' 2025-03-21T20:18:11.1801383Z 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:11.1801997Z 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:11.1802838Z 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:11.1803668Z 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:11.1804367Z 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:11.1804859Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda' 2025-03-21T20:18:11.1805343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc' 2025-03-21T20:18:11.1805822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/README.md' 2025-03-21T20:18:11.1806349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/__init__.py' 2025-03-21T20:18:11.1806897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/_nf4tensor_api.py' 2025-03-21T20:18:11.1807484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/affine_quantized_tensor.py' 2025-03-21T20:18:11.1808071Z 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:11.1808589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/floatx/README.md' 2025-03-21T20:18:11.1809126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/floatx/__init__.py' 2025-03-21T20:18:11.1809800Z 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:11.1810371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/floatx/float8_layout.py' 2025-03-21T20:18:11.1810990Z 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:11.1811518Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/floatx' 2025-03-21T20:18:11.1812016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/nf4tensor.py' 2025-03-21T20:18:11.1812554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/__init__.py' 2025-03-21T20:18:11.1813089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/bitpacking.py' 2025-03-21T20:18:11.1813687Z 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:11.1814379Z 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:11.1814943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/gemlite_layout.py' 2025-03-21T20:18:11.1815499Z 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:11.1816075Z 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:11.1816660Z 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:11.1817203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/plain_layout.py' 2025-03-21T20:18:11.1817789Z 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:11.1818388Z 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:11.1818942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/uint4_layout.py' 2025-03-21T20:18:11.1819483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/uintx_layout.py' 2025-03-21T20:18:11.1820034Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx' 2025-03-21T20:18:11.1820538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/utils.py' 2025-03-21T20:18:11.1821033Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes' 2025-03-21T20:18:11.1821576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/CMakeLists.txt' 2025-03-21T20:18:11.1822109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/Utils.cmake' 2025-03-21T20:18:11.1822635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/__init__.py' 2025-03-21T20:18:11.1823342Z 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:11.1824060Z 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:11.1824715Z 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:11.1825376Z 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:11.1826037Z 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:11.1826659Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmark_infra/ios' 2025-03-21T20:18:11.1827308Z 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:11.1827956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmark_infra/test' 2025-03-21T20:18:11.1828564Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmark_infra' 2025-03-21T20:18:11.1829184Z 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:11.1829751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmarks' 2025-03-21T20:18:11.1830330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/build_torchao_ops.sh' 2025-03-21T20:18:11.1830878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/docs/readme.md' 2025-03-21T20:18:11.1831429Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/docs' 2025-03-21T20:18:11.1832021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/install_requirements.sh' 2025-03-21T20:18:11.1832681Z 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:11.1833395Z 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:11.1834196Z 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:11.1834966Z 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:11.1835753Z 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:11.1836526Z 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:11.1837210Z 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:11.1837893Z 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:11.1838566Z 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:11.1839256Z 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:11.1839919Z 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:11.1840594Z 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:11.1841264Z 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:11.1841939Z 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:11.1842653Z 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:11.1843337Z 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:11.1844019Z 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:11.1844696Z 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:11.1845506Z 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:11.1846169Z 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:11.1846815Z 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:11.1847832Z 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:11.1848866Z 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:11.1849968Z 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:11.1850916Z 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:11.1851580Z 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:11.1852225Z 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:11.1852852Z 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:11.1853562Z 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:11.1854281Z 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:11.1854958Z 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:11.1855674Z 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:11.1856400Z 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:11.1857099Z 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:11.1857813Z 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:11.1858496Z 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:11.1859223Z 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:11.1859931Z 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:11.1860644Z 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:11.1861327Z 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:11.1862057Z 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:11.1862753Z 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:11.1863433Z 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:11.1864200Z 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:11.1864859Z 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:11.1865568Z 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:11.1866261Z 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:11.1866935Z 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:11.1867555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64' 2025-03-21T20:18:11.1868128Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu' 2025-03-21T20:18:11.1868839Z 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:11.1869445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/codegen' 2025-03-21T20:18:11.1870038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/metal.yaml' 2025-03-21T20:18:11.1870664Z 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:11.1871310Z 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:11.1871979Z 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:11.1872653Z 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:11.1873309Z 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:11.1873937Z 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:11.1874581Z 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:11.1875208Z 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:11.1875815Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/metal' 2025-03-21T20:18:11.1876475Z 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:11.1877127Z 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:11.1877771Z 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:11.1878443Z 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:11.1879046Z 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:11.1879760Z 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:11.1880360Z 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:11.1880959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/src' 2025-03-21T20:18:11.1881549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/test/Makefile' 2025-03-21T20:18:11.1882172Z 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:11.1882803Z 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:11.1883393Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/test' 2025-03-21T20:18:11.1883972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps' 2025-03-21T20:18:11.1884518Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels' 2025-03-21T20:18:11.1885156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/benchmarks/CMakeLists.txt' 2025-03-21T20:18:11.1885912Z 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:11.1886696Z 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:11.1887281Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/benchmarks' 2025-03-21T20:18:11.1887930Z 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:11.1888622Z 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:11.1889392Z 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:11.1890127Z 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:11.1890826Z 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:11.1891427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/embedding_xbit' 2025-03-21T20:18:11.1891975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/library.h' 2025-03-21T20:18:11.1892721Z 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:11.1893510Z 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:11.1894352Z 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:11.1895154Z 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:11.1895971Z 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:11.1896777Z 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:11.1897495Z 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:11.1898215Z 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:11.1899003Z 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:11.1899762Z 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:11.1900575Z 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:11.1901434Z 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:11.1902277Z 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:11.1902948Z 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:11.1903488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/memory.h' 2025-03-21T20:18:11.1904050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/.gitignore' 2025-03-21T20:18:11.1904652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/CMakeLists.txt' 2025-03-21T20:18:11.1905205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/build.sh' 2025-03-21T20:18:11.1905897Z 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:11.1906604Z 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:11.1907246Z 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:11.1907900Z 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:11.1908488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/test' 2025-03-21T20:18:11.1909036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps' 2025-03-21T20:18:11.1909658Z 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:11.1910257Z 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:11.1910906Z 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:11.1911517Z 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:11.1912164Z 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:11.1912835Z 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:11.1913462Z 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:11.1914016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/parallel.h' 2025-03-21T20:18:11.1914617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/tests/CMakeLists.txt' 2025-03-21T20:18:11.1915292Z 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:11.1915921Z 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:11.1916637Z 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:11.1917195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/tests' 2025-03-21T20:18:11.1917735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops' 2025-03-21T20:18:11.1918498Z 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:11.1919054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/q_dq_layout.py' 2025-03-21T20:18:11.1919581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/quant_api.py' 2025-03-21T20:18:11.1920126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/temp_build.py' 2025-03-21T20:18:11.1920789Z 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:11.1921563Z 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:11.1922314Z 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:11.1922852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/tests' 2025-03-21T20:18:11.1923377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental' 2025-03-21T20:18:11.1923865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/README.md' 2025-03-21T20:18:11.1924372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/__init__.py' 2025-03-21T20:18:11.1924859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/config.py' 2025-03-21T20:18:11.1925413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/distributed_utils.py' 2025-03-21T20:18:11.1925933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_linear.py' 2025-03-21T20:18:11.1926492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_linear_utils.py' 2025-03-21T20:18:11.1926993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_ops.py' 2025-03-21T20:18:11.1927556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_scaling_utils.py' 2025-03-21T20:18:11.1928079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_tensor.py' 2025-03-21T20:18:11.1928654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_tensor_parallel.py' 2025-03-21T20:18:11.1929216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_utils.py' 2025-03-21T20:18:11.1929786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/fsdp_utils.py' 2025-03-21T20:18:11.1930302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/inference.py' 2025-03-21T20:18:11.1930783Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8' 2025-03-21T20:18:11.1931278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/README.md' 2025-03-21T20:18:11.1931769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/__init__.py' 2025-03-21T20:18:11.1932280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/autotuner.py' 2025-03-21T20:18:11.1932805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/bsr_triton_ops.py' 2025-03-21T20:18:11.1933362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/configs/data_a100.pkl' 2025-03-21T20:18:11.1933878Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/configs' 2025-03-21T20:18:11.1934369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/intmm.py' 2025-03-21T20:18:11.1934932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/intmm_triton.py' 2025-03-21T20:18:11.1935422Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel' 2025-03-21T20:18:11.1935864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/ops.py' 2025-03-21T20:18:11.1936344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/README.md' 2025-03-21T20:18:11.1936841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/__init__.py' 2025-03-21T20:18:11.1937311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/adam.py' 2025-03-21T20:18:11.1937826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/cpu_offload.py' 2025-03-21T20:18:11.1938327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/quant_utils.py' 2025-03-21T20:18:11.1938855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/subclass_4bit.py' 2025-03-21T20:18:11.1939370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/subclass_8bit.py' 2025-03-21T20:18:11.1939886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/subclass_fp8.py' 2025-03-21T20:18:11.1940359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim' 2025-03-21T20:18:11.1940870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/README.md' 2025-03-21T20:18:11.1941379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/__init__.py' 2025-03-21T20:18:11.1941938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/README.md' 2025-03-21T20:18:11.1942547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/__init__.py' 2025-03-21T20:18:11.1943135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/autoround_llm.py' 2025-03-21T20:18:11.1943685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/core.py' 2025-03-21T20:18:11.1944279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/eval_autoround.py' 2025-03-21T20:18:11.1944882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/multi_tensor.py' 2025-03-21T20:18:11.1945476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/requirements.txt' 2025-03-21T20:18:11.1946069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/run_example.sh' 2025-03-21T20:18:11.1946615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/utils.py' 2025-03-21T20:18:11.1947170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround' 2025-03-21T20:18:11.1947694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq/README.md' 2025-03-21T20:18:11.1948286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq/__init__.py' 2025-03-21T20:18:11.1948789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq/api.py' 2025-03-21T20:18:11.1949313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq/core.py' 2025-03-21T20:18:11.1949840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq/example.py' 2025-03-21T20:18:11.1950353Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq' 2025-03-21T20:18:11.1950912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/__init__.py' 2025-03-21T20:18:11.1951496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/profiling_tools.py' 2025-03-21T20:18:11.1952089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/triton/__init__.py' 2025-03-21T20:18:11.1952659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/triton/matmul.py' 2025-03-21T20:18:11.1953303Z 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:11.1953865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/triton' 2025-03-21T20:18:11.1954401Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common' 2025-03-21T20:18:11.1954947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/custom_fp_utils.py' 2025-03-21T20:18:11.1955547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/README.md' 2025-03-21T20:18:11.1956194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/__init__.py' 2025-03-21T20:18:11.1956870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/benchmark/benchmark.py' 2025-03-21T20:18:11.1957507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/benchmark' 2025-03-21T20:18:11.1958163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/examples/example.py' 2025-03-21T20:18:11.1958802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/examples' 2025-03-21T20:18:11.1959493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/float8nocompile_linear.py' 2025-03-21T20:18:11.1960197Z 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:11.1960906Z 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:11.1961626Z 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:11.1962370Z 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:11.1963053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/kernels/__init__.py' 2025-03-21T20:18:11.1963776Z 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:11.1964526Z 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:11.1965145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/kernels' 2025-03-21T20:18:11.1965789Z 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:11.1966425Z 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:11.1967038Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/test' 2025-03-21T20:18:11.1967612Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile' 2025-03-21T20:18:11.1968167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/README.md' 2025-03-21T20:18:11.1968712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/__init__.py' 2025-03-21T20:18:11.1969343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/docs/README.md' 2025-03-21T20:18:11.1969955Z 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:11.1970585Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/docs' 2025-03-21T20:18:11.1971175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/kernels/__init__.py' 2025-03-21T20:18:11.1971817Z 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:11.1972423Z 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:11.1973055Z 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:11.1973646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/kernels/matmul.py' 2025-03-21T20:18:11.1974216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/kernels/quant.py' 2025-03-21T20:18:11.1974798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/kernels' 2025-03-21T20:18:11.1975370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/optim/__init__.py' 2025-03-21T20:18:11.1975983Z 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:11.1976594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/optim' 2025-03-21T20:18:11.1977133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/utils.py' 2025-03-21T20:18:11.1977662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore' 2025-03-21T20:18:11.1978196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/README.md' 2025-03-21T20:18:11.1978724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/__init__.py' 2025-03-21T20:18:11.1979263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/example.py' 2025-03-21T20:18:11.1979963Z 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:11.1980492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/kernels.py' 2025-03-21T20:18:11.1981035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/mixed_mm.py' 2025-03-21T20:18:11.1981551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq' 2025-03-21T20:18:11.1982136Z 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:11.1982711Z 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:11.1983281Z 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:11.1983878Z 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:11.1984588Z 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:11.1985187Z 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:11.1985803Z 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:11.1986400Z 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:11.1986984Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/low_bit_optim' 2025-03-21T20:18:11.1987533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/README.md' 2025-03-21T20:18:11.1988106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/__init__.py' 2025-03-21T20:18:11.1988728Z 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:11.1989322Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/benchmarks' 2025-03-21T20:18:11.1989917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/config.py' 2025-03-21T20:18:11.1990514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/constants.py' 2025-03-21T20:18:11.1991109Z 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:11.1991705Z 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:11.1992282Z 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:11.1992835Z 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:11.1993417Z 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:11.1993967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/utils.py' 2025-03-21T20:18:11.1994522Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats' 2025-03-21T20:18:11.1995050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/README.md' 2025-03-21T20:18:11.1995601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/__init__.py' 2025-03-21T20:18:11.1996167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim/__init__.py' 2025-03-21T20:18:11.1996748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim/binarelax.py' 2025-03-21T20:18:11.1997298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim/parq.py' 2025-03-21T20:18:11.1997888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim/proxmap.py' 2025-03-21T20:18:11.1998487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim/quantopt.py' 2025-03-21T20:18:11.1999029Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim' 2025-03-21T20:18:11.1999607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/quant/__init__.py' 2025-03-21T20:18:11.2000154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/quant/lsbq.py' 2025-03-21T20:18:11.2000736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/quant/quantizer.py' 2025-03-21T20:18:11.2001299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/quant/uniform.py' 2025-03-21T20:18:11.2001859Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/quant' 2025-03-21T20:18:11.2002383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/utils.py' 2025-03-21T20:18:11.2002912Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq' 2025-03-21T20:18:11.2003486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/__init__.py' 2025-03-21T20:18:11.2004213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/autoquant_v2.py' 2025-03-21T20:18:11.2004843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/codebook/__init__.py' 2025-03-21T20:18:11.2005503Z 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:11.2006228Z 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:11.2006830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/codebook' 2025-03-21T20:18:11.2007495Z 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:11.2008151Z 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:11.2008911Z 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:11.2009723Z 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:11.2010532Z 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:11.2011307Z 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:11.2012154Z 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:11.2012953Z 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:11.2013678Z 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:11.2014362Z 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:11.2015101Z 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:11.2015827Z 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:11.2016572Z 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:11.2017296Z 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:11.2017994Z 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:11.2018702Z 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:11.2019381Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision' 2025-03-21T20:18:11.2020017Z 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:11.2020666Z 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:11.2021364Z 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:11.2022110Z 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:11.2022792Z 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:11.2023511Z 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:11.2024269Z 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:11.2025013Z 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:11.2025715Z 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:11.2026377Z 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:11.2027112Z 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:11.2027785Z 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:11.2028504Z 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:11.2029133Z 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:11.2029767Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap' 2025-03-21T20:18:11.2030423Z 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:11.2031141Z 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:11.2031777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/subgraph_utils' 2025-03-21T20:18:11.2032349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization' 2025-03-21T20:18:11.2032973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training/README.md' 2025-03-21T20:18:11.2033610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training/__init__.py' 2025-03-21T20:18:11.2034208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training/bitnet.py' 2025-03-21T20:18:11.2034804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training/int8.py' 2025-03-21T20:18:11.2035472Z 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:11.2036085Z 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:11.2036674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training' 2025-03-21T20:18:11.2037234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant/README.md' 2025-03-21T20:18:11.2037814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant/__init__.py' 2025-03-21T20:18:11.2038358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant/api.py' 2025-03-21T20:18:11.2038926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant/core.py' 2025-03-21T20:18:11.2039486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant/example.py' 2025-03-21T20:18:11.2040051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant' 2025-03-21T20:18:11.2040602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/__init__.py' 2025-03-21T20:18:11.2041276Z 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:11.2041858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/README.md' 2025-03-21T20:18:11.2042462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/__init__.py' 2025-03-21T20:18:11.2043152Z 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:11.2043793Z 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:11.2044425Z 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:11.2045065Z 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:11.2045698Z 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:11.2046346Z 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:11.2046999Z 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:11.2047630Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/images' 2025-03-21T20:18:11.2048298Z 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:11.2048908Z 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:11.2049624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/parametrization.py' 2025-03-21T20:18:11.2050262Z 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:11.2050909Z 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:11.2051485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner' 2025-03-21T20:18:11.2052113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/scheduler/__init__.py' 2025-03-21T20:18:11.2052757Z 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:11.2053412Z 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:11.2054065Z 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:11.2054665Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/scheduler' 2025-03-21T20:18:11.2055306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/sparsifier/__init__.py' 2025-03-21T20:18:11.2055998Z 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:11.2056710Z 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:11.2057320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/sparsifier/utils.py' 2025-03-21T20:18:11.2058017Z 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:11.2058612Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/sparsifier' 2025-03-21T20:18:11.2059233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/.gitignore' 2025-03-21T20:18:11.2059836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/README.md' 2025-03-21T20:18:11.2060463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/TRAINING.md' 2025-03-21T20:18:11.2061074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/__init__.py' 2025-03-21T20:18:11.2067387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/benchmark.py' 2025-03-21T20:18:11.2068097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/benchmark.sh' 2025-03-21T20:18:11.2068789Z 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:11.2069407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/evaluate.py' 2025-03-21T20:18:11.2070029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/evaluate.sh' 2025-03-21T20:18:11.2070707Z 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:11.2071319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/train.py' 2025-03-21T20:18:11.2071921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/utils.py' 2025-03-21T20:18:11.2072516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock' 2025-03-21T20:18:11.2073063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity' 2025-03-21T20:18:11.2073610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant/README.md' 2025-03-21T20:18:11.2074182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant/__init__.py' 2025-03-21T20:18:11.2074800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant/_hadamard_matrices.py' 2025-03-21T20:18:11.2075479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant/hadamard_utils.py' 2025-03-21T20:18:11.2076048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant/spinquant.py' 2025-03-21T20:18:11.2076599Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant' 2025-03-21T20:18:11.2077094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype' 2025-03-21T20:18:11.2077611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/GPTQ.py' 2025-03-21T20:18:11.2078139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/GPTQ_MT.py' 2025-03-21T20:18:11.2078668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/README.md' 2025-03-21T20:18:11.2079191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/__init__.py' 2025-03-21T20:18:11.2079889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/autoquant.py' 2025-03-21T20:18:11.2080440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/dynamic_quant.py' 2025-03-21T20:18:11.2081041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/granularity.py' 2025-03-21T20:18:11.2081770Z 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:11.2082373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/linear_activation_scale.py' 2025-03-21T20:18:11.2083073Z 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:11.2083644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/marlin_qqq/README.md' 2025-03-21T20:18:11.2084234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/marlin_qqq/__init__.py' 2025-03-21T20:18:11.2084800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/marlin_qqq/utils.py' 2025-03-21T20:18:11.2085371Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/marlin_qqq' 2025-03-21T20:18:11.2085894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/observer.py' 2025-03-21T20:18:11.2086481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/__init__.py' 2025-03-21T20:18:11.2087067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/README.md' 2025-03-21T20:18:11.2087672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/__init__.py' 2025-03-21T20:18:11.2088314Z 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:11.2089073Z 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:11.2089760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/api.py' 2025-03-21T20:18:11.2090379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/embedding.py' 2025-03-21T20:18:11.2091021Z 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:11.2091607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/linear.py' 2025-03-21T20:18:11.2092207Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat' 2025-03-21T20:18:11.2092769Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype' 2025-03-21T20:18:11.2093315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/README.md' 2025-03-21T20:18:11.2093860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/__init__.py' 2025-03-21T20:18:11.2094523Z 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:11.2095078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/api.py' 2025-03-21T20:18:11.2095661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/embedding.py' 2025-03-21T20:18:11.2096237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/fake_quantizer.py' 2025-03-21T20:18:11.2096844Z 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:11.2097407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/images' 2025-03-21T20:18:11.2097947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/linear.py' 2025-03-21T20:18:11.2098478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/utils.py' 2025-03-21T20:18:11.2098999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat' 2025-03-21T20:18:11.2099536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/quant_api.py' 2025-03-21T20:18:11.2100097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/quant_primitives.py' 2025-03-21T20:18:11.2100648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/smoothquant.py' 2025-03-21T20:18:11.2101174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/subclass.py' 2025-03-21T20:18:11.2101744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/transform_module.py' 2025-03-21T20:18:11.2102267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/unified.py' 2025-03-21T20:18:11.2102809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/utils.py' 2025-03-21T20:18:11.2103374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/weight_only.py' 2025-03-21T20:18:11.2104090Z 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:11.2104600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization' 2025-03-21T20:18:11.2105098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/README.md' 2025-03-21T20:18:11.2105601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/__init__.py' 2025-03-21T20:18:11.2106129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/blocksparse.py' 2025-03-21T20:18:11.2106661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/marlin/README.md' 2025-03-21T20:18:11.2107199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/marlin/__init__.py' 2025-03-21T20:18:11.2107730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/marlin/utils.py' 2025-03-21T20:18:11.2108246Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/marlin' 2025-03-21T20:18:11.2108831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/__init__.py' 2025-03-21T20:18:11.2109476Z 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:11.2110080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/pruner/__init__.py' 2025-03-21T20:18:11.2110771Z 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:11.2111430Z 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:11.2112068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/pruner/parametrization.py' 2025-03-21T20:18:11.2112708Z 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:11.2113281Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/pruner' 2025-03-21T20:18:11.2113890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/scheduler/__init__.py' 2025-03-21T20:18:11.2114531Z 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:11.2115182Z 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:11.2115833Z 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:11.2116426Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/scheduler' 2025-03-21T20:18:11.2117095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/sparsifier/__init__.py' 2025-03-21T20:18:11.2117741Z 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:11.2118462Z 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:11.2119053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/sparsifier/utils.py' 2025-03-21T20:18:11.2119754Z 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:11.2120338Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/sparsifier' 2025-03-21T20:18:11.2120961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/superblock/__init__.py' 2025-03-21T20:18:11.2121593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/superblock/blocksparse.py' 2025-03-21T20:18:11.2122220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/superblock/supermask.py' 2025-03-21T20:18:11.2122841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/superblock/utils.py' 2025-03-21T20:18:11.2123469Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/superblock' 2025-03-21T20:18:11.2124012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype' 2025-03-21T20:18:11.2124534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/sparse_api.py' 2025-03-21T20:18:11.2125038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/supermask.py' 2025-03-21T20:18:11.2125585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/training/README.md' 2025-03-21T20:18:11.2126135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/training/__init__.py' 2025-03-21T20:18:11.2126683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/training/autograd.py' 2025-03-21T20:18:11.2127273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/training/pointwise_ops.py' 2025-03-21T20:18:11.2127798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/training' 2025-03-21T20:18:11.2128296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/utils.py' 2025-03-21T20:18:11.2128776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/wanda.py' 2025-03-21T20:18:11.2129351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity' 2025-03-21T20:18:11.2129854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/__init__.py' 2025-03-21T20:18:11.2130431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8/__init__.py' 2025-03-21T20:18:11.2131012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8/dtensor_utils.py' 2025-03-21T20:18:11.2131568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8/fsdp2_utils.py' 2025-03-21T20:18:11.2132126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8/roofline_utils.py' 2025-03-21T20:18:11.2132676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8/test_utils.py' 2025-03-21T20:18:11.2133193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8' 2025-03-21T20:18:11.2133676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/utils.py' 2025-03-21T20:18:11.2134172Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing' 2025-03-21T20:18:11.2134612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/utils.py' 2025-03-21T20:18:11.2135066Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao' 2025-03-21T20:18:11.2135534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/add_an_op.py' 2025-03-21T20:18:11.2136129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/calibration_flow/awq_like.py' 2025-03-21T20:18:11.2136704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/calibration_flow/gptq_like.py' 2025-03-21T20:18:11.2137294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/calibration_flow/static_quant.py' 2025-03-21T20:18:11.2137821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/calibration_flow' 2025-03-21T20:18:11.2138399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/developer_api_guide/__init__.py' 2025-03-21T20:18:11.2139025Z 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:11.2139687Z 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:11.2140354Z 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:11.2140993Z 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:11.2141598Z 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:11.2142146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/developer_api_guide' 2025-03-21T20:18:11.2142709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/examples/logging_subclass.py' 2025-03-21T20:18:11.2143287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/examples/quantized_module_swap.py' 2025-03-21T20:18:11.2143885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/examples/quantized_subclass.py' 2025-03-21T20:18:11.2144402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/examples' 2025-03-21T20:18:11.2144972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/bfloat16.json.gz' 2025-03-21T20:18:11.2145516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/bfloat16_code.py' 2025-03-21T20:18:11.2146068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/quant.json.gz' 2025-03-21T20:18:11.2146607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/quant_code.py' 2025-03-21T20:18:11.2147124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/run.sh' 2025-03-21T20:18:11.2147658Z 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:11.2148230Z 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:11.2148741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit' 2025-03-21T20:18:11.2149329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/run_all.sh' 2025-03-21T20:18:11.2149853Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials' 2025-03-21T20:18:11.2150309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/version.txt' 2025-03-21T20:18:11.2150735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao' 2025-03-21T20:18:11.2151162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.git' 2025-03-21T20:18:11.2151696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.bazelci/presubmit.yml' 2025-03-21T20:18:11.2152190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.bazelci' 2025-03-21T20:18:11.2152672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.bazelignore' 2025-03-21T20:18:11.2153127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.bazelrc' 2025-03-21T20:18:11.2153613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.clang-format' 2025-03-21T20:18:11.2154076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.clang-tidy' 2025-03-21T20:18:11.2154556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.editorconfig' 2025-03-21T20:18:11.2155021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.eslintrc.js' 2025-03-21T20:18:11.2155499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.gitattributes' 2025-03-21T20:18:11.2156044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/ISSUE_TEMPLATE.md' 2025-03-21T20:18:11.2156614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/PULL_REQUEST_TEMPLATE.md' 2025-03-21T20:18:11.2157151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/labeler.yml' 2025-03-21T20:18:11.2157715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/build.yml' 2025-03-21T20:18:11.2158269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/codeql.yml' 2025-03-21T20:18:11.2158834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/extrabuild.yml' 2025-03-21T20:18:11.2159382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/label.yml' 2025-03-21T20:18:11.2159921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/main.yml' 2025-03-21T20:18:11.2160481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/release.yml' 2025-03-21T20:18:11.2161045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/scorecards.yml' 2025-03-21T20:18:11.2161598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/stale.yml' 2025-03-21T20:18:11.2162131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows' 2025-03-21T20:18:11.2162619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github' 2025-03-21T20:18:11.2163142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.gitignore' 2025-03-21T20:18:11.2163582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.npmrc' 2025-03-21T20:18:11.2164060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/BUILD.bazel' 2025-03-21T20:18:11.2164534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CHANGELOG.md' 2025-03-21T20:18:11.2165098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/BuildFlatBuffers.cmake' 2025-03-21T20:18:11.2165616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/DESCRIPTION.txt' 2025-03-21T20:18:11.2166174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/FindFlatBuffers.cmake' 2025-03-21T20:18:11.2166715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/PackageDebian.cmake' 2025-03-21T20:18:11.2167266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/PackageRedhat.cmake' 2025-03-21T20:18:11.2167766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/Version.cmake' 2025-03-21T20:18:11.2168413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/flatbuffers-config-version.cmake.in' 2025-03-21T20:18:11.2168978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/flatbuffers-config.cmake' 2025-03-21T20:18:11.2169637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/flatbuffers.pc.in' 2025-03-21T20:18:11.2170127Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake' 2025-03-21T20:18:11.2170670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMakeLists.txt' 2025-03-21T20:18:11.2171165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CONTRIBUTING.md' 2025-03-21T20:18:11.2171673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/FlatBuffers.podspec' 2025-03-21T20:18:11.2172158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/Formatters.md' 2025-03-21T20:18:11.2172603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/LICENSE' 2025-03-21T20:18:11.2173096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/Package.swift' 2025-03-21T20:18:11.2173625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/Package@swift-5.5.swift' 2025-03-21T20:18:11.2174092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/README.md' 2025-03-21T20:18:11.2174559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/SECURITY.md' 2025-03-21T20:18:11.2175024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/WORKSPACE' 2025-03-21T20:18:11.2175512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/.project' 2025-03-21T20:18:11.2176091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/AndroidManifest.xml' 2025-03-21T20:18:11.2176644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/.gitignore' 2025-03-21T20:18:11.2177177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/build.gradle' 2025-03-21T20:18:11.2177754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/proguard-rules.pro' 2025-03-21T20:18:11.2178371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/AndroidManifest.xml' 2025-03-21T20:18:11.2178990Z 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:11.2179777Z 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:11.2180471Z 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:11.2181110Z 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:11.2181801Z 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:11.2182426Z 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:11.2183003Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/cpp' 2025-03-21T20:18:11.2183588Z 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:11.2184168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/fbs' 2025-03-21T20:18:11.2185005Z 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:11.2185685Z 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:11.2186354Z 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:11.2186944Z 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:11.2187655Z 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:11.2188347Z 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:11.2189024Z 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:11.2189677Z 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:11.2190466Z 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:11.2191158Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/java' 2025-03-21T20:18:11.2191907Z 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:11.2192546Z 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:11.2193273Z 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:11.2193887Z 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:11.2194558Z 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:11.2195165Z 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:11.2195884Z 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:11.2196621Z 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:11.2197299Z 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:11.2197975Z 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:11.2198688Z 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:11.2199373Z 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:11.2200048Z 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:11.2200762Z 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:11.2201396Z 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:11.2202082Z 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:11.2202789Z 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:11.2203434Z 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:11.2204118Z 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:11.2204840Z 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:11.2205505Z 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:11.2206232Z 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:11.2206948Z 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:11.2207607Z 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:11.2208228Z 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:11.2208864Z 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:11.2209545Z 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:11.2210161Z 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:11.2210733Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res' 2025-03-21T20:18:11.2211296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main' 2025-03-21T20:18:11.2211826Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src' 2025-03-21T20:18:11.2212335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app' 2025-03-21T20:18:11.2212859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/build.gradle' 2025-03-21T20:18:11.2213460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradle.properties' 2025-03-21T20:18:11.2214093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:11.2214761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:11.2215336Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradle/wrapper' 2025-03-21T20:18:11.2215863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradle' 2025-03-21T20:18:11.2216359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradlew' 2025-03-21T20:18:11.2216869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradlew.bat' 2025-03-21T20:18:11.2217413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/settings.gradle' 2025-03-21T20:18:11.2217907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android' 2025-03-21T20:18:11.2218410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/bazel/BUILD.bazel' 2025-03-21T20:18:11.2218914Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/bazel' 2025-03-21T20:18:11.2219471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/CMakeLists.txt' 2025-03-21T20:18:11.2220004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/bench.h' 2025-03-21T20:18:11.2220584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/benchmark_main.cpp' 2025-03-21T20:18:11.2221189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-03-21T20:18:11.2221824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/flatbuffers/bench_generated.h' 2025-03-21T20:18:11.2222446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/flatbuffers/fb_bench.cpp' 2025-03-21T20:18:11.2223041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/flatbuffers/fb_bench.h' 2025-03-21T20:18:11.2223636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/flatbuffers' 2025-03-21T20:18:11.2224203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/raw/raw_bench.cpp' 2025-03-21T20:18:11.2224770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/raw/raw_bench.h' 2025-03-21T20:18:11.2225310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/raw' 2025-03-21T20:18:11.2225842Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp' 2025-03-21T20:18:11.2226678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift/Benchmarks/FlatbuffersBenchmarks/FlatbuffersBenchmarks.swift' 2025-03-21T20:18:11.2227501Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift/Benchmarks/FlatbuffersBenchmarks' 2025-03-21T20:18:11.2228089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift/Benchmarks' 2025-03-21T20:18:11.2228657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift/Package.swift' 2025-03-21T20:18:11.2229197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift/README.md' 2025-03-21T20:18:11.2229729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift' 2025-03-21T20:18:11.2230249Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks' 2025-03-21T20:18:11.2230728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/build_defs.bzl' 2025-03-21T20:18:11.2231222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/composer.json' 2025-03-21T20:18:11.2231730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/CMakeLists.txt' 2025-03-21T20:18:11.2232219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/build.py' 2025-03-21T20:18:11.2232816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/test_package/CMakeLists.txt' 2025-03-21T20:18:11.2233409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/test_package/conanfile.py' 2025-03-21T20:18:11.2233997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/test_package/test_package.cpp' 2025-03-21T20:18:11.2234543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/test_package' 2025-03-21T20:18:11.2235023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan' 2025-03-21T20:18:11.2235507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conanfile.py' 2025-03-21T20:18:11.2236005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/CHANGELOG.md' 2025-03-21T20:18:11.2236474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/LICENSE' 2025-03-21T20:18:11.2236958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/README.md' 2025-03-21T20:18:11.2237496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/analysis_options.yaml' 2025-03-21T20:18:11.2238040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/example/example.dart' 2025-03-21T20:18:11.2238698Z 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:11.2239225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/example' 2025-03-21T20:18:11.2239760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/flat_buffers.dart' 2025-03-21T20:18:11.2240335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/flex_buffers.dart' 2025-03-21T20:18:11.2240890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/src/builder.dart' 2025-03-21T20:18:11.2241437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/src/reference.dart' 2025-03-21T20:18:11.2241958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/src/types.dart' 2025-03-21T20:18:11.2242470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/src' 2025-03-21T20:18:11.2242971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib' 2025-03-21T20:18:11.2243449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/publish.sh' 2025-03-21T20:18:11.2243964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/pubspec.yaml' 2025-03-21T20:18:11.2244491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/bool_structs.fbs' 2025-03-21T20:18:11.2245097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/bool_structs_generated.dart' 2025-03-21T20:18:11.2245655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/flat_buffers_test.dart' 2025-03-21T20:18:11.2246256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/flex_builder_test.dart' 2025-03-21T20:18:11.2246831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/flex_reader_test.dart' 2025-03-21T20:18:11.2247399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/flex_types_test.dart' 2025-03-21T20:18:11.2247998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/include_test1_generated.dart' 2025-03-21T20:18:11.2248726Z 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:11.2249488Z 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:11.2250049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/list_of_enums.fbs' 2025-03-21T20:18:11.2250650Z 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:11.2251197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/monster_test.fbs' 2025-03-21T20:18:11.2251879Z 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:11.2252553Z 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:11.2253201Z 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:11.2253756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/monsterdata_test.mon' 2025-03-21T20:18:11.2254326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test' 2025-03-21T20:18:11.2254804Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart' 2025-03-21T20:18:11.2255305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/footer.html' 2025-03-21T20:18:11.2255793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/header.html' 2025-03-21T20:18:11.2256360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/images/fpl_logo_small.png' 2025-03-21T20:18:11.2256895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/images/ftv2mnode.png' 2025-03-21T20:18:11.2257441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/images/ftv2pnode.png' 2025-03-21T20:18:11.2257953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/images' 2025-03-21T20:18:11.2258492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Benchmarks.md' 2025-03-21T20:18:11.2259024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Building.md' 2025-03-21T20:18:11.2259576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/CONTRIBUTING.md' 2025-03-21T20:18:11.2260132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/CUsage.md' 2025-03-21T20:18:11.2260654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Compiler.md' 2025-03-21T20:18:11.2261187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/CppUsage.md' 2025-03-21T20:18:11.2261724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/CsharpUsage.md' 2025-03-21T20:18:11.2262258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/DartUsage.md' 2025-03-21T20:18:11.2262794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/FlatBuffers.md' 2025-03-21T20:18:11.2263345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/FlexBuffers.md' 2025-03-21T20:18:11.2263853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/GoApi.md' 2025-03-21T20:18:11.2264423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/GoApi_generated.txt' 2025-03-21T20:18:11.2264940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/GoUsage.md' 2025-03-21T20:18:11.2265461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Grammar.md' 2025-03-21T20:18:11.2266087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/IntermediateRepresentation.md' 2025-03-21T20:18:11.2266622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Internals.md' 2025-03-21T20:18:11.2267181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/JavaScriptUsage.md' 2025-03-21T20:18:11.2267755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/JavaUsage.md' 2025-03-21T20:18:11.2268315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/KotlinUsage.md' 2025-03-21T20:18:11.2268857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/LobsterUsage.md' 2025-03-21T20:18:11.2269395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/LuaUsage.md' 2025-03-21T20:18:11.2269924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/PHPUsage.md' 2025-03-21T20:18:11.2270483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/PythonUsage.md' 2025-03-21T20:18:11.2271084Z 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:11.2271629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/RustUsage.md' 2025-03-21T20:18:11.2272151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Schemas.md' 2025-03-21T20:18:11.2272686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Support.md' 2025-03-21T20:18:11.2273247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/SwiftUsage.md' 2025-03-21T20:18:11.2273807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Tutorial.md' 2025-03-21T20:18:11.2274375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/TypeScriptUsage.md' 2025-03-21T20:18:11.2274924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/WhitePaper.md' 2025-03-21T20:18:11.2275438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/doxyfile' 2025-03-21T20:18:11.2275992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/doxygen_layout.xml' 2025-03-21T20:18:11.2276558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/gRPC/CppUsage.md' 2025-03-21T20:18:11.2277093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/gRPC' 2025-03-21T20:18:11.2277610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/groups' 2025-03-21T20:18:11.2278128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/style.css' 2025-03-21T20:18:11.2278659Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source' 2025-03-21T20:18:11.2279133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs' 2025-03-21T20:18:11.2279813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/README.md' 2025-03-21T20:18:11.2280395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/client/client.go' 2025-03-21T20:18:11.2281025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/client' 2025-03-21T20:18:11.2281582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/go.mod' 2025-03-21T20:18:11.2282132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/hero.fbs' 2025-03-21T20:18:11.2282699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/hero/Warrior.go' 2025-03-21T20:18:11.2283255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/hero' 2025-03-21T20:18:11.2283800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/net.fbs' 2025-03-21T20:18:11.2284363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/net/Request.go' 2025-03-21T20:18:11.2284946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/net/Response.go' 2025-03-21T20:18:11.2285494Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/net' 2025-03-21T20:18:11.2286092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/server/server.go' 2025-03-21T20:18:11.2286668Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/server' 2025-03-21T20:18:11.2287282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo' 2025-03-21T20:18:11.2287787Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples' 2025-03-21T20:18:11.2288283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/BUILD.bazel' 2025-03-21T20:18:11.2288766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/builder.go' 2025-03-21T20:18:11.2289292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/doc.go' 2025-03-21T20:18:11.2289770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/encode.go' 2025-03-21T20:18:11.2290237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/grpc.go' 2025-03-21T20:18:11.2290710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/lib.go' 2025-03-21T20:18:11.2291182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/sizes.go' 2025-03-21T20:18:11.2291667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/struct.go' 2025-03-21T20:18:11.2292135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/table.go' 2025-03-21T20:18:11.2292614Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go' 2025-03-21T20:18:11.2293110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/README.md' 2025-03-21T20:18:11.2293676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/cpp/basic_generated.h' 2025-03-21T20:18:11.2294205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/cpp/generate.py' 2025-03-21T20:18:11.2294779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/cpp' 2025-03-21T20:18:11.2295416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp/flatbuffers/goldens/Galaxy.cs' 2025-03-21T20:18:11.2296080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp/flatbuffers/goldens/Universe.cs' 2025-03-21T20:18:11.2296705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp/flatbuffers/goldens' 2025-03-21T20:18:11.2297289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp/flatbuffers' 2025-03-21T20:18:11.2297843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp/generate.py' 2025-03-21T20:18:11.2298362Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp' 2025-03-21T20:18:11.2299057Z 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:11.2299587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/dart/generate.py' 2025-03-21T20:18:11.2300115Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/dart' 2025-03-21T20:18:11.2300705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/generate_goldens.py' 2025-03-21T20:18:11.2301333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go/flatbuffers/goldens/Galaxy.go' 2025-03-21T20:18:11.2301955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go/flatbuffers/goldens/Universe.go' 2025-03-21T20:18:11.2302569Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go/flatbuffers/goldens' 2025-03-21T20:18:11.2303132Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go/flatbuffers' 2025-03-21T20:18:11.2303665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go/generate.py' 2025-03-21T20:18:11.2304171Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go' 2025-03-21T20:18:11.2304709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/golden_utils.py' 2025-03-21T20:18:11.2305352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java/flatbuffers/goldens/Galaxy.java' 2025-03-21T20:18:11.2305997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java/flatbuffers/goldens/Universe.java' 2025-03-21T20:18:11.2306622Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java/flatbuffers/goldens' 2025-03-21T20:18:11.2307194Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java/flatbuffers' 2025-03-21T20:18:11.2307738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java/generate.py' 2025-03-21T20:18:11.2308277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java' 2025-03-21T20:18:11.2308953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin/flatbuffers/goldens/Galaxy.kt' 2025-03-21T20:18:11.2309597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin/flatbuffers/goldens/Universe.kt' 2025-03-21T20:18:11.2310231Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin/flatbuffers/goldens' 2025-03-21T20:18:11.2310814Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin/flatbuffers' 2025-03-21T20:18:11.2311364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin/generate.py' 2025-03-21T20:18:11.2311889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin' 2025-03-21T20:18:11.2312508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lobster/basic_generated.lobster' 2025-03-21T20:18:11.2313051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lobster/generate.py' 2025-03-21T20:18:11.2313591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lobster' 2025-03-21T20:18:11.2314135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lua/Galaxy.lua' 2025-03-21T20:18:11.2314690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lua/Universe.lua' 2025-03-21T20:18:11.2315229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lua/generate.py' 2025-03-21T20:18:11.2315736Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lua' 2025-03-21T20:18:11.2316269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/nim/Galaxy.nim' 2025-03-21T20:18:11.2316793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/nim/Universe.nim' 2025-03-21T20:18:11.2317329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/nim/generate.py' 2025-03-21T20:18:11.2317843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/nim' 2025-03-21T20:18:11.2318479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php/flatbuffers/goldens/Galaxy.php' 2025-03-21T20:18:11.2319116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php/flatbuffers/goldens/Universe.php' 2025-03-21T20:18:11.2319733Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php/flatbuffers/goldens' 2025-03-21T20:18:11.2320304Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php/flatbuffers' 2025-03-21T20:18:11.2320845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php/generate.py' 2025-03-21T20:18:11.2321358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php' 2025-03-21T20:18:11.2321936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/__init__.py' 2025-03-21T20:18:11.2322519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers/__init__.py' 2025-03-21T20:18:11.2323131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers/goldens/Galaxy.py' 2025-03-21T20:18:11.2323764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers/goldens/Universe.py' 2025-03-21T20:18:11.2324386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers/goldens/__init__.py' 2025-03-21T20:18:11.2324997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers/goldens' 2025-03-21T20:18:11.2325563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers' 2025-03-21T20:18:11.2326094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/generate.py' 2025-03-21T20:18:11.2326597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py' 2025-03-21T20:18:11.2327170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/rust/basic_generated.rs' 2025-03-21T20:18:11.2327722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/rust/generate.py' 2025-03-21T20:18:11.2328277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/rust' 2025-03-21T20:18:11.2328805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/schema/basic.fbs' 2025-03-21T20:18:11.2329397Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/schema' 2025-03-21T20:18:11.2329931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/swift/__init__.py' 2025-03-21T20:18:11.2330531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/swift/basic_generated.swift' 2025-03-21T20:18:11.2331069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/swift/generate.py' 2025-03-21T20:18:11.2331592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/swift' 2025-03-21T20:18:11.2332108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/basic.ts' 2025-03-21T20:18:11.2332684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/flatbuffers/goldens.ts' 2025-03-21T20:18:11.2333319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/flatbuffers/goldens/galaxy.ts' 2025-03-21T20:18:11.2333938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/flatbuffers/goldens/universe.ts' 2025-03-21T20:18:11.2334552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/flatbuffers/goldens' 2025-03-21T20:18:11.2335117Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/flatbuffers' 2025-03-21T20:18:11.2335700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/generate.py' 2025-03-21T20:18:11.2336203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts' 2025-03-21T20:18:11.2336702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens' 2025-03-21T20:18:11.2337189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/BUILD.bazel' 2025-03-21T20:18:11.2337678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/README.md' 2025-03-21T20:18:11.2338193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/boringssl.patch' 2025-03-21T20:18:11.2338693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/build_grpc.sh' 2025-03-21T20:18:11.2339273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/build_grpc_with_cxx14.patch' 2025-03-21T20:18:11.2339796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/README.md' 2025-03-21T20:18:11.2340346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/format.sh' 2025-03-21T20:18:11.2340930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/.gitignore' 2025-03-21T20:18:11.2341586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/README.md' 2025-03-21T20:18:11.2342188Z 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:11.2342807Z 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:11.2343412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/client' 2025-03-21T20:18:11.2344071Z 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:11.2344710Z 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:11.2345373Z 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:11.2345977Z 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:11.2346590Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/models' 2025-03-21T20:18:11.2347190Z 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:11.2347806Z 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:11.2348411Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/server' 2025-03-21T20:18:11.2348981Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter' 2025-03-21T20:18:11.2349575Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go' 2025-03-21T20:18:11.2350108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/greeter.fbs' 2025-03-21T20:18:11.2350715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/README.md' 2025-03-21T20:18:11.2351317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-03-21T20:18:11.2351994Z 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:11.2352680Z 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:11.2353343Z 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:11.2354024Z 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:11.2354667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/models' 2025-03-21T20:18:11.2355296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-03-21T20:18:11.2355927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter' 2025-03-21T20:18:11.2356479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python' 2025-03-21T20:18:11.2357105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/Package.swift' 2025-03-21T20:18:11.2357699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/README.md' 2025-03-21T20:18:11.2358437Z 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:11.2359185Z 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:11.2359847Z 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:11.2360542Z 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:11.2361204Z 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:11.2361895Z 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:11.2362562Z 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:11.2363206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/Sources' 2025-03-21T20:18:11.2363841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter' 2025-03-21T20:18:11.2364392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift' 2025-03-21T20:18:11.2364971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/README.md' 2025-03-21T20:18:11.2365582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/package.json' 2025-03-21T20:18:11.2366182Z 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:11.2366800Z 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:11.2367460Z 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:11.2368114Z 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:11.2368748Z 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:11.2369440Z 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:11.2370135Z 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:11.2370820Z 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:11.2371462Z 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:11.2372065Z 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:11.2372670Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/src' 2025-03-21T20:18:11.2373276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/tsconfig.json' 2025-03-21T20:18:11.2373862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter' 2025-03-21T20:18:11.2374398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts' 2025-03-21T20:18:11.2374928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples' 2025-03-21T20:18:11.2375515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc/pom.xml' 2025-03-21T20:18:11.2376408Z 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:11.2377205Z 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:11.2378038Z 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:11.2378757Z 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:11.2379607Z 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:11.2380272Z 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:11.2380922Z 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:11.2381528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc/src' 2025-03-21T20:18:11.2382129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc' 2025-03-21T20:18:11.2382602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/pom.xml' 2025-03-21T20:18:11.2383151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples/greeter/Makefile' 2025-03-21T20:18:11.2383733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples/greeter/client.cpp' 2025-03-21T20:18:11.2384385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-03-21T20:18:11.2384969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples/greeter/server.cpp' 2025-03-21T20:18:11.2385520Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples/greeter' 2025-03-21T20:18:11.2386047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples' 2025-03-21T20:18:11.2386601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/BUILD.bazel' 2025-03-21T20:18:11.2387196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/cpp_generator.cc' 2025-03-21T20:18:11.2387773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/cpp_generator.h' 2025-03-21T20:18:11.2388358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/go_generator.cc' 2025-03-21T20:18:11.2388928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/go_generator.h' 2025-03-21T20:18:11.2389526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/java_generator.cc' 2025-03-21T20:18:11.2390110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/java_generator.h' 2025-03-21T20:18:11.2390727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/python_generator.cc' 2025-03-21T20:18:11.2391317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/python_generator.h' 2025-03-21T20:18:11.2392001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/schema_interface.h' 2025-03-21T20:18:11.2392600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/swift_generator.cc' 2025-03-21T20:18:11.2393187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/swift_generator.h' 2025-03-21T20:18:11.2393777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/ts_generator.cc' 2025-03-21T20:18:11.2394346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/ts_generator.h' 2025-03-21T20:18:11.2394891Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler' 2025-03-21T20:18:11.2395389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src' 2025-03-21T20:18:11.2395889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/BUILD' 2025-03-21T20:18:11.2396439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/GameFactory.java' 2025-03-21T20:18:11.2397004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/JavaGrpcTest.java' 2025-03-21T20:18:11.2397543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/go_test.go' 2025-03-21T20:18:11.2398103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/grpctest.cpp' 2025-03-21T20:18:11.2398625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/grpctest.py' 2025-03-21T20:18:11.2399188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/java-grpc-test.sh' 2025-03-21T20:18:11.2399768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/message_builder_test.cpp' 2025-03-21T20:18:11.2400263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/pom.xml' 2025-03-21T20:18:11.2400779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests' 2025-03-21T20:18:11.2401256Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc' 2025-03-21T20:18:11.2401829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/allocator.h' 2025-03-21T20:18:11.2402377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/array.h' 2025-03-21T20:18:11.2402926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/base.h' 2025-03-21T20:18:11.2403468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/buffer.h' 2025-03-21T20:18:11.2404044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/buffer_ref.h' 2025-03-21T20:18:11.2404638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/code_generator.h' 2025-03-21T20:18:11.2405266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/code_generators.h' 2025-03-21T20:18:11.2405897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/default_allocator.h' 2025-03-21T20:18:11.2406503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/detached_buffer.h' 2025-03-21T20:18:11.2407081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/file_manager.h' 2025-03-21T20:18:11.2407694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/flatbuffer_builder.h' 2025-03-21T20:18:11.2408280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/flatbuffers.h' 2025-03-21T20:18:11.2408824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/flatc.h' 2025-03-21T20:18:11.2409481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/flex_flat_util.h' 2025-03-21T20:18:11.2410061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/flexbuffers.h' 2025-03-21T20:18:11.2410609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/grpc.h' 2025-03-21T20:18:11.2411176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/hash.h' 2025-03-21T20:18:11.2411742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/idl.h' 2025-03-21T20:18:11.2412326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/minireflect.h' 2025-03-21T20:18:11.2412920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/pch/flatc_pch.h' 2025-03-21T20:18:11.2413473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/pch/pch.h' 2025-03-21T20:18:11.2414047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/pch' 2025-03-21T20:18:11.2414619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/reflection.h' 2025-03-21T20:18:11.2415252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/reflection_generated.h' 2025-03-21T20:18:11.2415808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/registry.h' 2025-03-21T20:18:11.2416396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/stl_emulation.h' 2025-03-21T20:18:11.2416954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/string.h' 2025-03-21T20:18:11.2417500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/struct.h' 2025-03-21T20:18:11.2418056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/table.h' 2025-03-21T20:18:11.2418597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/util.h' 2025-03-21T20:18:11.2419199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/vector.h' 2025-03-21T20:18:11.2419793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/vector_downward.h' 2025-03-21T20:18:11.2420358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/verifier.h' 2025-03-21T20:18:11.2420905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers' 2025-03-21T20:18:11.2421408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include' 2025-03-21T20:18:11.2421882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/pom.xml' 2025-03-21T20:18:11.2422644Z 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:11.2423357Z 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:11.2424093Z 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:11.2424876Z 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:11.2425662Z 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:11.2426368Z 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:11.2427073Z 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:11.2427799Z 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:11.2428543Z 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:11.2429267Z 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:11.2430029Z 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:11.2430750Z 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:11.2431448Z 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:11.2432160Z 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:11.2432847Z 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:11.2433596Z 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:11.2434334Z 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:11.2435060Z 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:11.2435742Z 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:11.2436430Z 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:11.2437141Z 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:11.2437822Z 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:11.2438504Z 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:11.2439201Z 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:11.2440037Z 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:11.2440825Z 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:11.2441560Z 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:11.2442310Z 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:11.2443040Z 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:11.2443802Z 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:11.2444544Z 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:11.2445293Z 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:11.2446040Z 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:11.2446803Z 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:11.2447561Z 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:11.2448293Z 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:11.2449155Z 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:11.2449869Z 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:11.2450476Z 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:11.2451035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com' 2025-03-21T20:18:11.2451591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java' 2025-03-21T20:18:11.2452110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main' 2025-03-21T20:18:11.2452712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/DictionaryLookup' 2025-03-21T20:18:11.2453280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/JavaTest.java' 2025-03-21T20:18:11.2453824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/MyGame' 2025-03-21T20:18:11.2454374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/NamespaceA' 2025-03-21T20:18:11.2454988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/NamespaceC' 2025-03-21T20:18:11.2455576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/optional_scalars' 2025-03-21T20:18:11.2456146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/union_vector' 2025-03-21T20:18:11.2456683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java' 2025-03-21T20:18:11.2457314Z 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:11.2457888Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/resources' 2025-03-21T20:18:11.2458408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test' 2025-03-21T20:18:11.2458917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src' 2025-03-21T20:18:11.2459390Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java' 2025-03-21T20:18:11.2459876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/js/README.md' 2025-03-21T20:18:11.2460344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/js' 2025-03-21T20:18:11.2460936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/build.gradle.kts' 2025-03-21T20:18:11.2461538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/monster_test_java.fbs' 2025-03-21T20:18:11.2462158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/monster_test_kotlin.fbs' 2025-03-21T20:18:11.2463152Z 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:11.2464114Z 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:11.2465017Z 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:11.2465945Z 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:11.2466801Z 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:11.2467596Z 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:11.2468341Z 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:11.2469059Z 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:11.2469731Z 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:11.2470362Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin' 2025-03-21T20:18:11.2470965Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src/jvmMain' 2025-03-21T20:18:11.2471515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src' 2025-03-21T20:18:11.2472058Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark' 2025-03-21T20:18:11.2472586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/build.gradle.kts' 2025-03-21T20:18:11.2473227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/build.gradle.kts' 2025-03-21T20:18:11.2474094Z 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:11.2474973Z 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:11.2475894Z 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:11.2476792Z 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:11.2477707Z 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:11.2478694Z 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:11.2479747Z 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:11.2480619Z 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:11.2481468Z 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:11.2482332Z 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:11.2483149Z 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:11.2483911Z 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:11.2484668Z 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:11.2485402Z 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:11.2486064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain' 2025-03-21T20:18:11.2486939Z 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:11.2487827Z 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:11.2488742Z 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:11.2489742Z 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:11.2490672Z 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:11.2491538Z 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:11.2492398Z 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:11.2493253Z 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:11.2494045Z 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:11.2494757Z 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:11.2495465Z 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:11.2496174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest' 2025-03-21T20:18:11.2497048Z 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:11.2497869Z 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:11.2498666Z 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:11.2499395Z 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:11.2500161Z 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:11.2500835Z 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:11.2501473Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain' 2025-03-21T20:18:11.2502345Z 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:11.2503173Z 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:11.2503978Z 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:11.2504710Z 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:11.2505421Z 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:11.2506095Z 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:11.2506745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain' 2025-03-21T20:18:11.2507596Z 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:11.2508462Z 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:11.2509276Z 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:11.2510017Z 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:11.2510709Z 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:11.2511396Z 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:11.2512132Z 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:11.2512835Z 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:11.2513468Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest' 2025-03-21T20:18:11.2514343Z 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:11.2515238Z 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:11.2516057Z 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:11.2516803Z 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:11.2517525Z 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:11.2518215Z 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:11.2518883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain' 2025-03-21T20:18:11.2519480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src' 2025-03-21T20:18:11.2520076Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin' 2025-03-21T20:18:11.2520608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle.properties' 2025-03-21T20:18:11.2521184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle/libs.versions.toml' 2025-03-21T20:18:11.2521815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:11.2522473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:11.2523094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle/wrapper' 2025-03-21T20:18:11.2523610Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle' 2025-03-21T20:18:11.2524102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradlew' 2025-03-21T20:18:11.2524603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradlew.bat' 2025-03-21T20:18:11.2525162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/settings.gradle.kts' 2025-03-21T20:18:11.2525714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/spotless/spotless.kt' 2025-03-21T20:18:11.2526260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/spotless' 2025-03-21T20:18:11.2526743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin' 2025-03-21T20:18:11.2527307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lobster/flatbuffers.lobster' 2025-03-21T20:18:11.2527798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lobster' 2025-03-21T20:18:11.2528304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers.lua' 2025-03-21T20:18:11.2528938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/binaryarray.lua' 2025-03-21T20:18:11.2529543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/builder.lua' 2025-03-21T20:18:11.2530102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/compat.lua' 2025-03-21T20:18:11.2530657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/compat_5_1.lua' 2025-03-21T20:18:11.2531230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/compat_5_3.lua' 2025-03-21T20:18:11.2531808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/compat_luajit.lua' 2025-03-21T20:18:11.2532372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/numTypes.lua' 2025-03-21T20:18:11.2532900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/view.lua' 2025-03-21T20:18:11.2533439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers' 2025-03-21T20:18:11.2533913Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua' 2025-03-21T20:18:11.2534398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/mjs/README.md' 2025-03-21T20:18:11.2534868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/mjs' 2025-03-21T20:18:11.2535437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/ByteBuffer.cs' 2025-03-21T20:18:11.2536024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/ByteBufferUtil.cs' 2025-03-21T20:18:11.2536680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/FlatBufferBuilder.cs' 2025-03-21T20:18:11.2537305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/FlatBufferConstants.cs' 2025-03-21T20:18:11.2537894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/FlatBufferVerify.cs' 2025-03-21T20:18:11.2538533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/Google.FlatBuffers.csproj' 2025-03-21T20:18:11.2539138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/IFlatbufferObject.cs' 2025-03-21T20:18:11.2539686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/Offset.cs' 2025-03-21T20:18:11.2540219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/Struct.cs' 2025-03-21T20:18:11.2540760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/Table.cs' 2025-03-21T20:18:11.2541325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/flatbuffers.png' 2025-03-21T20:18:11.2541903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/flatbuffers.snk' 2025-03-21T20:18:11.2542480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers' 2025-03-21T20:18:11.2542967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net' 2025-03-21T20:18:11.2543495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers.nimble' 2025-03-21T20:18:11.2544058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/flatbuffers.nim' 2025-03-21T20:18:11.2544630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/src/builder.nim' 2025-03-21T20:18:11.2545184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/src/endian.nim' 2025-03-21T20:18:11.2545759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/src/struct.nim' 2025-03-21T20:18:11.2546312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/src/table.nim' 2025-03-21T20:18:11.2546876Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/src' 2025-03-21T20:18:11.2547404Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers' 2025-03-21T20:18:11.2547892Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim' 2025-03-21T20:18:11.2548370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/package.json' 2025-03-21T20:18:11.2548892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php/ByteBuffer.php' 2025-03-21T20:18:11.2549394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php/Constants.php' 2025-03-21T20:18:11.2550002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php/FlatbufferBuilder.php' 2025-03-21T20:18:11.2550488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php/Struct.php' 2025-03-21T20:18:11.2550969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php/Table.php' 2025-03-21T20:18:11.2551457Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php' 2025-03-21T20:18:11.2551940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/pnpm-lock.yaml' 2025-03-21T20:18:11.2552451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/.gitignore' 2025-03-21T20:18:11.2552955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/__init__.py' 2025-03-21T20:18:11.2553533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/__init__.py' 2025-03-21T20:18:11.2554093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/_version.py' 2025-03-21T20:18:11.2554657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/builder.py' 2025-03-21T20:18:11.2555208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/compat.py' 2025-03-21T20:18:11.2555851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/encode.py' 2025-03-21T20:18:11.2556433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-03-21T20:18:11.2557035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/number_types.py' 2025-03-21T20:18:11.2557582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/packer.py' 2025-03-21T20:18:11.2558257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-03-21T20:18:11.2558878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-03-21T20:18:11.2559481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-03-21T20:18:11.2560110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-03-21T20:18:11.2560712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-03-21T20:18:11.2561341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-03-21T20:18:11.2561951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-03-21T20:18:11.2562584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-03-21T20:18:11.2563192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-03-21T20:18:11.2563885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-03-21T20:18:11.2564499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-03-21T20:18:11.2565108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-03-21T20:18:11.2565722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-03-21T20:18:11.2566328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection' 2025-03-21T20:18:11.2566870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/table.py' 2025-03-21T20:18:11.2567428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/util.py' 2025-03-21T20:18:11.2567972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers' 2025-03-21T20:18:11.2568460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/py.typed' 2025-03-21T20:18:11.2568965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/setup.cfg' 2025-03-21T20:18:11.2569548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/setup.py' 2025-03-21T20:18:11.2570079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python' 2025-03-21T20:18:11.2570608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/reflection/BUILD.bazel' 2025-03-21T20:18:11.2571155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/reflection/reflection.fbs' 2025-03-21T20:18:11.2571688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/reflection/ts/BUILD.bazel' 2025-03-21T20:18:11.2572218Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/reflection/ts' 2025-03-21T20:18:11.2572725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/reflection' 2025-03-21T20:18:11.2573286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/Cargo.toml' 2025-03-21T20:18:11.2573827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/README.md' 2025-03-21T20:18:11.2574375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/build.rs' 2025-03-21T20:18:11.2574927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/array.rs' 2025-03-21T20:18:11.2575490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/builder.rs' 2025-03-21T20:18:11.2576098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/endian_scalar.rs' 2025-03-21T20:18:11.2576658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/follow.rs' 2025-03-21T20:18:11.2577265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/get_root.rs' 2025-03-21T20:18:11.2577837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/lib.rs' 2025-03-21T20:18:11.2578437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/primitives.rs' 2025-03-21T20:18:11.2578982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/push.rs' 2025-03-21T20:18:11.2579653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/table.rs' 2025-03-21T20:18:11.2580213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/vector.rs' 2025-03-21T20:18:11.2580801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/verifier.rs' 2025-03-21T20:18:11.2581357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/vtable.rs' 2025-03-21T20:18:11.2581963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/vtable_writer.rs' 2025-03-21T20:18:11.2582511Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src' 2025-03-21T20:18:11.2583100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers' 2025-03-21T20:18:11.2583670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/.gitignore' 2025-03-21T20:18:11.2584219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/Cargo.toml' 2025-03-21T20:18:11.2584772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/README.md' 2025-03-21T20:18:11.2585341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/bitwidth.rs' 2025-03-21T20:18:11.2585909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/buffer.rs' 2025-03-21T20:18:11.2586496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/map.rs' 2025-03-21T20:18:11.2587095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/mod.rs' 2025-03-21T20:18:11.2587690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/push.rs' 2025-03-21T20:18:11.2588290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/ser.rs' 2025-03-21T20:18:11.2588888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/value.rs' 2025-03-21T20:18:11.2589501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/vector.rs' 2025-03-21T20:18:11.2590092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder' 2025-03-21T20:18:11.2590718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/flexbuffer_type.rs' 2025-03-21T20:18:11.2591320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/lib.rs' 2025-03-21T20:18:11.2591907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/de.rs' 2025-03-21T20:18:11.2592493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/iter.rs' 2025-03-21T20:18:11.2593070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/map.rs' 2025-03-21T20:18:11.2593660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/mod.rs' 2025-03-21T20:18:11.2594278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/serialize.rs' 2025-03-21T20:18:11.2594891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/vector.rs' 2025-03-21T20:18:11.2595475Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader' 2025-03-21T20:18:11.2596040Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src' 2025-03-21T20:18:11.2596573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers' 2025-03-21T20:18:11.2597366Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust' 2025-03-21T20:18:11.2597919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/SampleBinary.cs' 2025-03-21T20:18:11.2598477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/SampleBinary.java' 2025-03-21T20:18:11.2599006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/SampleBinary.kt' 2025-03-21T20:18:11.2599554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/SampleBinary.php' 2025-03-21T20:18:11.2600087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/csharp_sample.sh' 2025-03-21T20:18:11.2600623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/dart_sample.sh' 2025-03-21T20:18:11.2601106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/go.mod' 2025-03-21T20:18:11.2601620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/go_sample.sh' 2025-03-21T20:18:11.2602157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/java_sample.sh' 2025-03-21T20:18:11.2602710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/javascript_sample.sh' 2025-03-21T20:18:11.2603255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/kotlin_sample.sh' 2025-03-21T20:18:11.2603842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample/Color.lua' 2025-03-21T20:18:11.2604470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample/Equipment.lua' 2025-03-21T20:18:11.2605127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample/Monster.lua' 2025-03-21T20:18:11.2605719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample/Vec3.lua' 2025-03-21T20:18:11.2606314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample/Weapon.lua' 2025-03-21T20:18:11.2606900Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample' 2025-03-21T20:18:11.2607442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame' 2025-03-21T20:18:11.2607970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua' 2025-03-21T20:18:11.2608481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monster.bfbs' 2025-03-21T20:18:11.2608998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monster.fbs' 2025-03-21T20:18:11.2609605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monster_generated.h' 2025-03-21T20:18:11.2610191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monster_generated.lobster' 2025-03-21T20:18:11.2610802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monster_generated.swift' 2025-03-21T20:18:11.2611357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monsterdata.json' 2025-03-21T20:18:11.2611894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/php_sample.sh' 2025-03-21T20:18:11.2612425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/python_sample.sh' 2025-03-21T20:18:11.2612991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/rust_generated/mod.rs' 2025-03-21T20:18:11.2613678Z 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:11.2614395Z 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:11.2615094Z 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:11.2615796Z 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:11.2616480Z 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:11.2617125Z 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:11.2617722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/rust_generated/my_game' 2025-03-21T20:18:11.2618300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/rust_generated' 2025-03-21T20:18:11.2618853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_bfbs.cpp' 2025-03-21T20:18:11.2619416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.cpp' 2025-03-21T20:18:11.2619954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.go' 2025-03-21T20:18:11.2620504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.lobster' 2025-03-21T20:18:11.2621052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.lua' 2025-03-21T20:18:11.2621580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.py' 2025-03-21T20:18:11.2622119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.rs' 2025-03-21T20:18:11.2622664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.swift' 2025-03-21T20:18:11.2623230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_flexbuffers.rs' 2025-03-21T20:18:11.2623812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_flexbuffers_serde.rs' 2025-03-21T20:18:11.2624347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_text.cpp' 2025-03-21T20:18:11.2624942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_text.lobster' 2025-03-21T20:18:11.2625450Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples' 2025-03-21T20:18:11.2626057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-03-21T20:18:11.2626629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/check_generate_code.py' 2025-03-21T20:18:11.2627173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/clang-format-all.sh' 2025-03-21T20:18:11.2627719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/clang-format-git.sh' 2025-03-21T20:18:11.2628274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/clang-tidy-git.sh' 2025-03-21T20:18:11.2628804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/generate_code.py' 2025-03-21T20:18:11.2629398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/generate_grpc_examples.py' 2025-03-21T20:18:11.2629895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/release.sh' 2025-03-21T20:18:11.2630391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/util.py' 2025-03-21T20:18:11.2630883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts' 2025-03-21T20:18:11.2631394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/snap/snapcraft.yaml' 2025-03-21T20:18:11.2631874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/snap' 2025-03-21T20:18:11.2632419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/BUILD.bazel' 2025-03-21T20:18:11.2632995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/annotated_binary_text_gen.cpp' 2025-03-21T20:18:11.2633564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/annotated_binary_text_gen.h' 2025-03-21T20:18:11.2634040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_gen.h' 2025-03-21T20:18:11.2634549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_gen_lua.cpp' 2025-03-21T20:18:11.2635057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_gen_lua.h' 2025-03-21T20:18:11.2635568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_gen_nim.cpp' 2025-03-21T20:18:11.2636074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_gen_nim.h' 2025-03-21T20:18:11.2636564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_namer.h' 2025-03-21T20:18:11.2637105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/binary_annotator.cpp' 2025-03-21T20:18:11.2637621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/binary_annotator.h' 2025-03-21T20:18:11.2638212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/code_generators.cpp' 2025-03-21T20:18:11.2638749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/file_binary_writer.cpp' 2025-03-21T20:18:11.2639356Z 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:11.2639862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/file_writer.cpp' 2025-03-21T20:18:11.2640354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/flatc.cpp' 2025-03-21T20:18:11.2640847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/flatc_main.cpp' 2025-03-21T20:18:11.2641339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/flathash.cpp' 2025-03-21T20:18:11.2641872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_binary.cpp' 2025-03-21T20:18:11.2642385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_binary.h' 2025-03-21T20:18:11.2642899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_cpp.cpp' 2025-03-21T20:18:11.2643389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_cpp.h' 2025-03-21T20:18:11.2643922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_csharp.cpp' 2025-03-21T20:18:11.2644428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_csharp.h' 2025-03-21T20:18:11.2644947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_dart.cpp' 2025-03-21T20:18:11.2645472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_dart.h' 2025-03-21T20:18:11.2646009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_fbs.cpp' 2025-03-21T20:18:11.2646501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_fbs.h' 2025-03-21T20:18:11.2646995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_go.cpp' 2025-03-21T20:18:11.2647494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_go.h' 2025-03-21T20:18:11.2648003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_grpc.cpp' 2025-03-21T20:18:11.2648526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_java.cpp' 2025-03-21T20:18:11.2649023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_java.h' 2025-03-21T20:18:11.2649647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_json_schema.cpp' 2025-03-21T20:18:11.2650178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_json_schema.h' 2025-03-21T20:18:11.2650713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_kotlin.cpp' 2025-03-21T20:18:11.2651253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_kotlin.h' 2025-03-21T20:18:11.2651828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_kotlin_kmp.cpp' 2025-03-21T20:18:11.2652359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_lobster.cpp' 2025-03-21T20:18:11.2652883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_lobster.h' 2025-03-21T20:18:11.2653381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_php.cpp' 2025-03-21T20:18:11.2653870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_php.h' 2025-03-21T20:18:11.2654399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_python.cpp' 2025-03-21T20:18:11.2654908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_python.h' 2025-03-21T20:18:11.2655428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_rust.cpp' 2025-03-21T20:18:11.2655921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_rust.h' 2025-03-21T20:18:11.2656445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_swift.cpp' 2025-03-21T20:18:11.2656943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_swift.h' 2025-03-21T20:18:11.2657458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_text.cpp' 2025-03-21T20:18:11.2657950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_text.h' 2025-03-21T20:18:11.2658457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_ts.cpp' 2025-03-21T20:18:11.2659008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_ts.h' 2025-03-21T20:18:11.2659504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_namer.h' 2025-03-21T20:18:11.2660003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_parser.cpp' 2025-03-21T20:18:11.2660467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/namer.h' 2025-03-21T20:18:11.2660977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/reflection.cpp' 2025-03-21T20:18:11.2661447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/util.cpp' 2025-03-21T20:18:11.2661931Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src' 2025-03-21T20:18:11.2662427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift.swiftformat' 2025-03-21T20:18:11.2662929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/BUILD.bazel' 2025-03-21T20:18:11.2663399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/LICENSE' 2025-03-21T20:18:11.2663891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/README.md' 2025-03-21T20:18:11.2664545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift' 2025-03-21T20:18:11.2665263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Constants.swift' 2025-03-21T20:18:11.2665998Z 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:11.2666845Z 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:11.2667677Z 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:11.2668527Z 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:11.2669360Z 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:11.2670209Z 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:11.2671039Z 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:11.2671880Z 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:11.2672662Z 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:11.2673574Z 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:11.2674421Z 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:11.2675270Z 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:11.2676129Z 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:11.2676976Z 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:11.2677835Z 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:11.2678673Z 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:11.2679661Z 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:11.2680580Z 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:11.2681466Z 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:11.2682308Z 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:11.2683154Z 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:11.2683993Z 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:11.2684791Z 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:11.2685551Z 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:11.2686429Z 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:11.2687193Z 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:11.2687947Z 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:11.2688856Z 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:11.2689810Z 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:11.2690687Z 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:11.2691537Z 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:11.2692279Z 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:11.2692971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc' 2025-03-21T20:18:11.2693566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Enum.swift' 2025-03-21T20:18:11.2694256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/FlatBufferBuilder.swift' 2025-03-21T20:18:11.2694919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/FlatBufferObject.swift' 2025-03-21T20:18:11.2695655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/FlatBuffersUtils.swift' 2025-03-21T20:18:11.2696323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/FlatbuffersErrors.swift' 2025-03-21T20:18:11.2696985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Int+extension.swift' 2025-03-21T20:18:11.2697593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Message.swift' 2025-03-21T20:18:11.2698220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Mutable.swift' 2025-03-21T20:18:11.2698863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/NativeObject.swift' 2025-03-21T20:18:11.2699487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Offset.swift' 2025-03-21T20:18:11.2700084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Root.swift' 2025-03-21T20:18:11.2700741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/String+extension.swift' 2025-03-21T20:18:11.2701359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Struct.swift' 2025-03-21T20:18:11.2701956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Table.swift' 2025-03-21T20:18:11.2702621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/TableVerifier.swift' 2025-03-21T20:18:11.2703276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/VeriferOptions.swift' 2025-03-21T20:18:11.2703972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Verifiable.swift' 2025-03-21T20:18:11.2704592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Verifier.swift' 2025-03-21T20:18:11.2705183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers' 2025-03-21T20:18:11.2705702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources' 2025-03-21T20:18:11.2706202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift' 2025-03-21T20:18:11.2706692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/.gitignore' 2025-03-21T20:18:11.2707261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-03-21T20:18:11.2707854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/evolution/v1_generated.h' 2025-03-21T20:18:11.2708416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-03-21T20:18:11.2709009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/evolution/v2_generated.h' 2025-03-21T20:18:11.2709628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/evolution' 2025-03-21T20:18:11.2710193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/offset64_test.cpp' 2025-03-21T20:18:11.2710737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/offset64_test.h' 2025-03-21T20:18:11.2711285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit.afb' 2025-03-21T20:18:11.2711826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit.bfbs' 2025-03-21T20:18:11.2712375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit.bin' 2025-03-21T20:18:11.2712907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-03-21T20:18:11.2713467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit.json' 2025-03-21T20:18:11.2714078Z 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:11.2714676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit_generated.h' 2025-03-21T20:18:11.2715186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit' 2025-03-21T20:18:11.2715675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/Abc.nim' 2025-03-21T20:18:11.2716173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/BUILD.bazel' 2025-03-21T20:18:11.2716670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DartTest.sh' 2025-03-21T20:18:11.2717363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DictionaryLookup/LongFloatEntry.java' 2025-03-21T20:18:11.2717988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DictionaryLookup/LongFloatEntry.kt' 2025-03-21T20:18:11.2718619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DictionaryLookup/LongFloatMap.java' 2025-03-21T20:18:11.2719227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DictionaryLookup/LongFloatMap.kt' 2025-03-21T20:18:11.2719809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DictionaryLookup' 2025-03-21T20:18:11.2720533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Benchmarks/FlatBufferBuilderBenchmark.cs' 2025-03-21T20:18:11.2721265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Benchmarks/FlatBuffers.Benchmarks.csproj' 2025-03-21T20:18:11.2721881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Benchmarks/Program.cs' 2025-03-21T20:18:11.2722489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Benchmarks' 2025-03-21T20:18:11.2723097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/.gitignore' 2025-03-21T20:18:11.2723699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/Assert.cs' 2025-03-21T20:18:11.2724318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/ByteBufferTests.cs' 2025-03-21T20:18:11.2724993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBufferBuilderTests.cs' 2025-03-21T20:18:11.2725645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBuffers.Test.csproj' 2025-03-21T20:18:11.2726320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersExampleTests.cs' 2025-03-21T20:18:11.2726968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersFuzzTests.cs' 2025-03-21T20:18:11.2727683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersTestClassAttribute.cs' 2025-03-21T20:18:11.2728398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersTestMethodAttribute.cs' 2025-03-21T20:18:11.2729003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FuzzTestData.cs' 2025-03-21T20:18:11.2729632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/Lcg.cs' 2025-03-21T20:18:11.2730217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/NetTest.bat' 2025-03-21T20:18:11.2730818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/NetTest.sh' 2025-03-21T20:18:11.2731427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/Program.cs' 2025-03-21T20:18:11.2732129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/Properties/AssemblyInfo.cs' 2025-03-21T20:18:11.2732751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/Properties' 2025-03-21T20:18:11.2733339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/README.md' 2025-03-21T20:18:11.2733925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/TestTable.cs' 2025-03-21T20:18:11.2734505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/clean.sh' 2025-03-21T20:18:11.2735149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/monsterdata_cstest.mon' 2025-03-21T20:18:11.2735809Z 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:11.2736413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/packages.config' 2025-03-21T20:18:11.2736992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test' 2025-03-21T20:18:11.2737503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/GoTest.sh' 2025-03-21T20:18:11.2738055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest/ABC.cs' 2025-03-21T20:18:11.2738665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest/KeywordsInTable.cs' 2025-03-21T20:18:11.2739259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest/KeywordsInUnion.cs' 2025-03-21T20:18:11.2739817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest/Table2.cs' 2025-03-21T20:18:11.2740362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest/public.cs' 2025-03-21T20:18:11.2740911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest' 2025-03-21T20:18:11.2741421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KotlinTest.kt' 2025-03-21T20:18:11.2741937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KotlinTest.sh' 2025-03-21T20:18:11.2742454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/LobsterTest.bat' 2025-03-21T20:18:11.2742960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/LuaTest.bat' 2025-03-21T20:18:11.2743447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/LuaTest.sh' 2025-03-21T20:18:11.2743981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MoreDefaults.nim' 2025-03-21T20:18:11.2744510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MutatingBool.fbs' 2025-03-21T20:18:11.2745107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.cs' 2025-03-21T20:18:11.2745707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.go' 2025-03-21T20:18:11.2746284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.java' 2025-03-21T20:18:11.2746859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.kt' 2025-03-21T20:18:11.2747429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.lua' 2025-03-21T20:18:11.2748012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.nim' 2025-03-21T20:18:11.2748581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.php' 2025-03-21T20:18:11.2749165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-03-21T20:18:11.2749747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AbilityT.java' 2025-03-21T20:18:11.2750303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.cs' 2025-03-21T20:18:11.2750873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.go' 2025-03-21T20:18:11.2751458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.java' 2025-03-21T20:18:11.2752004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.kt' 2025-03-21T20:18:11.2752561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.lua' 2025-03-21T20:18:11.2753109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.nim' 2025-03-21T20:18:11.2753657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.php' 2025-03-21T20:18:11.2754213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.py' 2025-03-21T20:18:11.2754851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.cs' 2025-03-21T20:18:11.2755500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.go' 2025-03-21T20:18:11.2756149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.java' 2025-03-21T20:18:11.2756797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.kt' 2025-03-21T20:18:11.2757438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.lua' 2025-03-21T20:18:11.2758090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.nim' 2025-03-21T20:18:11.2758731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.php' 2025-03-21T20:18:11.2759426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-03-21T20:18:11.2760108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliasesUnion.java' 2025-03-21T20:18:11.2760704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUnion.java' 2025-03-21T20:18:11.2761318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.cs' 2025-03-21T20:18:11.2761947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.go' 2025-03-21T20:18:11.2762570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.java' 2025-03-21T20:18:11.2763195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.kt' 2025-03-21T20:18:11.2763814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.lua' 2025-03-21T20:18:11.2764431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.nim' 2025-03-21T20:18:11.2765095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.php' 2025-03-21T20:18:11.2765735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-03-21T20:18:11.2766408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliasesUnion.java' 2025-03-21T20:18:11.2766996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayStruct.cs' 2025-03-21T20:18:11.2767655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayStruct.java' 2025-03-21T20:18:11.2768241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-03-21T20:18:11.2768857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayStructT.java' 2025-03-21T20:18:11.2769494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayTable.cs' 2025-03-21T20:18:11.2770110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayTable.java' 2025-03-21T20:18:11.2770691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-03-21T20:18:11.2771301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayTableT.java' 2025-03-21T20:18:11.2771853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.cs' 2025-03-21T20:18:11.2772417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.go' 2025-03-21T20:18:11.2772982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.java' 2025-03-21T20:18:11.2773601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.kt' 2025-03-21T20:18:11.2774158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.lua' 2025-03-21T20:18:11.2774713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.nim' 2025-03-21T20:18:11.2775286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.php' 2025-03-21T20:18:11.2775841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.py' 2025-03-21T20:18:11.2776421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.cs' 2025-03-21T20:18:11.2776992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.go' 2025-03-21T20:18:11.2777583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.java' 2025-03-21T20:18:11.2778148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.kt' 2025-03-21T20:18:11.2778740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.lua' 2025-03-21T20:18:11.2779370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.nim' 2025-03-21T20:18:11.2780096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.php' 2025-03-21T20:18:11.2780663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-03-21T20:18:11.2781235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.cs' 2025-03-21T20:18:11.2781797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.go' 2025-03-21T20:18:11.2782386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.java' 2025-03-21T20:18:11.2782949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.kt' 2025-03-21T20:18:11.2783521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.lua' 2025-03-21T20:18:11.2784110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.nim' 2025-03-21T20:18:11.2784677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.php' 2025-03-21T20:18:11.2785256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-03-21T20:18:11.2785902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/MonsterStorageGrpc.java' 2025-03-21T20:18:11.2786553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/MonsterStorage_grpc.go' 2025-03-21T20:18:11.2787183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/MonsterT.java' 2025-03-21T20:18:11.2787827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedStruct.cs' 2025-03-21T20:18:11.2788434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedStruct.java' 2025-03-21T20:18:11.2789041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-03-21T20:18:11.2789652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedStructT.java' 2025-03-21T20:18:11.2790276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-03-21T20:18:11.2790892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-03-21T20:18:11.2791583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-03-21T20:18:11.2792193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-03-21T20:18:11.2792917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-03-21T20:18:11.2793609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-03-21T20:18:11.2794244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-03-21T20:18:11.2794868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion' 2025-03-21T20:18:11.2795419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.cs' 2025-03-21T20:18:11.2795984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.go' 2025-03-21T20:18:11.2796545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.java' 2025-03-21T20:18:11.2797116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.kt' 2025-03-21T20:18:11.2797678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.lua' 2025-03-21T20:18:11.2798250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.nim' 2025-03-21T20:18:11.2798807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.php' 2025-03-21T20:18:11.2799373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.py' 2025-03-21T20:18:11.2799961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.cs' 2025-03-21T20:18:11.2800569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.go' 2025-03-21T20:18:11.2801196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.java' 2025-03-21T20:18:11.2801807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.kt' 2025-03-21T20:18:11.2802414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.lua' 2025-03-21T20:18:11.2803009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.nim' 2025-03-21T20:18:11.2803613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.php' 2025-03-21T20:18:11.2804198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-03-21T20:18:11.2804813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ReferrableT.java' 2025-03-21T20:18:11.2805359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.cs' 2025-03-21T20:18:11.2805919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.go' 2025-03-21T20:18:11.2806483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.java' 2025-03-21T20:18:11.2807074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.kt' 2025-03-21T20:18:11.2807652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.lua' 2025-03-21T20:18:11.2808215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.nim' 2025-03-21T20:18:11.2808770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.php' 2025-03-21T20:18:11.2809389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-03-21T20:18:11.2809957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StatT.java' 2025-03-21T20:18:11.2810570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.cs' 2025-03-21T20:18:11.2811195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.go' 2025-03-21T20:18:11.2811816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.java' 2025-03-21T20:18:11.2812441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.kt' 2025-03-21T20:18:11.2813055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.lua' 2025-03-21T20:18:11.2813686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.nim' 2025-03-21T20:18:11.2814305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.php' 2025-03-21T20:18:11.2814930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-03-21T20:18:11.2815664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.cs' 2025-03-21T20:18:11.2816343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.go' 2025-03-21T20:18:11.2817019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.java' 2025-03-21T20:18:11.2817699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.kt' 2025-03-21T20:18:11.2818373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.lua' 2025-03-21T20:18:11.2819059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.nim' 2025-03-21T20:18:11.2819728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.php' 2025-03-21T20:18:11.2820406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-03-21T20:18:11.2821088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructsT.java' 2025-03-21T20:18:11.2821759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsT.java' 2025-03-21T20:18:11.2822340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.cs' 2025-03-21T20:18:11.2822890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.go' 2025-03-21T20:18:11.2823463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.java' 2025-03-21T20:18:11.2824011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.kt' 2025-03-21T20:18:11.2824572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.lua' 2025-03-21T20:18:11.2825125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.nim' 2025-03-21T20:18:11.2825689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.php' 2025-03-21T20:18:11.2826236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.py' 2025-03-21T20:18:11.2826816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestEnum.cs' 2025-03-21T20:18:11.2827397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestEnum.java' 2025-03-21T20:18:11.2827976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestEnum.kt' 2025-03-21T20:18:11.2828548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-03-21T20:18:11.2829248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.cs' 2025-03-21T20:18:11.2829932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.go' 2025-03-21T20:18:11.2830616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.java' 2025-03-21T20:18:11.2831269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.kt' 2025-03-21T20:18:11.2831932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.lua' 2025-03-21T20:18:11.2832612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.nim' 2025-03-21T20:18:11.2833278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.php' 2025-03-21T20:18:11.2833941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-03-21T20:18:11.2834622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnumT.java' 2025-03-21T20:18:11.2835199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestT.java' 2025-03-21T20:18:11.2835845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.cs' 2025-03-21T20:18:11.2836452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.go' 2025-03-21T20:18:11.2837056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.java' 2025-03-21T20:18:11.2837660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.kt' 2025-03-21T20:18:11.2838257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.lua' 2025-03-21T20:18:11.2838865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.nim' 2025-03-21T20:18:11.2839467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.php' 2025-03-21T20:18:11.2840072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-03-21T20:18:11.2840680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliasesT.java' 2025-03-21T20:18:11.2841240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.cs' 2025-03-21T20:18:11.2841786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.go' 2025-03-21T20:18:11.2842339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.java' 2025-03-21T20:18:11.2842903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.kt' 2025-03-21T20:18:11.2843480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.lua' 2025-03-21T20:18:11.2844068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.nim' 2025-03-21T20:18:11.2844619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.php' 2025-03-21T20:18:11.2845178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-03-21T20:18:11.2845739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3T.java' 2025-03-21T20:18:11.2846321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-03-21T20:18:11.2846955Z 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:11.2847520Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example' 2025-03-21T20:18:11.2848088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.cs' 2025-03-21T20:18:11.2848669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.go' 2025-03-21T20:18:11.2849385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.java' 2025-03-21T20:18:11.2849993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.kt' 2025-03-21T20:18:11.2850574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.lua' 2025-03-21T20:18:11.2851151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.nim' 2025-03-21T20:18:11.2851741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.php' 2025-03-21T20:18:11.2852314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-03-21T20:18:11.2852918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/MonsterT.java' 2025-03-21T20:18:11.2853493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-03-21T20:18:11.2854070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2' 2025-03-21T20:18:11.2854650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.cs' 2025-03-21T20:18:11.2855247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.go' 2025-03-21T20:18:11.2855837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.java' 2025-03-21T20:18:11.2856431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.kt' 2025-03-21T20:18:11.2857018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.lua' 2025-03-21T20:18:11.2857668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.nim' 2025-03-21T20:18:11.2858254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.php' 2025-03-21T20:18:11.2858845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-03-21T20:18:11.2859448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespaceT.java' 2025-03-21T20:18:11.2859998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/MonsterExtra.cs' 2025-03-21T20:18:11.2860569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/MonsterExtra.java' 2025-03-21T20:18:11.2861120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/MonsterExtra.kt' 2025-03-21T20:18:11.2861679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-03-21T20:18:11.2862242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/MonsterExtraT.java' 2025-03-21T20:18:11.2862885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/FromInclude.lua' 2025-03-21T20:18:11.2863546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/FromInclude.nim' 2025-03-21T20:18:11.2864182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/TableB.lua' 2025-03-21T20:18:11.2864789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/TableB.nim' 2025-03-21T20:18:11.2865412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/TableBT.java' 2025-03-21T20:18:11.2866016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/Unused.lua' 2025-03-21T20:18:11.2866628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/Unused.nim' 2025-03-21T20:18:11.2867243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/UnusedT.java' 2025-03-21T20:18:11.2867843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace' 2025-03-21T20:18:11.2868370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/__init__.py' 2025-03-21T20:18:11.2868885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame' 2025-03-21T20:18:11.2869381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/Pizza.go' 2025-03-21T20:18:11.2869880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/Property.nim' 2025-03-21T20:18:11.2870402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/PythonTest.sh' 2025-03-21T20:18:11.2870900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/RustTest.bat' 2025-03-21T20:18:11.2871471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/RustTest.sh' 2025-03-21T20:18:11.2871966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/TableA.lua' 2025-03-21T20:18:11.2872464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/TableA.nim' 2025-03-21T20:18:11.2872960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/TableAT.java' 2025-03-21T20:18:11.2873460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/TestAll.sh' 2025-03-21T20:18:11.2874006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/TestMutatingBool.nim' 2025-03-21T20:18:11.2874552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test.cpp' 2025-03-21T20:18:11.2875076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test.fbs' 2025-03-21T20:18:11.2875596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test.h' 2025-03-21T20:18:11.2876138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test.json' 2025-03-21T20:18:11.2876740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test_after_fix.afb' 2025-03-21T20:18:11.2877354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test_after_fix.bin' 2025-03-21T20:18:11.2877938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test_before_fix.afb' 2025-03-21T20:18:11.2878531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test_before_fix.bin' 2025-03-21T20:18:11.2879096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/README.md' 2025-03-21T20:18:11.2879849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary.afb' 2025-03-21T20:18:11.2880482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary.bfbs' 2025-03-21T20:18:11.2881126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary.bin' 2025-03-21T20:18:11.2881750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-03-21T20:18:11.2882395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary.json' 2025-03-21T20:18:11.2883040Z 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:11.2883695Z 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:11.2884345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-03-21T20:18:11.2885012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/README.md' 2025-03-21T20:18:11.2885717Z 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:11.2886386Z 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:11.2887106Z 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:11.2887814Z 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:11.2888563Z 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:11.2889337Z 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:11.2890037Z 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:11.2890721Z 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:11.2891558Z 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:11.2892315Z 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:11.2893079Z 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:11.2893820Z 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:11.2894552Z 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:11.2895271Z 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:11.2895986Z 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:11.2896683Z 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:11.2897382Z 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:11.2898071Z 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:11.2898774Z 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:11.2899461Z 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:11.2900252Z 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:11.2900976Z 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:11.2901710Z 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:11.2902432Z 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:11.2903170Z 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:11.2903900Z 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:11.2904620Z 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:11.2905358Z 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:11.2906114Z 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:11.2906869Z 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:11.2907594Z 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:11.2908336Z 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:11.2909051Z 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:11.2909789Z 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:11.2910497Z 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:11.2911216Z 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:11.2911926Z 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:11.2912653Z 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:11.2913390Z 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:11.2914144Z 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:11.2914858Z 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:11.2915538Z 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:11.2916232Z 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:11.2916942Z 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:11.2917537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests' 2025-03-21T20:18:11.2918116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary' 2025-03-21T20:18:11.2918638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test.bfbs' 2025-03-21T20:18:11.2919171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test.fbs' 2025-03-21T20:18:11.2919699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test.golden' 2025-03-21T20:18:11.2920283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test.schema.json' 2025-03-21T20:18:11.2920866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test/mod.rs' 2025-03-21T20:18:11.2921566Z 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:11.2922280Z 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:11.2922984Z 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:11.2923683Z 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:11.2924302Z 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:11.2924894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test/my_game' 2025-03-21T20:18:11.2925437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test' 2025-03-21T20:18:11.2926125Z 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:11.2926822Z 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:11.2927531Z 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:11.2928205Z 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:11.2928860Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17/generated_cpp17' 2025-03-21T20:18:11.2929529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17/stringify_util.h' 2025-03-21T20:18:11.2930086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17/test_cpp17.cpp' 2025-03-21T20:18:11.2930597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17' 2025-03-21T20:18:11.2931144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/dictionary_lookup.fbs' 2025-03-21T20:18:11.2931868Z 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:11.2932542Z 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:11.2933256Z 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:11.2933990Z 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:11.2934771Z 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:11.2935508Z 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:11.2936236Z 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:11.2936800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/build_flatc.run.sh' 2025-03-21T20:18:11.2937360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/cpp_test.run.sh' 2025-03-21T20:18:11.2938074Z 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:11.2938774Z 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:11.2939503Z 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:11.2940247Z 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:11.2940934Z 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:11.2941637Z 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:11.2942331Z 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:11.2943109Z 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:11.2943874Z 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:11.2944666Z 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:11.2945433Z 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:11.2946134Z 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:11.2946881Z 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:11.2947579Z 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:11.2948273Z 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:11.2948836Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages' 2025-03-21T20:18:11.2949368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker' 2025-03-21T20:18:11.2949951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test.cpp' 2025-03-21T20:18:11.2950483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test.h' 2025-03-21T20:18:11.2951087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-03-21T20:18:11.2951702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test/evolution_v1.json' 2025-03-21T20:18:11.2952341Z 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:11.2952952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-03-21T20:18:11.2953549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test/evolution_v2.json' 2025-03-21T20:18:11.2954201Z 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:11.2954752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test' 2025-03-21T20:18:11.2955288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-03-21T20:18:11.2955855Z 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:11.2956415Z 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:11.2956965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-03-21T20:18:11.2957605Z 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:11.2958162Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/bar/baz' 2025-03-21T20:18:11.2958693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/bar' 2025-03-21T20:18:11.2959293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-03-21T20:18:11.2959856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-03-21T20:18:11.2960449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-03-21T20:18:11.2961032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-03-21T20:18:11.2961579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/flatc_test.py' 2025-03-21T20:18:11.2962133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-03-21T20:18:11.2962652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/foo.fbs' 2025-03-21T20:18:11.2963222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-03-21T20:18:11.2963766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/main.py' 2025-03-21T20:18:11.2964283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc' 2025-03-21T20:18:11.2964829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flexbuffers_test.cpp' 2025-03-21T20:18:11.2965374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flexbuffers_test.h' 2025-03-21T20:18:11.2965878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzz_test.cpp' 2025-03-21T20:18:11.2966387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzz_test.h' 2025-03-21T20:18:11.2966915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/.gitignore' 2025-03-21T20:18:11.2967471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/CMakeLists.txt' 2025-03-21T20:18:11.2968084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_64bit_fuzzer.cc' 2025-03-21T20:18:11.2968730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_annotator_fuzzer.cc' 2025-03-21T20:18:11.2969416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_monster_fuzzer.cc' 2025-03-21T20:18:11.2970053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_parser_fuzzer.cc' 2025-03-21T20:18:11.2970670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_scalar_fuzzer.cc' 2025-03-21T20:18:11.2971372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_verifier_fuzzer.cc' 2025-03-21T20:18:11.2972001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flexbuffers_verifier_fuzzer.cc' 2025-03-21T20:18:11.2972565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/fuzzer_assert.h' 2025-03-21T20:18:11.2973123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/monster_debug.cpp' 2025-03-21T20:18:11.2973690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/monster_fuzzer.dict' 2025-03-21T20:18:11.2974274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/parser_fuzzer.dict' 2025-03-21T20:18:11.2974797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/readme.md' 2025-03-21T20:18:11.2975358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/scalar_debug.cpp' 2025-03-21T20:18:11.2975923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/scalar_fuzzer.dict' 2025-03-21T20:18:11.2976465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/test_init.h' 2025-03-21T20:18:11.2977019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer' 2025-03-21T20:18:11.2977541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/go_test.go' 2025-03-21T20:18:11.2978119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/gold_flexbuffer_example.bin' 2025-03-21T20:18:11.2978670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_build_test.cc' 2025-03-21T20:18:11.2979258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test/include_test1.fbs' 2025-03-21T20:18:11.2979958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test/order.fbs' 2025-03-21T20:18:11.2980566Z 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:11.2981184Z 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:11.2981750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test/sub' 2025-03-21T20:18:11.2982290Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test' 2025-03-21T20:18:11.2982843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1/mod.rs' 2025-03-21T20:18:11.2983589Z 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:11.2984325Z 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:11.2985094Z 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:11.2985808Z 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:11.2986394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1/my_game' 2025-03-21T20:18:11.2987015Z 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:11.2987562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1' 2025-03-21T20:18:11.2988160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1_generated.dart' 2025-03-21T20:18:11.2988696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test2/mod.rs' 2025-03-21T20:18:11.2989453Z 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:11.2990173Z 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:11.2990898Z 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:11.2991636Z 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:11.2992234Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test2/my_game' 2025-03-21T20:18:11.2992842Z 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:11.2993388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test2' 2025-03-21T20:18:11.2994098Z 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:11.2994627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/included_test.fbs' 2025-03-21T20:18:11.2995163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/includer_test.fbs' 2025-03-21T20:18:11.2995673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/is_quiet_nan.h' 2025-03-21T20:18:11.2996183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/javatest.bin' 2025-03-21T20:18:11.2996685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/json_test.cpp' 2025-03-21T20:18:11.2997185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/json_test.h' 2025-03-21T20:18:11.2997774Z 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:11.2998416Z 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:11.2998966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/key_field' 2025-03-21T20:18:11.2999536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/key_field_test.cpp' 2025-03-21T20:18:11.3000052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/key_field_test.h' 2025-03-21T20:18:11.3000585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test.fbs' 2025-03-21T20:18:11.3001236Z 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:11.3001953Z 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:11.3002684Z 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:11.3003350Z 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:11.3004030Z 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:11.3004636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test/keyword_test' 2025-03-21T20:18:11.3005228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test/mod.rs' 2025-03-21T20:18:11.3005771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test' 2025-03-21T20:18:11.3006327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/lobstertest.lobster' 2025-03-21T20:18:11.3006820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/luatest.lua' 2025-03-21T20:18:11.3011732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/minified_enums/enums.fbs' 2025-03-21T20:18:11.3012427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/minified_enums/enums_generated.h' 2025-03-21T20:18:11.3013007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/minified_enums' 2025-03-21T20:18:11.3013537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_extra.fbs' 2025-03-21T20:18:11.3014107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_extra_generated.h' 2025-03-21T20:18:11.3014740Z 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:11.3015257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.afb' 2025-03-21T20:18:11.3015794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.bfbs' 2025-03-21T20:18:11.3016318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.cpp' 2025-03-21T20:18:11.3016847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.fbs' 2025-03-21T20:18:11.3017512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.grpc.fb.cc' 2025-03-21T20:18:11.3018073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.grpc.fb.h' 2025-03-21T20:18:11.3018582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.h' 2025-03-21T20:18:11.3019153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.schema.json' 2025-03-21T20:18:11.3019690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/mod.rs' 2025-03-21T20:18:11.3020387Z 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:11.3021133Z 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:11.3021812Z 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:11.3022536Z 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:11.3023258Z 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:11.3023969Z 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:11.3024649Z 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:11.3025329Z 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:11.3026021Z 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:11.3026699Z 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:11.3027423Z 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:11.3028213Z 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:11.3028887Z 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:11.3029669Z 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:11.3030372Z 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:11.3031063Z 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:11.3031755Z 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:11.3032456Z 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:11.3033086Z 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:11.3033793Z 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:11.3034535Z 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:11.3035269Z 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:11.3035979Z 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:11.3036654Z 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:11.3037232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game' 2025-03-21T20:18:11.3037875Z 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:11.3038442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test' 2025-03-21T20:18:11.3039033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_bfbs_generated.h' 2025-03-21T20:18:11.3039655Z 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:11.3040257Z 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:11.3040824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_generated.h' 2025-03-21T20:18:11.3041421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_generated.lobster' 2025-03-21T20:18:11.3041997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_generated.py' 2025-03-21T20:18:11.3042558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_generated.ts' 2025-03-21T20:18:11.3043228Z 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:11.3043873Z 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:11.3044495Z 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:11.3045082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/mod.rs' 2025-03-21T20:18:11.3045843Z 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:11.3046648Z 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:11.3047360Z 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:11.3048123Z 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:11.3048850Z 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:11.3049669Z 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:11.3050399Z 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:11.3051104Z 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:11.3051846Z 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:11.3052611Z 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:11.3053383Z 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:11.3054213Z 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:11.3054921Z 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:11.3055740Z 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:11.3056481Z 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:11.3057212Z 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:11.3057877Z 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:11.3058619Z 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:11.3059299Z 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:11.3060050Z 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:11.3060884Z 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:11.3061653Z 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:11.3062407Z 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:11.3063135Z 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:11.3063767Z 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:11.3064431Z 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:11.3065025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize' 2025-03-21T20:18:11.3065731Z 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:11.3066441Z 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:11.3067181Z 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:11.3067806Z 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:11.3068534Z 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:11.3069254Z 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:11.3069970Z 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:11.3070632Z 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:11.3071298Z 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:11.3071949Z 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:11.3072602Z 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:11.3073191Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_suffix' 2025-03-21T20:18:11.3073743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_extra.json' 2025-03-21T20:18:11.3074327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_go_wire.mon.sp' 2025-03-21T20:18:11.3074951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_python_wire.mon' 2025-03-21T20:18:11.3075505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_test.afb' 2025-03-21T20:18:11.3076054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_test.golden' 2025-03-21T20:18:11.3076611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_test.json' 2025-03-21T20:18:11.3077150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_test.mon' 2025-03-21T20:18:11.3077688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/more_defaults.fbs' 2025-03-21T20:18:11.3078281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/more_defaults/abc_generated.rs' 2025-03-21T20:18:11.3078829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/more_defaults/mod.rs' 2025-03-21T20:18:11.3079668Z 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:11.3080226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/more_defaults' 2025-03-21T20:18:11.3080896Z 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:11.3081533Z 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:11.3082145Z 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:11.3082733Z 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:11.3083307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/name_clash_test' 2025-03-21T20:18:11.3084020Z 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:11.3084743Z 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:11.3085471Z 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:11.3086195Z 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:11.3086909Z 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:11.3087635Z 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:11.3088353Z 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:11.3089138Z 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:11.3089961Z 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:11.3090713Z 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:11.3091439Z 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:11.3092181Z 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:11.3092916Z 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:11.3093655Z 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:11.3094399Z 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:11.3095126Z 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:11.3095897Z 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:11.3096648Z 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:11.3097358Z 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:11.3098085Z 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:11.3098810Z 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:11.3099524Z 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:11.3100266Z 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:11.3100978Z 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:11.3101697Z 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:11.3102423Z 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:11.3103147Z 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:11.3103895Z 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:11.3104648Z 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:11.3105369Z 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:11.3106127Z 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:11.3106814Z 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:11.3107493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB' 2025-03-21T20:18:11.3108156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.cs' 2025-03-21T20:18:11.3108819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.go' 2025-03-21T20:18:11.3109485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.java' 2025-03-21T20:18:11.3110170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.kt' 2025-03-21T20:18:11.3110856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.lua' 2025-03-21T20:18:11.3111527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.php' 2025-03-21T20:18:11.3112183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-03-21T20:18:11.3112876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInAT.java' 2025-03-21T20:18:11.3113496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.cs' 2025-03-21T20:18:11.3114127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.go' 2025-03-21T20:18:11.3114774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.php' 2025-03-21T20:18:11.3115404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-03-21T20:18:11.3116071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.cs' 2025-03-21T20:18:11.3116727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.go' 2025-03-21T20:18:11.3117409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.java' 2025-03-21T20:18:11.3118068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.kt' 2025-03-21T20:18:11.3118853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.lua' 2025-03-21T20:18:11.3119514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.php' 2025-03-21T20:18:11.3120184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-03-21T20:18:11.3120858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNST.java' 2025-03-21T20:18:11.3121493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-03-21T20:18:11.3122094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA' 2025-03-21T20:18:11.3122732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.cs' 2025-03-21T20:18:11.3123359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.go' 2025-03-21T20:18:11.3124005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.java' 2025-03-21T20:18:11.3124653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.kt' 2025-03-21T20:18:11.3125325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.lua' 2025-03-21T20:18:11.3125963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.php' 2025-03-21T20:18:11.3126588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-03-21T20:18:11.3127236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInCT.java' 2025-03-21T20:18:11.3127859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-03-21T20:18:11.3128480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC' 2025-03-21T20:18:11.3129023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/mod.rs' 2025-03-21T20:18:11.3129865Z 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:11.3130653Z 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:11.3131447Z 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:11.3132232Z 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:11.3132954Z 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:11.3133700Z 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:11.3134435Z 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:11.3135046Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_a' 2025-03-21T20:18:11.3135754Z 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:11.3136369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_c' 2025-03-21T20:18:11.3136995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-03-21T20:18:11.3137645Z 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:11.3138343Z 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:11.3139144Z 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:11.3139803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-03-21T20:18:11.3140459Z 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:11.3141150Z 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:11.3141873Z 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:11.3142596Z 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:11.3143163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test' 2025-03-21T20:18:11.3143688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nan_inf_test.fbs' 2025-03-21T20:18:11.3144279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_inline_table_test.fbs' 2025-03-21T20:18:11.3144897Z 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:11.3145452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_type_test.fbs' 2025-03-21T20:18:11.3146032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_type_test_generated.h' 2025-03-21T20:18:11.3146610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_type_test_impl.cpp' 2025-03-21T20:18:11.3147212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_type_test_impl.h' 2025-03-21T20:18:11.3147904Z 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:11.3148625Z 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:11.3149318Z 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:11.3150035Z 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:11.3150727Z 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:11.3151446Z 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:11.3152047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nested_namespace_test' 2025-03-21T20:18:11.3152585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nested_union_test.fbs' 2025-03-21T20:18:11.3153125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/testnim.py' 2025-03-21T20:18:11.3153755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/moredefaults/test.nim' 2025-03-21T20:18:11.3154350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/moredefaults' 2025-03-21T20:18:11.3154958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/mutatingbool/test.nim' 2025-03-21T20:18:11.3155553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/mutatingbool' 2025-03-21T20:18:11.3156126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/mygame/test.nim' 2025-03-21T20:18:11.3156692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/mygame' 2025-03-21T20:18:11.3157323Z 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:11.3157933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/optional_scalars' 2025-03-21T20:18:11.3158470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests' 2025-03-21T20:18:11.3158968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim' 2025-03-21T20:18:11.3159524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars.fbs' 2025-03-21T20:18:11.3160069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars.json' 2025-03-21T20:18:11.3160687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.cs' 2025-03-21T20:18:11.3161336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.go' 2025-03-21T20:18:11.3161965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.java' 2025-03-21T20:18:11.3162566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.kt' 2025-03-21T20:18:11.3163172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.nim' 2025-03-21T20:18:11.3163786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-03-21T20:18:11.3164388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.cs' 2025-03-21T20:18:11.3164993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.go' 2025-03-21T20:18:11.3165598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.java' 2025-03-21T20:18:11.3166201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.kt' 2025-03-21T20:18:11.3166803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.nim' 2025-03-21T20:18:11.3167472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-03-21T20:18:11.3168053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/__init__.py' 2025-03-21T20:18:11.3168618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/mod.rs' 2025-03-21T20:18:11.3169414Z 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:11.3170160Z 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:11.3170814Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/optional_scalars' 2025-03-21T20:18:11.3171392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars' 2025-03-21T20:18:11.3171985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_defaults.json' 2025-03-21T20:18:11.3172577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_generated.h' 2025-03-21T20:18:11.3173189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_generated.lobster' 2025-03-21T20:18:11.3173774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_generated.ts' 2025-03-21T20:18:11.3174352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_test.cpp' 2025-03-21T20:18:11.3174903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_test.h' 2025-03-21T20:18:11.3175469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/order/Food.go' 2025-03-21T20:18:11.3175980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/order' 2025-03-21T20:18:11.3176506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/parser_test.cpp' 2025-03-21T20:18:11.3177009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/parser_test.h' 2025-03-21T20:18:11.3177518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/phpTest.php' 2025-03-21T20:18:11.3178082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/phpUnionVectorTest.php' 2025-03-21T20:18:11.3178646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/phpUnionVectorTest.sh' 2025-03-21T20:18:11.3179216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/private_annotation_test.fbs' 2025-03-21T20:18:11.3179990Z 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:11.3180666Z 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:11.3181360Z 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:11.3182049Z 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:11.3182637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/private_annotation_test/mod.rs' 2025-03-21T20:18:11.3183306Z 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:11.3183898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/private_annotation_test' 2025-03-21T20:18:11.3184426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/proto_test.cpp' 2025-03-21T20:18:11.3184931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/proto_test.h' 2025-03-21T20:18:11.3185562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/GenerateProtoGoldens.sh' 2025-03-21T20:18:11.3186128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/imported.proto' 2025-03-21T20:18:11.3186742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/non-positive-id.proto' 2025-03-21T20:18:11.3187305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test.golden.fbs' 2025-03-21T20:18:11.3187861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test.proto' 2025-03-21T20:18:11.3188446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-03-21T20:18:11.3189102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-03-21T20:18:11.3189749Z 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:11.3190361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-03-21T20:18:11.3190973Z 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:11.3191566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-03-21T20:18:11.3192193Z 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:11.3192836Z 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:11.3193494Z 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:11.3194127Z 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:11.3194786Z 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:11.3195416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/twice-id.proto' 2025-03-21T20:18:11.3196026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/use-reserved-id.proto' 2025-03-21T20:18:11.3196551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest' 2025-03-21T20:18:11.3197111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/py_flexbuffers_test.py' 2025-03-21T20:18:11.3197603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/py_test.py' 2025-03-21T20:18:11.3198148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/reflection_test.cpp' 2025-03-21T20:18:11.3198673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/reflection_test.h' 2025-03-21T20:18:11.3199219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/required_strings.fbs' 2025-03-21T20:18:11.3199750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test.fbs' 2025-03-21T20:18:11.3200294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test/mod.rs' 2025-03-21T20:18:11.3201009Z 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:11.3201712Z 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:11.3202432Z 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:11.3203225Z 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:11.3203975Z 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:11.3204698Z 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:11.3205439Z 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:11.3206139Z 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:11.3206783Z 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:11.3207337Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test' 2025-03-21T20:18:11.3208017Z 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:11.3208670Z 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:11.3209397Z 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:11.3210066Z 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:11.3210717Z 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:11.3211336Z 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:11.3211939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_serialize_test/Cargo.toml' 2025-03-21T20:18:11.3212531Z 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:11.3213138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_serialize_test/src' 2025-03-21T20:18:11.3213718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_serialize_test' 2025-03-21T20:18:11.3214288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/Cargo.toml' 2025-03-21T20:18:11.3214926Z 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:11.3215604Z 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:11.3216301Z 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:11.3216901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/benches' 2025-03-21T20:18:11.3217634Z 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:11.3218304Z 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:11.3218949Z 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:11.3219524Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/bin' 2025-03-21T20:18:11.3220146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/outdir/.gitignore' 2025-03-21T20:18:11.3220750Z 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:11.3221357Z 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:11.3221959Z 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:11.3222578Z 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:11.3223186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/outdir' 2025-03-21T20:18:11.3223830Z 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:11.3224540Z 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:11.3225220Z 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:11.3225904Z 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:11.3226595Z 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:11.3227301Z 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:11.3227973Z 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:11.3228661Z 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:11.3229302Z 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:11.3229960Z 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:11.3230626Z 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:11.3231244Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/tests' 2025-03-21T20:18:11.3231819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test' 2025-03-21T20:18:11.3232425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/.swift-version' 2025-03-21T20:18:11.3233012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/Package.swift' 2025-03-21T20:18:11.3233658Z 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:11.3234283Z 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:11.3234889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/Sources' 2025-03-21T20:18:11.3235798Z 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:11.3236680Z 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:11.3237465Z 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:11.3238104Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/Tests' 2025-03-21T20:18:11.3238675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests' 2025-03-21T20:18:11.3239359Z 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:11.3240125Z 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:11.3240827Z 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:11.3241614Z 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:11.3242263Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/CodeGenerationTests' 2025-03-21T20:18:11.3242845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Package.swift' 2025-03-21T20:18:11.3243530Z 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:11.3244300Z 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:11.3244990Z 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:11.3245673Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers' 2025-03-21T20:18:11.3246318Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Sources' 2025-03-21T20:18:11.3246890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/SwiftTest.sh' 2025-03-21T20:18:11.3247772Z 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:11.3248629Z 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:11.3249531Z 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:11.3250352Z 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:11.3251182Z 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:11.3252036Z 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:11.3252905Z 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:11.3253790Z 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:11.3254637Z 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:11.3255478Z 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:11.3256285Z 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:11.3257131Z 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:11.3257961Z 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:11.3258799Z 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:11.3259647Z 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:11.3260484Z 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:11.3261349Z 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:11.3262114Z 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:11.3262684Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests' 2025-03-21T20:18:11.3263288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/monsterdata_test.mon' 2025-03-21T20:18:11.3263838Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests' 2025-03-21T20:18:11.3264352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift' 2025-03-21T20:18:11.3264848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test.cpp' 2025-03-21T20:18:11.3265328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test.fbs' 2025-03-21T20:18:11.3265857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test_assert.cpp' 2025-03-21T20:18:11.3266356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test_assert.h' 2025-03-21T20:18:11.3266885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test_builder.cpp' 2025-03-21T20:18:11.3267418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test_builder.h' 2025-03-21T20:18:11.3267956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/BUILD.bazel' 2025-03-21T20:18:11.3268584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptComplexArraysTest.js' 2025-03-21T20:18:11.3269198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptFlexBuffersTest.js' 2025-03-21T20:18:11.3269824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptRequiredStringTest.js' 2025-03-21T20:18:11.3270369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptTest.js' 2025-03-21T20:18:11.3270940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptTestv1.cjs' 2025-03-21T20:18:11.3271600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptUnionUnderlyingTypeTest.js' 2025-03-21T20:18:11.3272218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptUnionVectorTest.js' 2025-03-21T20:18:11.3272759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-03-21T20:18:11.3273443Z 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:11.3274162Z 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:11.3274832Z 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:11.3275528Z 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:11.3276184Z 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:11.3276899Z 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:11.3277615Z 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:11.3278319Z 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:11.3279042Z 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:11.3279870Z 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:11.3280581Z 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:11.3281296Z 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:11.3282102Z 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:11.3282804Z 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:11.3283533Z 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:11.3284240Z 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:11.3284948Z 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:11.3285672Z 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:11.3286384Z 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:11.3287101Z 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:11.3287796Z 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:11.3288500Z 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:11.3289188Z 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:11.3289959Z 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:11.3290625Z 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:11.3291228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex' 2025-03-21T20:18:11.3291803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/bazel_repository_test.sh' 2025-03-21T20:18:11.3292458Z 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:11.3293083Z 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:11.3293728Z 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:11.3294339Z 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:11.3294989Z 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:11.3295618Z 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:11.3296308Z 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:11.3296944Z 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:11.3297604Z 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:11.3298258Z 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:11.3298868Z 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:11.3299503Z 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:11.3300016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar.d.ts' 2025-03-21T20:18:11.3300527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar.js' 2025-03-21T20:18:11.3301021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar.ts' 2025-03-21T20:18:11.3301559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/abc.d.ts' 2025-03-21T20:18:11.3302077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/abc.js' 2025-03-21T20:18:11.3302606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/abc.ts' 2025-03-21T20:18:11.3303147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/class.d.ts' 2025-03-21T20:18:11.3303684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/class.js' 2025-03-21T20:18:11.3304277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/class.ts' 2025-03-21T20:18:11.3304808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/tab.ts' 2025-03-21T20:18:11.3305332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar' 2025-03-21T20:18:11.3305867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/monster_test.d.ts' 2025-03-21T20:18:11.3306403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/monster_test.js' 2025-03-21T20:18:11.3306927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/monster_test.ts' 2025-03-21T20:18:11.3307524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/monster_test_generated.cjs' 2025-03-21T20:18:11.3308137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/monsterdata_javascript_wire.mon' 2025-03-21T20:18:11.3308667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game.d.ts' 2025-03-21T20:18:11.3309172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game.js' 2025-03-21T20:18:11.3309709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game.ts' 2025-03-21T20:18:11.3310290Z 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:11.3310850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example.js' 2025-03-21T20:18:11.3311391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example.ts' 2025-03-21T20:18:11.3311994Z 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:11.3312576Z 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:11.3313171Z 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:11.3313841Z 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:11.3314502Z 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:11.3315174Z 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:11.3315827Z 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:11.3316477Z 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:11.3317117Z 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:11.3317729Z 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:11.3318315Z 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:11.3318883Z 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:11.3319463Z 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:11.3320051Z 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:11.3320621Z 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:11.3321235Z 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:11.3321826Z 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:11.3322424Z 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:11.3323019Z 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:11.3323634Z 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:11.3324236Z 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:11.3324818Z 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:11.3325394Z 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:11.3325956Z 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:11.3326575Z 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:11.3327173Z 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:11.3327784Z 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:11.3328363Z 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:11.3328935Z 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:11.3329558Z 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:11.3330279Z 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:11.3330978Z 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:11.3331719Z 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:11.3332390Z 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:11.3333039Z 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:11.3333673Z 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:11.3334391Z 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:11.3335087Z 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:11.3335776Z 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:11.3336368Z 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:11.3336937Z 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:11.3337525Z 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:11.3338197Z 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:11.3338830Z 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:11.3339448Z 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:11.3340047Z 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:11.3340613Z 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:11.3341194Z 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:11.3341766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example' 2025-03-21T20:18:11.3342339Z 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:11.3342892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example2.js' 2025-03-21T20:18:11.3343456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example2.ts' 2025-03-21T20:18:11.3344056Z 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:11.3344664Z 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:11.3345253Z 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:11.3345951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example2' 2025-03-21T20:18:11.3346583Z 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:11.3347192Z 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:11.3347813Z 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:11.3348421Z 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:11.3349023Z 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:11.3349616Z 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:11.3350304Z 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:11.3350961Z 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:11.3351632Z 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:11.3352338Z 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:11.3352985Z 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:11.3353617Z 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:11.3354269Z 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:11.3354894Z 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:11.3355535Z 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:11.3356156Z 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:11.3356688Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game' 2025-03-21T20:18:11.3357342Z 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:11.3357964Z 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:11.3358600Z 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:11.3359302Z 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:11.3360033Z 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:11.3360740Z 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:11.3361445Z 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:11.3362127Z 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:11.3362832Z 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:11.3363492Z 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:11.3364141Z 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:11.3364757Z 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:11.3365390Z 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:11.3365984Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext' 2025-03-21T20:18:11.3366573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/optional-scalars.ts' 2025-03-21T20:18:11.3367198Z 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:11.3367831Z 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:11.3368408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/optional-scalars' 2025-03-21T20:18:11.3368958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/optional_scalars.ts' 2025-03-21T20:18:11.3369547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/package.json' 2025-03-21T20:18:11.3370083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/pnpm-lock.yaml' 2025-03-21T20:18:11.3370628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection.d.ts' 2025-03-21T20:18:11.3371146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection.js' 2025-03-21T20:18:11.3371679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection.ts' 2025-03-21T20:18:11.3372310Z 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:11.3372944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/advanced-features.js' 2025-03-21T20:18:11.3373564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/advanced-features.ts' 2025-03-21T20:18:11.3374210Z 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:11.3374781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/base-type.js' 2025-03-21T20:18:11.3375364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/base-type.ts' 2025-03-21T20:18:11.3375938Z 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:11.3376510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum-val.js' 2025-03-21T20:18:11.3377077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum-val.ts' 2025-03-21T20:18:11.3377629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum.d.ts' 2025-03-21T20:18:11.3378180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum.js' 2025-03-21T20:18:11.3378725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum.ts' 2025-03-21T20:18:11.3379288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/field.d.ts' 2025-03-21T20:18:11.3380020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/field.js' 2025-03-21T20:18:11.3380609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/field.ts' 2025-03-21T20:18:11.3381193Z 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:11.3381773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/key-value.js' 2025-03-21T20:18:11.3382338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/key-value.ts' 2025-03-21T20:18:11.3382911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/object.d.ts' 2025-03-21T20:18:11.3383458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/object.js' 2025-03-21T20:18:11.3384020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/object.ts' 2025-03-21T20:18:11.3384590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/rpccall.d.ts' 2025-03-21T20:18:11.3385146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/rpccall.js' 2025-03-21T20:18:11.3385713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/rpccall.ts' 2025-03-21T20:18:11.3386304Z 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:11.3386900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema-file.js' 2025-03-21T20:18:11.3387482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema-file.ts' 2025-03-21T20:18:11.3388143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema.d.ts' 2025-03-21T20:18:11.3388693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema.js' 2025-03-21T20:18:11.3389255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema.ts' 2025-03-21T20:18:11.3389824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/service.d.ts' 2025-03-21T20:18:11.3390395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/service.js' 2025-03-21T20:18:11.3390954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/service.ts' 2025-03-21T20:18:11.3391522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/type.d.ts' 2025-03-21T20:18:11.3392063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/type.js' 2025-03-21T20:18:11.3392619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/type.ts' 2025-03-21T20:18:11.3393163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection' 2025-03-21T20:18:11.3393764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection_generated.cjs' 2025-03-21T20:18:11.3394370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/required-strings/foo.js' 2025-03-21T20:18:11.3394939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/required-strings/foo.ts' 2025-03-21T20:18:11.3395531Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/required-strings' 2025-03-21T20:18:11.3396133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/required_strings_generated.js' 2025-03-21T20:18:11.3396747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/required_strings_generated.ts' 2025-03-21T20:18:11.3397264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/table-a.d.ts' 2025-03-21T20:18:11.3397780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/table-a.js' 2025-03-21T20:18:11.3398284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/table-a.ts' 2025-03-21T20:18:11.3398844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/test_dir/BUILD.bazel' 2025-03-21T20:18:11.3399410Z 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:11.3399976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/test_dir/package.json' 2025-03-21T20:18:11.3400588Z 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:11.3401265Z 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:11.3401862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/test_dir' 2025-03-21T20:18:11.3402388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/tsconfig.json' 2025-03-21T20:18:11.3402947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/tsconfig.node.json' 2025-03-21T20:18:11.3403479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript.d.ts' 2025-03-21T20:18:11.3404015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript.js' 2025-03-21T20:18:11.3404540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript.ts' 2025-03-21T20:18:11.3405115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/class.d.ts' 2025-03-21T20:18:11.3405662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/class.js' 2025-03-21T20:18:11.3406219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/class.ts' 2025-03-21T20:18:11.3406783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/object.d.ts' 2025-03-21T20:18:11.3407386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/object.js' 2025-03-21T20:18:11.3407961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/object.ts' 2025-03-21T20:18:11.3408523Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript' 2025-03-21T20:18:11.3409080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_include.ts' 2025-03-21T20:18:11.3409766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_include_generated.cjs' 2025-03-21T20:18:11.3410344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_keywords.d.ts' 2025-03-21T20:18:11.3410914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-03-21T20:18:11.3411496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_keywords.js' 2025-03-21T20:18:11.3412063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_keywords.ts' 2025-03-21T20:18:11.3412700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_keywords_generated.cjs' 2025-03-21T20:18:11.3413317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_transitive_include.ts' 2025-03-21T20:18:11.3414008Z 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:11.3414542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/unicode_test.mon' 2025-03-21T20:18:11.3415180Z 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:11.3415786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type.js' 2025-03-21T20:18:11.3416375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type.ts' 2025-03-21T20:18:11.3416971Z 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:11.3417568Z 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:11.3418158Z 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:11.3418780Z 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:11.3419378Z 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:11.3419975Z 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:11.3420585Z 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:11.3421197Z 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:11.3421819Z 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:11.3422419Z 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:11.3423018Z 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:11.3423604Z 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:11.3424209Z 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:11.3424799Z 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:11.3425395Z 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:11.3426003Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type' 2025-03-21T20:18:11.3426621Z 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:11.3427220Z 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:11.3427828Z 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:11.3428413Z 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:11.3428984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/attacker.js' 2025-03-21T20:18:11.3429621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/attacker.ts' 2025-03-21T20:18:11.3430221Z 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:11.3430819Z 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:11.3431405Z 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:11.3432009Z 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:11.3432587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/character.js' 2025-03-21T20:18:11.3433172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/character.ts' 2025-03-21T20:18:11.3433769Z 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:11.3434367Z 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:11.3434954Z 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:11.3435589Z 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:11.3436148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/gadget.js' 2025-03-21T20:18:11.3436720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/gadget.ts' 2025-03-21T20:18:11.3437304Z 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:11.3437888Z 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:11.3438459Z 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:11.3439029Z 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:11.3439600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/movie.js' 2025-03-21T20:18:11.3440155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/movie.ts' 2025-03-21T20:18:11.3440756Z 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:11.3441331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/rapunzel.js' 2025-03-21T20:18:11.3441920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/rapunzel.ts' 2025-03-21T20:18:11.3442526Z 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:11.3443173Z 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:11.3443762Z 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:11.3444429Z 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:11.3444979Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector' 2025-03-21T20:18:11.3445490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts' 2025-03-21T20:18:11.3446043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/type_field_collsion.fbs' 2025-03-21T20:18:11.3446654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/type_field_collsion/Collision.cs' 2025-03-21T20:18:11.3447226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/type_field_collsion' 2025-03-21T20:18:11.3447751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/unicode_test.json' 2025-03-21T20:18:11.3448283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/unicode_test.mon' 2025-03-21T20:18:11.3448904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-03-21T20:18:11.3449666Z 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:11.3450236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_value_collision.fbs' 2025-03-21T20:18:11.3450952Z 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:11.3451531Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_value_collsion' 2025-03-21T20:18:11.3452103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Attacker.cs' 2025-03-21T20:18:11.3452675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Attacker.java' 2025-03-21T20:18:11.3453262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Attacker.kt' 2025-03-21T20:18:11.3453828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Attacker.php' 2025-03-21T20:18:11.3454416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/AttackerT.java' 2025-03-21T20:18:11.3454984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/BookReader.cs' 2025-03-21T20:18:11.3455580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/BookReader.java' 2025-03-21T20:18:11.3456154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/BookReader.kt' 2025-03-21T20:18:11.3456769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/BookReader.php' 2025-03-21T20:18:11.3457402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/BookReaderT.java' 2025-03-21T20:18:11.3457963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Character.cs' 2025-03-21T20:18:11.3458549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Character.java' 2025-03-21T20:18:11.3459110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Character.kt' 2025-03-21T20:18:11.3459696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Character.php' 2025-03-21T20:18:11.3460300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/CharacterUnion.java' 2025-03-21T20:18:11.3460887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/FallingTub.cs' 2025-03-21T20:18:11.3461470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/FallingTub.java' 2025-03-21T20:18:11.3462060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/FallingTub.kt' 2025-03-21T20:18:11.3462665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/FallingTub.php' 2025-03-21T20:18:11.3463302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/FallingTubT.java' 2025-03-21T20:18:11.3463856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Gadget.cs' 2025-03-21T20:18:11.3464432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Gadget.java' 2025-03-21T20:18:11.3464986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Gadget.kt' 2025-03-21T20:18:11.3465541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Gadget.php' 2025-03-21T20:18:11.3466148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/GadgetUnion.java' 2025-03-21T20:18:11.3466706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/HandFan.cs' 2025-03-21T20:18:11.3467289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/HandFan.java' 2025-03-21T20:18:11.3467845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/HandFan.kt' 2025-03-21T20:18:11.3468421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/HandFan.php' 2025-03-21T20:18:11.3468991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/HandFanT.java' 2025-03-21T20:18:11.3469551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Movie.cs' 2025-03-21T20:18:11.3470100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Movie.java' 2025-03-21T20:18:11.3470682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Movie.kt' 2025-03-21T20:18:11.3471257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Movie.php' 2025-03-21T20:18:11.3471823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/MovieT.java' 2025-03-21T20:18:11.3472378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Rapunzel.cs' 2025-03-21T20:18:11.3472956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Rapunzel.java' 2025-03-21T20:18:11.3473513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Rapunzel.kt' 2025-03-21T20:18:11.3474084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Rapunzel.php' 2025-03-21T20:18:11.3474679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/RapunzelT.java' 2025-03-21T20:18:11.3475262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-03-21T20:18:11.3475862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/union_vector.json' 2025-03-21T20:18:11.3476513Z 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:11.3477092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector' 2025-03-21T20:18:11.3477596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/util_test.cpp' 2025-03-21T20:18:11.3478097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/util_test.h' 2025-03-21T20:18:11.3478629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/vector_has_test.fbs' 2025-03-21T20:18:11.3479120Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests' 2025-03-21T20:18:11.3479723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/BUILD.bazel' 2025-03-21T20:18:11.3480220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/builder.ts' 2025-03-21T20:18:11.3480712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/byte-buffer.ts' 2025-03-21T20:18:11.3481239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/compile_flat_file.sh' 2025-03-21T20:18:11.3481737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/constants.ts' 2025-03-21T20:18:11.3482215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/encoding.ts' 2025-03-21T20:18:11.3482724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flatbuffers.ts' 2025-03-21T20:18:11.3483217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers.ts' 2025-03-21T20:18:11.3483803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/bit-width-util.ts' 2025-03-21T20:18:11.3484449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/bit-width.ts' 2025-03-21T20:18:11.3484994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/builder.ts' 2025-03-21T20:18:11.3485578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/flexbuffers-util.ts' 2025-03-21T20:18:11.3486159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/reference-util.ts' 2025-03-21T20:18:11.3486704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/reference.ts' 2025-03-21T20:18:11.3487274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/stack-value.ts' 2025-03-21T20:18:11.3487857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/value-type-util.ts' 2025-03-21T20:18:11.3488423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/value-type.ts' 2025-03-21T20:18:11.3488946Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers' 2025-03-21T20:18:11.3489474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/types.ts' 2025-03-21T20:18:11.3490003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/utils.ts' 2025-03-21T20:18:11.3490502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts' 2025-03-21T20:18:11.3490998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tsconfig.json' 2025-03-21T20:18:11.3491500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tsconfig.mjs.json' 2025-03-21T20:18:11.3491997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/typescript.bzl' 2025-03-21T20:18:11.3492448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers' 2025-03-21T20:18:11.3492866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.git' 2025-03-21T20:18:11.3493359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.github/dependabot.yml' 2025-03-21T20:18:11.3493875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.github/workflows/ci.yml' 2025-03-21T20:18:11.3494403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.github/workflows/weekly.yml' 2025-03-21T20:18:11.3494914Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.github/workflows' 2025-03-21T20:18:11.3495391Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.github' 2025-03-21T20:18:11.3495827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.gitignore' 2025-03-21T20:18:11.3496278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.travis.yml' 2025-03-21T20:18:11.3496726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/CHANGELOG.md' 2025-03-21T20:18:11.3497196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/CMakeLists.txt' 2025-03-21T20:18:11.3497712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/CONTRIBUTING.md' 2025-03-21T20:18:11.3498144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/LICENSE' 2025-03-21T20:18:11.3498562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/NOTICE' 2025-03-21T20:18:11.3499005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/README.md' 2025-03-21T20:18:11.3499452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/appveyor.yml' 2025-03-21T20:18:11.3499916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/config/config.h' 2025-03-21T20:18:11.3500385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/config' 2025-03-21T20:18:11.3500895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/Grammar-2015-07-23.md' 2025-03-21T20:18:11.3501400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/Grammar.README.md' 2025-03-21T20:18:11.3501872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/benchmarks.md' 2025-03-21T20:18:11.3502368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/binary-format.md' 2025-03-21T20:18:11.3502855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/builder.md' 2025-03-21T20:18:11.3503358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/eclectic.fbs' 2025-03-21T20:18:11.3503837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/flatcc-help.md' 2025-03-21T20:18:11.3504361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/json_parser_design.md' 2025-03-21T20:18:11.3504822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/security.md' 2025-03-21T20:18:11.3505268Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc' 2025-03-21T20:18:11.3505791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/.gitignore' 2025-03-21T20:18:11.3506286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/LICENSE' 2025-03-21T20:18:11.3506810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/README.md' 2025-03-21T20:18:11.3507341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/grisu3_math.h' 2025-03-21T20:18:11.3507883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/grisu3_parse.h' 2025-03-21T20:18:11.3508412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/grisu3_print.h' 2025-03-21T20:18:11.3508953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/grisu3_test.c' 2025-03-21T20:18:11.3509512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/grisu3_test_dblcnv.c' 2025-03-21T20:18:11.3510031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/test.sh' 2025-03-21T20:18:11.3510634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/test_dblcnv.sh' 2025-03-21T20:18:11.3511148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3' 2025-03-21T20:18:11.3511647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/.gitignore' 2025-03-21T20:18:11.3512172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/CMakeLists.txt' 2025-03-21T20:18:11.3512673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/LICENSE' 2025-03-21T20:18:11.3513184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/PMurHash.c' 2025-03-21T20:18:11.3513697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/PMurHash.h' 2025-03-21T20:18:11.3514192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/README.md' 2025-03-21T20:18:11.3514716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/cmetrohash.h' 2025-03-21T20:18:11.3515239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/cmetrohash64.c' 2025-03-21T20:18:11.3515732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash.h' 2025-03-21T20:18:11.3516294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash_table.h' 2025-03-21T20:18:11.3516837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash_table_def.h' 2025-03-21T20:18:11.3517373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash_table_impl.h' 2025-03-21T20:18:11.3517932Z 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:11.3518436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash_test.c' 2025-03-21T20:18:11.3518916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht32.c' 2025-03-21T20:18:11.3519409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht32.h' 2025-03-21T20:18:11.3519901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht32rh.c' 2025-03-21T20:18:11.3520406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht32rh.h' 2025-03-21T20:18:11.3520886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht64.c' 2025-03-21T20:18:11.3521383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht64.h' 2025-03-21T20:18:11.3521870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht64rh.c' 2025-03-21T20:18:11.3522371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht64rh.h' 2025-03-21T20:18:11.3522912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht_hash_function.h' 2025-03-21T20:18:11.3523470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht_portable.h' 2025-03-21T20:18:11.3523990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht_trace.h' 2025-03-21T20:18:11.3524517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/initbuild.sh' 2025-03-21T20:18:11.3525060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/initbuild_debug.sh' 2025-03-21T20:18:11.3525554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/int_set.h' 2025-03-21T20:18:11.3526073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/load_test.c' 2025-03-21T20:18:11.3526570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/pstdint.h' 2025-03-21T20:18:11.3527082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ptr_set.c' 2025-03-21T20:18:11.3527576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ptr_set.h' 2025-03-21T20:18:11.3528083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/str_set.c' 2025-03-21T20:18:11.3528571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/str_set.h' 2025-03-21T20:18:11.3529110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/token_map.c' 2025-03-21T20:18:11.3529711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/token_map.h' 2025-03-21T20:18:11.3530237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/unaligned.h' 2025-03-21T20:18:11.3530730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/xxhash.h' 2025-03-21T20:18:11.3531232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash' 2025-03-21T20:18:11.3531715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex/LICENSE' 2025-03-21T20:18:11.3532203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex/README.md' 2025-03-21T20:18:11.3532709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex/luthor.c' 2025-03-21T20:18:11.3533191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex/luthor.h' 2025-03-21T20:18:11.3533694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex/tokens.h' 2025-03-21T20:18:11.3534182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex' 2025-03-21T20:18:11.3534669Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external' 2025-03-21T20:18:11.3535163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc.h' 2025-03-21T20:18:11.3535733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_accessors.h' 2025-03-21T20:18:11.3536260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_alloc.h' 2025-03-21T20:18:11.3536865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_assert.h' 2025-03-21T20:18:11.3537402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_builder.h' 2025-03-21T20:18:11.3537954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_emitter.h' 2025-03-21T20:18:11.3538486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_endian.h' 2025-03-21T20:18:11.3539030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_epilogue.h' 2025-03-21T20:18:11.3539603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_flatbuffers.h' 2025-03-21T20:18:11.3540154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_identifier.h' 2025-03-21T20:18:11.3540685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_iov.h' 2025-03-21T20:18:11.3541240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_json_parser.h' 2025-03-21T20:18:11.3541816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_json_printer.h' 2025-03-21T20:18:11.3542388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_portable.h' 2025-03-21T20:18:11.3542965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_prologue.h' 2025-03-21T20:18:11.3543497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_refmap.h' 2025-03-21T20:18:11.3544051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_rtconfig.h' 2025-03-21T20:18:11.3544579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_types.h' 2025-03-21T20:18:11.3545135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_unaligned.h' 2025-03-21T20:18:11.3545679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_verifier.h' 2025-03-21T20:18:11.3546222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_version.h' 2025-03-21T20:18:11.3546773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/LICENSE' 2025-03-21T20:18:11.3547323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/README.md' 2025-03-21T20:18:11.3547908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/grisu3_math.h' 2025-03-21T20:18:11.3548483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/grisu3_parse.h' 2025-03-21T20:18:11.3549074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/grisu3_print.h' 2025-03-21T20:18:11.3549651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include/README' 2025-03-21T20:18:11.3550310Z 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:11.3550947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include/linux' 2025-03-21T20:18:11.3551578Z 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:11.3552192Z 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:11.3552819Z 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:11.3553426Z 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:11.3554047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include/std' 2025-03-21T20:18:11.3554627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include' 2025-03-21T20:18:11.3555215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/paligned_alloc.h' 2025-03-21T20:18:11.3555800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pattributes.h' 2025-03-21T20:18:11.3556376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pbase64.h' 2025-03-21T20:18:11.3557033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pcrt.h' 2025-03-21T20:18:11.3557618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pdiagnostic.h' 2025-03-21T20:18:11.3558229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pdiagnostic_pop.h' 2025-03-21T20:18:11.3558826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pdiagnostic_push.h' 2025-03-21T20:18:11.3559394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pendian.h' 2025-03-21T20:18:11.3559986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pendian_detect.h' 2025-03-21T20:18:11.3560553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pinline.h' 2025-03-21T20:18:11.3561117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pinttypes.h' 2025-03-21T20:18:11.3561695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pmemaccess.h' 2025-03-21T20:18:11.3562250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/portable.h' 2025-03-21T20:18:11.3562850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/portable_basic.h' 2025-03-21T20:18:11.3563405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pparsefp.h' 2025-03-21T20:18:11.3563966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pparseint.h' 2025-03-21T20:18:11.3564600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pprintfp.h' 2025-03-21T20:18:11.3565157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pprintint.h' 2025-03-21T20:18:11.3565733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/prestrict.h' 2025-03-21T20:18:11.3566314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pstatic_assert.h' 2025-03-21T20:18:11.3566953Z 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:11.3567512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pstdalign.h' 2025-03-21T20:18:11.3568080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pstdbool.h' 2025-03-21T20:18:11.3568631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pstdint.h' 2025-03-21T20:18:11.3569206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/punaligned.h' 2025-03-21T20:18:11.3569823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pversion.h' 2025-03-21T20:18:11.3570461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pwarnings.h' 2025-03-21T20:18:11.3570999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable' 2025-03-21T20:18:11.3571559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection/README' 2025-03-21T20:18:11.3572220Z 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:11.3572870Z 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:11.3573500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection/reflection_builder.h' 2025-03-21T20:18:11.3574113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection/reflection_reader.h' 2025-03-21T20:18:11.3574751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection/reflection_verifier.h' 2025-03-21T20:18:11.3575299Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection' 2025-03-21T20:18:11.3575840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support/README' 2025-03-21T20:18:11.3576374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support/cdump.h' 2025-03-21T20:18:11.3576925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support/elapsed.h' 2025-03-21T20:18:11.3577468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support/hexdump.h' 2025-03-21T20:18:11.3578051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support/readfile.h' 2025-03-21T20:18:11.3578609Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support' 2025-03-21T20:18:11.3579122Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc' 2025-03-21T20:18:11.3579760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include' 2025-03-21T20:18:11.3580255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/reflection/README.in' 2025-03-21T20:18:11.3580785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/reflection/generate_code.sh' 2025-03-21T20:18:11.3581300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/reflection/reflection.fbs' 2025-03-21T20:18:11.3581803Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/reflection' 2025-03-21T20:18:11.3582298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/CMakeLists.txt' 2025-03-21T20:18:11.3582844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/bugreport/.gitignore' 2025-03-21T20:18:11.3583361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/bugreport/build.sh' 2025-03-21T20:18:11.3584000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/bugreport/eclectic.fbs' 2025-03-21T20:18:11.3584558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/bugreport/myissue.c' 2025-03-21T20:18:11.3585092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/bugreport' 2025-03-21T20:18:11.3585632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/monster/CMakeLists.txt' 2025-03-21T20:18:11.3586148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/monster/build.sh' 2025-03-21T20:18:11.3586661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/monster/monster.c' 2025-03-21T20:18:11.3587203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/monster/monster.fbs' 2025-03-21T20:18:11.3587714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/monster' 2025-03-21T20:18:11.3588270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/reflection/CMakeLists.txt' 2025-03-21T20:18:11.3588816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/reflection/bfbs2json.c' 2025-03-21T20:18:11.3589336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/reflection/build.sh' 2025-03-21T20:18:11.3589867Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/reflection' 2025-03-21T20:18:11.3590329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples' 2025-03-21T20:18:11.3590830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/_user_build.in' 2025-03-21T20:18:11.3591455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/benchflatcc.sh' 2025-03-21T20:18:11.3592191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/benchmark.sh' 2025-03-21T20:18:11.3593347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/bfbs-sample.sh' 2025-03-21T20:18:11.3594451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/build.cfg.make' 2025-03-21T20:18:11.3595598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/build.cfg.make-32bit' 2025-03-21T20:18:11.3596814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/build.cfg.make-concurrent' 2025-03-21T20:18:11.3597995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/build.cfg.ninja' 2025-03-21T20:18:11.3599093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/build.sh' 2025-03-21T20:18:11.3600166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/cleanall.sh' 2025-03-21T20:18:11.3601225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/dev.sh' 2025-03-21T20:18:11.3602355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/flatcc-doc.sh' 2025-03-21T20:18:11.3603456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/initbuild.sh' 2025-03-21T20:18:11.3604653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/monster-doc.example.sh' 2025-03-21T20:18:11.3605878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/reflection-doc-example.sh' 2025-03-21T20:18:11.3607032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/release.sh' 2025-03-21T20:18:11.3608096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/setup.sh' 2025-03-21T20:18:11.3609142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/test.sh' 2025-03-21T20:18:11.3610259Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts' 2025-03-21T20:18:11.3611350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/cli/CMakeLists.txt' 2025-03-21T20:18:11.3612445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/cli/flatcc_cli.c' 2025-03-21T20:18:11.3613511Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/cli' 2025-03-21T20:18:11.3614635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/CMakeLists.txt' 2025-03-21T20:18:11.3615781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/catalog.h' 2025-03-21T20:18:11.3616890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen.h' 2025-03-21T20:18:11.3618023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c.c' 2025-03-21T20:18:11.3619153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c.h' 2025-03-21T20:18:11.3620338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_builder.c' 2025-03-21T20:18:11.3621644Z 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:11.3622924Z 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:11.3624164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_reader.c' 2025-03-21T20:18:11.3625355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_sort.c' 2025-03-21T20:18:11.3626530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_sort.h' 2025-03-21T20:18:11.3627732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_sorter.c' 2025-03-21T20:18:11.3628957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_verifier.c' 2025-03-21T20:18:11.3630164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_schema.c' 2025-03-21T20:18:11.3631312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/coerce.c' 2025-03-21T20:18:11.3632412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/coerce.h' 2025-03-21T20:18:11.3633579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/fileio.c' 2025-03-21T20:18:11.3634706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/fileio.h' 2025-03-21T20:18:11.3635819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/flatcc.c' 2025-03-21T20:18:11.3636996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/hash_tables/README.txt' 2025-03-21T20:18:11.3638250Z 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:11.3639523Z 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:11.3640811Z 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:11.3642086Z 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:11.3643349Z 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:11.3644573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/hash_tables' 2025-03-21T20:18:11.3645735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/keywords.h' 2025-03-21T20:18:11.3646844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/parser.c' 2025-03-21T20:18:11.3647955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/parser.h' 2025-03-21T20:18:11.3649061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/pstrutil.h' 2025-03-21T20:18:11.3650304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/semantics.c' 2025-03-21T20:18:11.3651466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/semantics.h' 2025-03-21T20:18:11.3652585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/symbols.h' 2025-03-21T20:18:11.3653689Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler' 2025-03-21T20:18:11.3654891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/CMakeLists.txt' 2025-03-21T20:18:11.3656032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/builder.c' 2025-03-21T20:18:11.3657131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/emitter.c' 2025-03-21T20:18:11.3658254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/json_parser.c' 2025-03-21T20:18:11.3659421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/json_printer.c' 2025-03-21T20:18:11.3660547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/refmap.c' 2025-03-21T20:18:11.3661628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/verifier.c' 2025-03-21T20:18:11.3662776Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime' 2025-03-21T20:18:11.3663859Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src' 2025-03-21T20:18:11.3664911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/CMakeLists.txt' 2025-03-21T20:18:11.3665973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/README.md' 2025-03-21T20:18:11.3667062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/README.md' 2025-03-21T20:18:11.3668218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchall.sh' 2025-03-21T20:18:11.3669448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc/benchflatc.cpp' 2025-03-21T20:18:11.3670777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc/flatbench_generated.h' 2025-03-21T20:18:11.3672189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc/flatbuffers/flatbuffers.h' 2025-03-21T20:18:11.3673579Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc/flatbuffers' 2025-03-21T20:18:11.3674858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc/run.sh' 2025-03-21T20:18:11.3676073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc' 2025-03-21T20:18:11.3677336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatcc/benchflatcc.c' 2025-03-21T20:18:11.3678601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatcc/run.sh' 2025-03-21T20:18:11.3680097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatcc' 2025-03-21T20:18:11.3681440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatccjson/benchflatccjson.c' 2025-03-21T20:18:11.3682776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatccjson/run.sh' 2025-03-21T20:18:11.3684054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatccjson' 2025-03-21T20:18:11.3685340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchmain/benchmain.h' 2025-03-21T20:18:11.3686565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchmain' 2025-03-21T20:18:11.3687768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchout-osx.txt' 2025-03-21T20:18:11.3688983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchout-ubuntu.txt' 2025-03-21T20:18:11.3690270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchraw/benchraw.c' 2025-03-21T20:18:11.3691465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchraw/run.sh' 2025-03-21T20:18:11.3692706Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchraw' 2025-03-21T20:18:11.3693966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/schema/flatbench.fbs' 2025-03-21T20:18:11.3695175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/schema' 2025-03-21T20:18:11.3696328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark' 2025-03-21T20:18:11.3697485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/cgen_test/CMakeLists.txt' 2025-03-21T20:18:11.3698643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/cgen_test/cgen_test.c' 2025-03-21T20:18:11.3699788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/cgen_test/cgen_test.sh' 2025-03-21T20:18:11.3700917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/cgen_test' 2025-03-21T20:18:11.3701982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/debug.sh' 2025-03-21T20:18:11.3703104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/doublevec_test/CMakeLists.txt' 2025-03-21T20:18:11.3704338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/doublevec_test/doublevec_test.c' 2025-03-21T20:18:11.3705590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/doublevec_test/doublevec_test.fbs' 2025-03-21T20:18:11.3706800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/doublevec_test' 2025-03-21T20:18:11.3707969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/emit_test/CMakeLists.txt' 2025-03-21T20:18:11.3709127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/emit_test/emit_test.c' 2025-03-21T20:18:11.3710321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/emit_test/emit_test.fbs' 2025-03-21T20:18:11.3711483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/emit_test/emit_test.sh' 2025-03-21T20:18:11.3712620Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/emit_test' 2025-03-21T20:18:11.3713783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/.gitattributes' 2025-03-21T20:18:11.3714995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/CMakeLists.txt' 2025-03-21T20:18:11.3716187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/README.md' 2025-03-21T20:18:11.3717379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/flatc_compat.c' 2025-03-21T20:18:11.3718574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/flatc_compat.sh' 2025-03-21T20:18:11.3719829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/monsterdata_test.golden' 2025-03-21T20:18:11.3721118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/monsterdata_test.json' 2025-03-21T20:18:11.3722407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/monsterdata_test.mon' 2025-03-21T20:18:11.3723634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat' 2025-03-21T20:18:11.3724798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test/CMakeLists.txt' 2025-03-21T20:18:11.3725977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test/flatcc_golden.c' 2025-03-21T20:18:11.3727146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test/json_test.sh' 2025-03-21T20:18:11.3728313Z 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:11.3729559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test/test_json.c' 2025-03-21T20:18:11.3730745Z 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:11.3731970Z 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:11.3733145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test' 2025-03-21T20:18:11.3734265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/leakcheck-full.sh' 2025-03-21T20:18:11.3735354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/leakcheck.sh' 2025-03-21T20:18:11.3736476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/load_test/CMakeLists.txt' 2025-03-21T20:18:11.3737627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/load_test/load_test.c' 2025-03-21T20:18:11.3738822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/load_test/load_test.sh' 2025-03-21T20:18:11.3740011Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/load_test' 2025-03-21T20:18:11.3741179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/CMakeLists.txt' 2025-03-21T20:18:11.3742397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/attributes.fbs' 2025-03-21T20:18:11.3743621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/include_test1.fbs' 2025-03-21T20:18:11.3744859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/include_test2.fbs' 2025-03-21T20:18:11.3746076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/monster_test.c' 2025-03-21T20:18:11.3747277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/monster_test.fbs' 2025-03-21T20:18:11.3748460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test' 2025-03-21T20:18:11.3749669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_concat/CMakeLists.txt' 2025-03-21T20:18:11.3750924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_concat/README.txt' 2025-03-21T20:18:11.3752262Z 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:11.3753534Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_concat' 2025-03-21T20:18:11.3754757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_cpp/CMakeLists.txt' 2025-03-21T20:18:11.3756001Z 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:11.3757212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_cpp' 2025-03-21T20:18:11.3758437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_prefix/CMakeLists.txt' 2025-03-21T20:18:11.3759749Z 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:11.3761027Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_prefix' 2025-03-21T20:18:11.3762259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_solo/CMakeLists.txt' 2025-03-21T20:18:11.3763537Z 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:11.3764785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_solo' 2025-03-21T20:18:11.3766029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/optional_scalars_test/CMakeLists.txt' 2025-03-21T20:18:11.3767359Z 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:11.3768787Z 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:11.3770182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/optional_scalars_test' 2025-03-21T20:18:11.3771421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/reflection_test/CMakeLists.txt' 2025-03-21T20:18:11.3772671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/reflection_test/reflection_test.c' 2025-03-21T20:18:11.3773941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/reflection_test/reflection_test.sh' 2025-03-21T20:18:11.3775165Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/reflection_test' 2025-03-21T20:18:11.3776251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/test.sh' 2025-03-21T20:18:11.3777381Z 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:11.3778610Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/union_vector_test' 2025-03-21T20:18:11.3779869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test' 2025-03-21T20:18:11.3780867Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc' 2025-03-21T20:18:11.3781956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc_defs.bzl' 2025-03-21T20:18:11.3782912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/.git' 2025-03-21T20:18:11.3783904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/.gitattributes' 2025-03-21T20:18:11.3784925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/.gitignore' 2025-03-21T20:18:11.3785915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/.travis.yml' 2025-03-21T20:18:11.3786921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/AUTHORS.txt' 2025-03-21T20:18:11.3787897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/BUILD' 2025-03-21T20:18:11.3788896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/CMakeLists.txt' 2025-03-21T20:18:11.3789911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/COPYING.txt' 2025-03-21T20:18:11.3790927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/ChangeLog.txt' 2025-03-21T20:18:11.3791931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/INSTALL.md' 2025-03-21T20:18:11.3792906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/README.md' 2025-03-21T20:18:11.3793889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/WORKSPACE' 2025-03-21T20:18:11.3794892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/appveyor.yml' 2025-03-21T20:18:11.3795994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel/expanded_template/BUILD' 2025-03-21T20:18:11.3797236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel/expanded_template/expand_template.cc' 2025-03-21T20:18:11.3798635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel/expanded_template/expanded_template.bzl' 2025-03-21T20:18:11.3799907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel/expanded_template' 2025-03-21T20:18:11.3801019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel/gflags.bzl' 2025-03-21T20:18:11.3802059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel' 2025-03-21T20:18:11.3803140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/README_runtime.txt' 2025-03-21T20:18:11.3804296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/cmake_uninstall.cmake.in' 2025-03-21T20:18:11.3805454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/config.cmake.in' 2025-03-21T20:18:11.3806567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/execute_test.cmake' 2025-03-21T20:18:11.3807685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/package.cmake.in' 2025-03-21T20:18:11.3808785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/package.pc.in' 2025-03-21T20:18:11.3809945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/utils.cmake' 2025-03-21T20:18:11.3811059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/version.cmake.in' 2025-03-21T20:18:11.3812130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake' 2025-03-21T20:18:11.3813157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/doc/.nojekyll' 2025-03-21T20:18:11.3814181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/doc/README.md' 2025-03-21T20:18:11.3815228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/doc/designstyle.css' 2025-03-21T20:18:11.3816279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/doc/index.html' 2025-03-21T20:18:11.3817287Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/doc' 2025-03-21T20:18:11.3818293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/config.h' 2025-03-21T20:18:11.3819330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/defines.h.in' 2025-03-21T20:18:11.3820371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags.cc' 2025-03-21T20:18:11.3821408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags.h.in' 2025-03-21T20:18:11.3822504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_completions.cc' 2025-03-21T20:18:11.3823652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_completions.h.in' 2025-03-21T20:18:11.3824799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_completions.sh' 2025-03-21T20:18:11.3825923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_declare.h.in' 2025-03-21T20:18:11.3827069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_ns.h.in' 2025-03-21T20:18:11.3828159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_reporting.cc' 2025-03-21T20:18:11.3829215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/mutex.h' 2025-03-21T20:18:11.3830217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/util.h' 2025-03-21T20:18:11.3831260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/windows_port.cc' 2025-03-21T20:18:11.3832328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/windows_port.h' 2025-03-21T20:18:11.3833381Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src' 2025-03-21T20:18:11.3834434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/CMakeLists.txt' 2025-03-21T20:18:11.3835556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/config/CMakeLists.txt' 2025-03-21T20:18:11.3836674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/config/main.cc' 2025-03-21T20:18:11.3837758Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/config' 2025-03-21T20:18:11.3838851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/flagfile.1' 2025-03-21T20:18:11.3839923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/flagfile.2' 2025-03-21T20:18:11.3840961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/flagfile.3' 2025-03-21T20:18:11.3842050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_build.py.in' 2025-03-21T20:18:11.3843197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_declare_flags.cc' 2025-03-21T20:18:11.3844370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_declare_test.cc' 2025-03-21T20:18:11.3845548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_strip_flags_test.cc' 2025-03-21T20:18:11.3846760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_strip_flags_test.cmake' 2025-03-21T20:18:11.3847938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_unittest.cc' 2025-03-21T20:18:11.3849067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_unittest_flagfile' 2025-03-21T20:18:11.3850274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/nc/CMakeLists.txt' 2025-03-21T20:18:11.3851372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/nc/gflags_nc.cc' 2025-03-21T20:18:11.3852439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/nc' 2025-03-21T20:18:11.3853481Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test' 2025-03-21T20:18:11.3854482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags' 2025-03-21T20:18:11.3855504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags.bzl' 2025-03-21T20:18:11.3856458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags_defs.bzl' 2025-03-21T20:18:11.3857416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.git' 2025-03-21T20:18:11.3858441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.clang-format' 2025-03-21T20:18:11.3859632Z 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:11.3860966Z 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:11.3862265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.github/ISSUE_TEMPLATE/config.yml' 2025-03-21T20:18:11.3863512Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.github/ISSUE_TEMPLATE' 2025-03-21T20:18:11.3864671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.github' 2025-03-21T20:18:11.3865722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.gitignore' 2025-03-21T20:18:11.3866757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/BUILD.bazel' 2025-03-21T20:18:11.3867846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/CMakeLists.txt' 2025-03-21T20:18:11.3868952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/CONTRIBUTING.md' 2025-03-21T20:18:11.3870024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/CONTRIBUTORS' 2025-03-21T20:18:11.3871051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/LICENSE' 2025-03-21T20:18:11.3872060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/README.md' 2025-03-21T20:18:11.3873083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/WORKSPACE' 2025-03-21T20:18:11.3874154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/ci/linux-presubmit.sh' 2025-03-21T20:18:11.3875300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/ci/macos-presubmit.sh' 2025-03-21T20:18:11.3876387Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/ci' 2025-03-21T20:18:11.3877451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_config.yml' 2025-03-21T20:18:11.3878580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_data/navigation.yml' 2025-03-21T20:18:11.3879890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_data' 2025-03-21T20:18:11.3881044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_layouts/default.html' 2025-03-21T20:18:11.3882201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_layouts' 2025-03-21T20:18:11.3883340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_sass/main.scss' 2025-03-21T20:18:11.3884555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_sass' 2025-03-21T20:18:11.3885660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/advanced.md' 2025-03-21T20:18:11.3886803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/assets/css/style.scss' 2025-03-21T20:18:11.3887981Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/assets/css' 2025-03-21T20:18:11.3889127Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/assets' 2025-03-21T20:18:11.3890418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/community_created_documentation.md' 2025-03-21T20:18:11.3891599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/faq.md' 2025-03-21T20:18:11.3892712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/gmock_cheat_sheet.md' 2025-03-21T20:18:11.3893881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/gmock_cook_book.md' 2025-03-21T20:18:11.3895010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/gmock_faq.md' 2025-03-21T20:18:11.3896139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/gmock_for_dummies.md' 2025-03-21T20:18:11.3897338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/index.md' 2025-03-21T20:18:11.3898418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/pkgconfig.md' 2025-03-21T20:18:11.3899506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/platforms.md' 2025-03-21T20:18:11.3900591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/primer.md' 2025-03-21T20:18:11.3901709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/quickstart-bazel.md' 2025-03-21T20:18:11.3902887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/quickstart-cmake.md' 2025-03-21T20:18:11.3904063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference/actions.md' 2025-03-21T20:18:11.3905257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference/assertions.md' 2025-03-21T20:18:11.3906457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference/matchers.md' 2025-03-21T20:18:11.3907640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference/mocking.md' 2025-03-21T20:18:11.3908798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference/testing.md' 2025-03-21T20:18:11.3909963Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference' 2025-03-21T20:18:11.3911076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/samples.md' 2025-03-21T20:18:11.3912148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs' 2025-03-21T20:18:11.3913309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/CMakeLists.txt' 2025-03-21T20:18:11.3914491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/README.md' 2025-03-21T20:18:11.3915655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/cmake/gmock.pc.in' 2025-03-21T20:18:11.3916897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/cmake/gmock_main.pc.in' 2025-03-21T20:18:11.3918093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/cmake' 2025-03-21T20:18:11.3919278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/docs/README.md' 2025-03-21T20:18:11.3920452Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/docs' 2025-03-21T20:18:11.3921710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock-actions.h' 2025-03-21T20:18:11.3923077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock-cardinalities.h' 2025-03-21T20:18:11.3924494Z 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:11.3932828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock-matchers.h' 2025-03-21T20:18:11.3934260Z 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:11.3935679Z 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:11.3937082Z 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:11.3938477Z 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:11.3939804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock.h' 2025-03-21T20:18:11.3941150Z 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:11.3942685Z 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:11.3944255Z 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:11.3945758Z 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:11.3947190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/internal/custom' 2025-03-21T20:18:11.3948647Z 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:11.3950107Z 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:11.3951559Z 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:11.3952919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/internal' 2025-03-21T20:18:11.3954226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock' 2025-03-21T20:18:11.3955447Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include' 2025-03-21T20:18:11.3956650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/README.md' 2025-03-21T20:18:11.3957904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/fuse_gmock_files.py' 2025-03-21T20:18:11.3959203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/LICENSE' 2025-03-21T20:18:11.3960484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/README' 2025-03-21T20:18:11.3961817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/README.cppclean' 2025-03-21T20:18:11.3963193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/__init__.py' 2025-03-21T20:18:11.3964595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/ast.py' 2025-03-21T20:18:11.3965959Z 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:11.3967393Z 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:11.3968811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/keywords.py' 2025-03-21T20:18:11.3970255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/tokenize.py' 2025-03-21T20:18:11.3971617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/utils.py' 2025-03-21T20:18:11.3972956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp' 2025-03-21T20:18:11.3974296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/gmock_gen.py' 2025-03-21T20:18:11.3975612Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator' 2025-03-21T20:18:11.3976852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts' 2025-03-21T20:18:11.3978046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock-all.cc' 2025-03-21T20:18:11.3979307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock-cardinalities.cc' 2025-03-21T20:18:11.3980790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock-internal-utils.cc' 2025-03-21T20:18:11.3982188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock-matchers.cc' 2025-03-21T20:18:11.3983462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock-spec-builders.cc' 2025-03-21T20:18:11.3984697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock.cc' 2025-03-21T20:18:11.3985877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock_main.cc' 2025-03-21T20:18:11.3987050Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src' 2025-03-21T20:18:11.3988230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/BUILD.bazel' 2025-03-21T20:18:11.3989481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-actions_test.cc' 2025-03-21T20:18:11.3990816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-cardinalities_test.cc' 2025-03-21T20:18:11.3992175Z 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:11.3993563Z 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:11.3994996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-matchers_test.cc' 2025-03-21T20:18:11.3996330Z 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:11.3997682Z 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:11.3998986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-port_test.cc' 2025-03-21T20:18:11.4000279Z 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:11.4001556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-pp_test.cc' 2025-03-21T20:18:11.4002850Z 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:11.4004157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_all_test.cc' 2025-03-21T20:18:11.4005411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_ex_test.cc' 2025-03-21T20:18:11.4006658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_leak_test.py' 2025-03-21T20:18:11.4007925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_leak_test_.cc' 2025-03-21T20:18:11.4009203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_link2_test.cc' 2025-03-21T20:18:11.4010540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_link_test.cc' 2025-03-21T20:18:11.4011836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_link_test.h' 2025-03-21T20:18:11.4013123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_output_test.py' 2025-03-21T20:18:11.4014417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_output_test_.cc' 2025-03-21T20:18:11.4015753Z 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:11.4017072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_stress_test.cc' 2025-03-21T20:18:11.4018312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_test.cc' 2025-03-21T20:18:11.4019560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_test_utils.py' 2025-03-21T20:18:11.4020776Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test' 2025-03-21T20:18:11.4021912Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock' 2025-03-21T20:18:11.4023050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/CMakeLists.txt' 2025-03-21T20:18:11.4024233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/README.md' 2025-03-21T20:18:11.4025446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake/Config.cmake.in' 2025-03-21T20:18:11.4026669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake/gtest.pc.in' 2025-03-21T20:18:11.4027898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake/gtest_main.pc.in' 2025-03-21T20:18:11.4029170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake/internal_utils.cmake' 2025-03-21T20:18:11.4030435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake/libgtest.la.in' 2025-03-21T20:18:11.4031643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake' 2025-03-21T20:18:11.4032805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/docs/README.md' 2025-03-21T20:18:11.4033972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/docs' 2025-03-21T20:18:11.4035238Z 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:11.4036594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-matchers.h' 2025-03-21T20:18:11.4037923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-message.h' 2025-03-21T20:18:11.4039272Z 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:11.4040628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-printers.h' 2025-03-21T20:18:11.4042014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-spi.h' 2025-03-21T20:18:11.4043345Z 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:11.4044694Z 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:11.4045999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest.h' 2025-03-21T20:18:11.4047298Z 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:11.4048618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest_prod.h' 2025-03-21T20:18:11.4050102Z 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:11.4051563Z 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:11.4053062Z 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:11.4054578Z 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:11.4056006Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal/custom' 2025-03-21T20:18:11.4057502Z 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:11.4059005Z 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:11.4060449Z 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:11.4061904Z 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:11.4063364Z 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:11.4064802Z 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:11.4066218Z 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:11.4067660Z 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:11.4069063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal' 2025-03-21T20:18:11.4070363Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest' 2025-03-21T20:18:11.4071581Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include' 2025-03-21T20:18:11.4072874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/prime_tables.h' 2025-03-21T20:18:11.4074113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample1.cc' 2025-03-21T20:18:11.4075339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample1.h' 2025-03-21T20:18:11.4076607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample10_unittest.cc' 2025-03-21T20:18:11.4077927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample1_unittest.cc' 2025-03-21T20:18:11.4079189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample2.cc' 2025-03-21T20:18:11.4081023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample2.h' 2025-03-21T20:18:11.4082298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample2_unittest.cc' 2025-03-21T20:18:11.4083579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample3-inl.h' 2025-03-21T20:18:11.4084858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample3_unittest.cc' 2025-03-21T20:18:11.4086274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample4.cc' 2025-03-21T20:18:11.4087523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample4.h' 2025-03-21T20:18:11.4088782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample4_unittest.cc' 2025-03-21T20:18:11.4090158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample5_unittest.cc' 2025-03-21T20:18:11.4091451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample6_unittest.cc' 2025-03-21T20:18:11.4092875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample7_unittest.cc' 2025-03-21T20:18:11.4094256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample8_unittest.cc' 2025-03-21T20:18:11.4095645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample9_unittest.cc' 2025-03-21T20:18:11.4096907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples' 2025-03-21T20:18:11.4098171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/README.md' 2025-03-21T20:18:11.4099392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/common.py' 2025-03-21T20:18:11.4100695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/fuse_gtest_files.py' 2025-03-21T20:18:11.4102046Z 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:11.4103434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/gtest-config.in' 2025-03-21T20:18:11.4104823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/release_docs.py' 2025-03-21T20:18:11.4106122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/run_with_path.py' 2025-03-21T20:18:11.4107409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/test/Makefile' 2025-03-21T20:18:11.4108675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/test' 2025-03-21T20:18:11.4109924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/upload.py' 2025-03-21T20:18:11.4111173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/upload_gtest.py' 2025-03-21T20:18:11.4112421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts' 2025-03-21T20:18:11.4113607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-all.cc' 2025-03-21T20:18:11.4114900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-death-test.cc' 2025-03-21T20:18:11.4116172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-filepath.cc' 2025-03-21T20:18:11.4117522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-internal-inl.h' 2025-03-21T20:18:11.4118805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-matchers.cc' 2025-03-21T20:18:11.4120055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-port.cc' 2025-03-21T20:18:11.4121290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-printers.cc' 2025-03-21T20:18:11.4122554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-test-part.cc' 2025-03-21T20:18:11.4123805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-typed-test.cc' 2025-03-21T20:18:11.4125028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest.cc' 2025-03-21T20:18:11.4126216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest_main.cc' 2025-03-21T20:18:11.4127408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src' 2025-03-21T20:18:11.4128591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/BUILD.bazel' 2025-03-21T20:18:11.4130029Z 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:11.4131575Z 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:11.4133103Z 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:11.4134669Z 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:11.4136078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-color-test.py' 2025-03-21T20:18:11.4137452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-color-test_.cc' 2025-03-21T20:18:11.4138862Z 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:11.4140294Z 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:11.4141704Z 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:11.4143097Z 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:11.4144533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-failfast-unittest.py' 2025-03-21T20:18:11.4145987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-failfast-unittest_.cc' 2025-03-21T20:18:11.4147411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-filepath-test.cc' 2025-03-21T20:18:11.4148885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-filter-unittest.py' 2025-03-21T20:18:11.4150320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-filter-unittest_.cc' 2025-03-21T20:18:11.4151818Z 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:11.4153377Z 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:11.4154870Z 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:11.4156330Z 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:11.4157785Z 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:11.4159241Z 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:11.4160657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-listener-test.cc' 2025-03-21T20:18:11.4162017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-message-test.cc' 2025-03-21T20:18:11.4163388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-options-test.cc' 2025-03-21T20:18:11.4164822Z 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:11.4166320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-output-test.py' 2025-03-21T20:18:11.4167684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-output-test_.cc' 2025-03-21T20:18:11.4169156Z 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:11.4170795Z 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:11.4172382Z 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:11.4173961Z 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:11.4175443Z 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:11.4176844Z 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:11.4178251Z 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:11.4179923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-port-test.cc' 2025-03-21T20:18:11.4181335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-printers-test.cc' 2025-03-21T20:18:11.4182762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-setuptestsuite-test.py' 2025-03-21T20:18:11.4184227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-setuptestsuite-test_.cc' 2025-03-21T20:18:11.4185645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-shuffle-test.py' 2025-03-21T20:18:11.4187071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-shuffle-test_.cc' 2025-03-21T20:18:11.4188454Z 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:11.4189900Z 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:11.4191394Z 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:11.4192878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-uninitialized-test.py' 2025-03-21T20:18:11.4194335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-uninitialized-test_.cc' 2025-03-21T20:18:11.4195747Z 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:11.4197105Z 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:11.4198523Z 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:11.4199865Z 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:11.4201161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_all_test.cc' 2025-03-21T20:18:11.4202512Z 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:11.4203898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_environment_test.cc' 2025-03-21T20:18:11.4205216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_help_test.py' 2025-03-21T20:18:11.4206510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_help_test_.cc' 2025-03-21T20:18:11.4207818Z 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:11.4209175Z 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:11.4210672Z 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:11.4212039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_main_unittest.cc' 2025-03-21T20:18:11.4213375Z 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:11.4214743Z 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:11.4216132Z 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:11.4217487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_prod_test.cc' 2025-03-21T20:18:11.4218786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_repeat_test.cc' 2025-03-21T20:18:11.4220156Z 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:11.4221645Z 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:11.4222327Z 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:11.4222921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_skip_test.cc' 2025-03-21T20:18:11.4223531Z 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:11.4224136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_stress_test.cc' 2025-03-21T20:18:11.4224873Z 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:11.4225485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_test_utils.py' 2025-03-21T20:18:11.4226113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_testbridge_test.py' 2025-03-21T20:18:11.4226728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_testbridge_test_.cc' 2025-03-21T20:18:11.4227399Z 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:11.4227968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_unittest.cc' 2025-03-21T20:18:11.4228606Z 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:11.4229223Z 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:11.4229849Z 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:11.4230472Z 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:11.4231144Z 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:11.4231770Z 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:11.4232336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/production.cc' 2025-03-21T20:18:11.4232885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/production.h' 2025-03-21T20:18:11.4233422Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test' 2025-03-21T20:18:11.4233919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest' 2025-03-21T20:18:11.4234397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/library.json' 2025-03-21T20:18:11.4234843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest' 2025-03-21T20:18:11.4235266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gtest_defs.bzl' 2025-03-21T20:18:11.4235700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.git' 2025-03-21T20:18:11.4236273Z 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:11.4236833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/ISSUE_TEMPLATE' 2025-03-21T20:18:11.4237310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/build.sh' 2025-03-21T20:18:11.4237879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/catalyst.yml' 2025-03-21T20:18:11.4238454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/combined.yml' 2025-03-21T20:18:11.4239015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/ios.yml' 2025-03-21T20:18:11.4239543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/macos.yml' 2025-03-21T20:18:11.4240081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/tvos.yml' 2025-03-21T20:18:11.4240630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/visionos.yml' 2025-03-21T20:18:11.4241177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/watchos.yml' 2025-03-21T20:18:11.4241717Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows' 2025-03-21T20:18:11.4242200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github' 2025-03-21T20:18:11.4242669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.gitignore' 2025-03-21T20:18:11.4243118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/LICENSE.md' 2025-03-21T20:18:11.4243568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/README.md' 2025-03-21T20:18:11.4244291Z 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:11.4245159Z 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:11.4245917Z 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:11.4246579Z 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:11.4247208Z 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:11.4247850Z 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:11.4248644Z 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:11.4249486Z 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:11.4250166Z 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:11.4250908Z 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:11.4251595Z 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:11.4252256Z 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:11.4252999Z 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:11.4253641Z 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:11.4254296Z 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:11.4254885Z 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:11.4255499Z 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:11.4256165Z 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:11.4256854Z 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:11.4257490Z 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:11.4258132Z 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:11.4258816Z 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:11.4259471Z 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:11.4260069Z 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:11.4260623Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app' 2025-03-21T20:18:11.4261202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-curl/CMakeLists.txt' 2025-03-21T20:18:11.4261754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-curl' 2025-03-21T20:18:11.4262325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/CMakeLists.txt' 2025-03-21T20:18:11.4262912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/HelloWorld.cpp' 2025-03-21T20:18:11.4263486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/HelloWorld.hpp' 2025-03-21T20:18:11.4264065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/HelloWorldIOS.h' 2025-03-21T20:18:11.4264653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/HelloWorldIOS.mm' 2025-03-21T20:18:11.4265192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/main.cpp' 2025-03-21T20:18:11.4265742Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib' 2025-03-21T20:18:11.4266229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example' 2025-03-21T20:18:11.4266793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/ios.toolchain.cmake' 2025-03-21T20:18:11.4267245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake' 2025-03-21T20:18:11.4267686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/link_python.sh' 2025-03-21T20:18:11.4268105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/link_torch.sh' 2025-03-21T20:18:11.4268546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft/.git' 2025-03-21T20:18:11.4269005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft/LICENSE.md' 2025-03-21T20:18:11.4269465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft/README.md' 2025-03-21T20:18:11.4269952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft/pocketfft_demo.cc' 2025-03-21T20:18:11.4270450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft/pocketfft_hdronly.h' 2025-03-21T20:18:11.4270905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft' 2025-03-21T20:18:11.4271379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prebuilt_python_defs.bzl' 2025-03-21T20:18:11.4271809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/.git' 2025-03-21T20:18:11.4272313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/.buckconfig' 2025-03-21T20:18:11.4272767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/.gitignore' 2025-03-21T20:18:11.4273186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/BUCK' 2025-03-21T20:18:11.4273655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/CHANGELOG.md' 2025-03-21T20:18:11.4274135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/CODE_OF_CONDUCT.md' 2025-03-21T20:18:11.4274622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/CONTRIBUTING.md' 2025-03-21T20:18:11.4275090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/LICENSE-APACHE' 2025-03-21T20:18:11.4275540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/LICENSE-MIT' 2025-03-21T20:18:11.4275990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/README.md' 2025-03-21T20:18:11.4276437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/abi/BUCK.v2' 2025-03-21T20:18:11.4276959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/abi/constraints/BUCK.v2' 2025-03-21T20:18:11.4277475Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/abi/constraints' 2025-03-21T20:18:11.4277944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/abi' 2025-03-21T20:18:11.4278384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/alias.bzl' 2025-03-21T20:18:11.4278907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/aapt2_link.bzl' 2025-03-21T20:18:11.4279669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android.bzl' 2025-03-21T20:18:11.4280201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_aar.bzl' 2025-03-21T20:18:11.4280713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_apk.bzl' 2025-03-21T20:18:11.4281240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_binary.bzl' 2025-03-21T20:18:11.4281890Z 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:11.4282500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_binary_resources_rules.bzl' 2025-03-21T20:18:11.4283072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_build_config.bzl' 2025-03-21T20:18:11.4283596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_bundle.bzl' 2025-03-21T20:18:11.4284202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_instrumentation_apk.bzl' 2025-03-21T20:18:11.4284795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_instrumentation_test.bzl' 2025-03-21T20:18:11.4285332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_library.bzl' 2025-03-21T20:18:11.4285938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_manifest.bzl' 2025-03-21T20:18:11.4286504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_prebuilt_aar.bzl' 2025-03-21T20:18:11.4287041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_providers.bzl' 2025-03-21T20:18:11.4287582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_resource.bzl' 2025-03-21T20:18:11.4288114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_toolchain.bzl' 2025-03-21T20:18:11.4288629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/apk_genrule.bzl' 2025-03-21T20:18:11.4289190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/build_only_native_code.bzl' 2025-03-21T20:18:11.4289781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/bundletool_util.bzl' 2025-03-21T20:18:11.4290328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/configuration.bzl' 2025-03-21T20:18:11.4290857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/constraints/BUCK.v2' 2025-03-21T20:18:11.4291400Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/constraints' 2025-03-21T20:18:11.4291906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/cpu_filters.bzl' 2025-03-21T20:18:11.4292413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/dex_rules.bzl' 2025-03-21T20:18:11.4292916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/exopackage.bzl' 2025-03-21T20:18:11.4293488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/gen_aidl.bzl' 2025-03-21T20:18:11.4294014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/min_sdk_version.bzl' 2025-03-21T20:18:11.4294594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/prebuilt_native_library.bzl' 2025-03-21T20:18:11.4295166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/preprocess_java_classes.bzl' 2025-03-21T20:18:11.4295678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/proguard.bzl' 2025-03-21T20:18:11.4296180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/r_dot_java.bzl' 2025-03-21T20:18:11.4296720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/robolectric_test.bzl' 2025-03-21T20:18:11.4297228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/BUCK.v2' 2025-03-21T20:18:11.4297988Z 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:11.4298639Z 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:11.4299239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/com/facebook' 2025-03-21T20:18:11.4299799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/com' 2025-03-21T20:18:11.4300427Z 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:11.4300963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/filter_dex.py' 2025-03-21T20:18:11.4301547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/filter_extra_resources.py' 2025-03-21T20:18:11.4302207Z 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:11.4302754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/merge_sequence.py' 2025-03-21T20:18:11.4303390Z 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:11.4303918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/unpack_aar.py' 2025-03-21T20:18:11.4304432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools' 2025-03-21T20:18:11.4304988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/user/android_emulators.bzl' 2025-03-21T20:18:11.4305485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/user' 2025-03-21T20:18:11.4305977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/util.bzl' 2025-03-21T20:18:11.4306465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/voltron.bzl' 2025-03-21T20:18:11.4307006Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android' 2025-03-21T20:18:11.4307546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_asset_catalog.bzl' 2025-03-21T20:18:11.4308194Z 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:11.4308763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_asset_catalog_types.bzl' 2025-03-21T20:18:11.4309277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_binary.bzl' 2025-03-21T20:18:11.4309779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle.bzl' 2025-03-21T20:18:11.4310325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_attrs.bzl' 2025-03-21T20:18:11.4310855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_config.bzl' 2025-03-21T20:18:11.4311426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_destination.bzl' 2025-03-21T20:18:11.4311951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_part.bzl' 2025-03-21T20:18:11.4312501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_resources.bzl' 2025-03-21T20:18:11.4313099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_types.bzl' 2025-03-21T20:18:11.4313639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_utility.bzl' 2025-03-21T20:18:11.4314209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_code_signing_types.bzl' 2025-03-21T20:18:11.4314708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_common.bzl' 2025-03-21T20:18:11.4315235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_core_data.bzl' 2025-03-21T20:18:11.4315777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_core_data_types.bzl' 2025-03-21T20:18:11.4316282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_dsym.bzl' 2025-03-21T20:18:11.4316808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_dsym_config.bzl' 2025-03-21T20:18:11.4317355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_entitlements.bzl' 2025-03-21T20:18:11.4317890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_error_handler.bzl' 2025-03-21T20:18:11.4318460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_error_handler_types.bzl' 2025-03-21T20:18:11.4319018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_finalize_codesign.bzl' 2025-03-21T20:18:11.4319578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_framework_versions.bzl' 2025-03-21T20:18:11.4320117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_frameworks.bzl' 2025-03-21T20:18:11.4320697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_info_plist.bzl' 2025-03-21T20:18:11.4321342Z 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:11.4321851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_library.bzl' 2025-03-21T20:18:11.4322400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_library_types.bzl' 2025-03-21T20:18:11.4322923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_macro_layer.bzl' 2025-03-21T20:18:11.4323483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_modular_utility.bzl' 2025-03-21T20:18:11.4323989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_native.bzl' 2025-03-21T20:18:11.4324506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_package.bzl' 2025-03-21T20:18:11.4325044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_package_config.bzl' 2025-03-21T20:18:11.4325578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_platforms.bzl' 2025-03-21T20:18:11.4326135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_resource.bzl' 2025-03-21T20:18:11.4326703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_resource_bundle.bzl' 2025-03-21T20:18:11.4327291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_resource_dedupe_alias.bzl' 2025-03-21T20:18:11.4327835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_resource_types.bzl' 2025-03-21T20:18:11.4328398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_resource_utility.bzl' 2025-03-21T20:18:11.4328918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_rules_impl.bzl' 2025-03-21T20:18:11.4329554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_rules_impl_utility.bzl' 2025-03-21T20:18:11.4330042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_sdk.bzl' 2025-03-21T20:18:11.4330588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_sdk_metadata.bzl' 2025-03-21T20:18:11.4331132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_static_archive.bzl' 2025-03-21T20:18:11.4331662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_stripping.bzl' 2025-03-21T20:18:11.4332191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_swift_stdlib.bzl' 2025-03-21T20:18:11.4332759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_target_sdk_version.bzl' 2025-03-21T20:18:11.4333253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_test.bzl' 2025-03-21T20:18:11.4333891Z 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:11.4334434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_toolchain.bzl' 2025-03-21T20:18:11.4334976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_toolchain_types.bzl' 2025-03-21T20:18:11.4335552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_universal_binaries.bzl' 2025-03-21T20:18:11.4336124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_universal_executable.bzl' 2025-03-21T20:18:11.4336645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_utility.bzl' 2025-03-21T20:18:11.4337244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_xctest_frameworks_utility.bzl' 2025-03-21T20:18:11.4337770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_xcuitest.bzl' 2025-03-21T20:18:11.4338326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/cxx_universal_executable.bzl' 2025-03-21T20:18:11.4338806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/debug.bzl' 2025-03-21T20:18:11.4339383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/mockingbird/mockingbird_mock.bzl' 2025-03-21T20:18:11.4340005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/mockingbird/mockingbird_types.bzl' 2025-03-21T20:18:11.4340557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/mockingbird' 2025-03-21T20:18:11.4341060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/modulemap.bzl' 2025-03-21T20:18:11.4341621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/prebuilt_apple_framework.bzl' 2025-03-21T20:18:11.4342135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/resource_groups.bzl' 2025-03-21T20:18:11.4342665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/scene_kit_assets.bzl' 2025-03-21T20:18:11.4343216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/scene_kit_assets_types.bzl' 2025-03-21T20:18:11.4343807Z 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:11.4344404Z 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:11.4344991Z 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:11.4345544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_compilation.bzl' 2025-03-21T20:18:11.4346134Z 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:11.4346732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_incremental_support.bzl' 2025-03-21T20:18:11.4347289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_module_map.bzl' 2025-03-21T20:18:11.4347919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_pcm_compilation.bzl' 2025-03-21T20:18:11.4348537Z 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:11.4349069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_runtime.bzl' 2025-03-21T20:18:11.4349675Z 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:11.4350316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_swiftinterface_compilation.bzl' 2025-03-21T20:18:11.4350863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_toolchain.bzl' 2025-03-21T20:18:11.4351479Z 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:11.4352054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_toolchain_types.bzl' 2025-03-21T20:18:11.4352591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_types.bzl' 2025-03-21T20:18:11.4353082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift' 2025-03-21T20:18:11.4353630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/BUCK.v2' 2025-03-21T20:18:11.4354162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/BUCK.v2' 2025-03-21T20:18:11.4354770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/action_metadata.py' 2025-03-21T20:18:11.4355382Z 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:11.4355982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/assemble_bundle.py' 2025-03-21T20:18:11.4356602Z 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:11.4357219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/incremental_state.py' 2025-03-21T20:18:11.4357847Z 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:11.4358456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/incremental_utils.py' 2025-03-21T20:18:11.4359083Z 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:11.4359611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/main.py' 2025-03-21T20:18:11.4360204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/swift_support.py' 2025-03-21T20:18:11.4360947Z 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:11.4361762Z 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:11.4362412Z 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:11.4363129Z 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:11.4363837Z 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:11.4364458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/test_resources' 2025-03-21T20:18:11.4364991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling' 2025-03-21T20:18:11.4365551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/BUCK.v2' 2025-03-21T20:18:11.4366111Z 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:11.4366706Z 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:11.4367305Z 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:11.4367982Z 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:11.4368634Z 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:11.4369359Z 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:11.4369942Z 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:11.4370524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/identity.py' 2025-03-21T20:18:11.4371121Z 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:11.4371748Z 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:11.4372415Z 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:11.4373072Z 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:11.4373635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/main.py' 2025-03-21T20:18:11.4374326Z 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:11.4375054Z 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:11.4375704Z 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:11.4376401Z 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:11.4377092Z 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:11.4377784Z 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:11.4378484Z 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:11.4379177Z 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:11.4380060Z 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:11.4380807Z 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:11.4381491Z 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:11.4382317Z 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:11.4383056Z 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:11.4383701Z 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:11.4384255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing' 2025-03-21T20:18:11.4384745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/defs.bzl' 2025-03-21T20:18:11.4385309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/dry_codesign_tool.py' 2025-03-21T20:18:11.4385870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/framework_sanitizer.py' 2025-03-21T20:18:11.4386403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/index/BUCK.v2' 2025-03-21T20:18:11.4386987Z 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:11.4387607Z 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:11.4388126Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/index' 2025-03-21T20:18:11.4388726Z 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:11.4389319Z 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:11.4389997Z 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:11.4390687Z 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:11.4391310Z 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:11.4391940Z 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:11.4392553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/info_plist_processor' 2025-03-21T20:18:11.4393101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/ipa_package_maker.py' 2025-03-21T20:18:11.4393639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/make_modulemap.py' 2025-03-21T20:18:11.4394201Z 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:11.4394767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/make_swift_interface.py' 2025-03-21T20:18:11.4395319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/make_vfsoverlay.py' 2025-03-21T20:18:11.4395876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/plistlib_utils.py' 2025-03-21T20:18:11.4396499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/re_compatibility_utils/BUCK' 2025-03-21T20:18:11.4397126Z 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:11.4397740Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/re_compatibility_utils' 2025-03-21T20:18:11.4398301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/BUCK.v2' 2025-03-21T20:18:11.4398908Z 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:11.4399462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/ios.py' 2025-03-21T20:18:11.4400034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/main.py' 2025-03-21T20:18:11.4400651Z 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:11.4401243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/timeouts.py' 2025-03-21T20:18:11.4401809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/utils.py' 2025-03-21T20:18:11.4402384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker' 2025-03-21T20:18:11.4402969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/BUCK.v2' 2025-03-21T20:18:11.4403561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/macho.py' 2025-03-21T20:18:11.4404250Z 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:11.4404833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/main.py' 2025-03-21T20:18:11.4405453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/scrubber.py' 2025-03-21T20:18:11.4406088Z 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:11.4406690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/spec.py' 2025-03-21T20:18:11.4407305Z 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:11.4407999Z 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:11.4408711Z 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:11.4409505Z 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:11.4410285Z 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:11.4410985Z 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:11.4411595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/utils.py' 2025-03-21T20:18:11.4412195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging' 2025-03-21T20:18:11.4412841Z 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:11.4413382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/spm_packager.py' 2025-03-21T20:18:11.4413954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/static_archive_linker.py' 2025-03-21T20:18:11.4414469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/swift_exec.py' 2025-03-21T20:18:11.4415036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/xcframework_maker.py' 2025-03-21T20:18:11.4415527Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools' 2025-03-21T20:18:11.4416091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_ipa_package.bzl' 2025-03-21T20:18:11.4416648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_macos_bundle.bzl' 2025-03-21T20:18:11.4417231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_resource_bundle.bzl' 2025-03-21T20:18:11.4417828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_resource_transition.bzl' 2025-03-21T20:18:11.4418511Z 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:11.4419103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_selective_debugging.bzl' 2025-03-21T20:18:11.4419664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_simulators.bzl' 2025-03-21T20:18:11.4420217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_spm_package.bzl' 2025-03-21T20:18:11.4420818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_toolchain_override.bzl' 2025-03-21T20:18:11.4421344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_tools.bzl' 2025-03-21T20:18:11.4421923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_watchos_bundle.bzl' 2025-03-21T20:18:11.4422479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_xcframework.bzl' 2025-03-21T20:18:11.4423045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/cpu_split_transition.bzl' 2025-03-21T20:18:11.4423651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/enable_testing_transition.bzl' 2025-03-21T20:18:11.4424243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/macos_transition.bzl' 2025-03-21T20:18:11.4424811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/resource_group_map.bzl' 2025-03-21T20:18:11.4425422Z 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:11.4425983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/watch_transition.bzl' 2025-03-21T20:18:11.4426470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user' 2025-03-21T20:18:11.4427056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/validation/debug_artifacts.bzl' 2025-03-21T20:18:11.4427571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/validation' 2025-03-21T20:18:11.4428063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/versions.bzl' 2025-03-21T20:18:11.4428533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/xcode.bzl' 2025-03-21T20:18:11.4429087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/xctest_swift_support.bzl' 2025-03-21T20:18:11.4429550Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple' 2025-03-21T20:18:11.4430024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/artifact_tset.bzl' 2025-03-21T20:18:11.4430500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/artifacts.bzl' 2025-03-21T20:18:11.4430948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/asserts.bzl' 2025-03-21T20:18:11.4431461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/attributes.bzl' 2025-03-21T20:18:11.4431978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/attrs_validators.bzl' 2025-03-21T20:18:11.4432449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/build_mode.bzl' 2025-03-21T20:18:11.4432907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cache_mode.bzl' 2025-03-21T20:18:11.4433412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/alias.bzl' 2025-03-21T20:18:11.4433921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/asserts.bzl' 2025-03-21T20:18:11.4434481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/cfg_constructor.bzl' 2025-03-21T20:18:11.4434985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/common.bzl' 2025-03-21T20:18:11.4435580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/conditional_modifier.bzl' 2025-03-21T20:18:11.4436074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/name.bzl' 2025-03-21T20:18:11.4436631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/set_cfg_modifiers.bzl' 2025-03-21T20:18:11.4437172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/types.bzl' 2025-03-21T20:18:11.4437688Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier' 2025-03-21T20:18:11.4438153Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg' 2025-03-21T20:18:11.4438625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/command_alias.bzl' 2025-03-21T20:18:11.4439144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/configurations/rules.bzl' 2025-03-21T20:18:11.4439649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/configurations/util.bzl' 2025-03-21T20:18:11.4440169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/configurations' 2025-03-21T20:18:11.4440617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cpu/BUCK.v2' 2025-03-21T20:18:11.4441131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cpu/constraints/BUCK.v2' 2025-03-21T20:18:11.4441643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cpu/constraints' 2025-03-21T20:18:11.4442089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cpu' 2025-03-21T20:18:11.4442577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/csharp/csharp.bzl' 2025-03-21T20:18:11.4443105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/csharp/csharp_providers.bzl' 2025-03-21T20:18:11.4443607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/csharp/toolchain.bzl' 2025-03-21T20:18:11.4444071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/csharp' 2025-03-21T20:18:11.4444604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/anon_link.bzl' 2025-03-21T20:18:11.4445068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/archive.bzl' 2025-03-21T20:18:11.4445555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/argsfiles.bzl' 2025-03-21T20:18:11.4446050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/attr_selection.bzl' 2025-03-21T20:18:11.4446525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/bitcode.bzl' 2025-03-21T20:18:11.4446990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/comp_db.bzl' 2025-03-21T20:18:11.4447563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/compilation_database_labels.bzl' 2025-03-21T20:18:11.4448031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/compile.bzl' 2025-03-21T20:18:11.4448498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/compiler.bzl' 2025-03-21T20:18:11.4448951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx.bzl' 2025-03-21T20:18:11.4449479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_bolt.bzl' 2025-03-21T20:18:11.4450008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_context.bzl' 2025-03-21T20:18:11.4450532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_executable.bzl' 2025-03-21T20:18:11.4451076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_instrumentation.bzl' 2025-03-21T20:18:11.4451560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_library.bzl' 2025-03-21T20:18:11.4452092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_library_utility.bzl' 2025-03-21T20:18:11.4452597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_link_utility.bzl' 2025-03-21T20:18:11.4453092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_sources.bzl' 2025-03-21T20:18:11.4453589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_toolchain.bzl' 2025-03-21T20:18:11.4454138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_toolchain_macro_layer.bzl' 2025-03-21T20:18:11.4454676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_toolchain_types.bzl' 2025-03-21T20:18:11.4455153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_types.bzl' 2025-03-21T20:18:11.4455652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_utility.bzl' 2025-03-21T20:18:11.4456112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/debug.bzl' 2025-03-21T20:18:11.4456614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/diagnostics.bzl' 2025-03-21T20:18:11.4457113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/README.md' 2025-03-21T20:18:11.4457700Z 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:11.4458236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/dist_lto.bzl' 2025-03-21T20:18:11.4458746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools.bzl' 2025-03-21T20:18:11.4459264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/BUCK.v2' 2025-03-21T20:18:11.4459808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/__init__.py' 2025-03-21T20:18:11.4460373Z 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:11.4460964Z 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:11.4461549Z 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:11.4462154Z 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:11.4462762Z 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:11.4463366Z 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:11.4464075Z 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:11.4464631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/tests' 2025-03-21T20:18:11.4465164Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools' 2025-03-21T20:18:11.4465662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto' 2025-03-21T20:18:11.4466125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dwp.bzl' 2025-03-21T20:18:11.4466578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/gcno.bzl' 2025-03-21T20:18:11.4467059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/groups.bzl' 2025-03-21T20:18:11.4467549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/groups_types.bzl' 2025-03-21T20:18:11.4468039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/headers.bzl' 2025-03-21T20:18:11.4468523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/index_store.bzl' 2025-03-21T20:18:11.4468974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/link.bzl' 2025-03-21T20:18:11.4469473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/link_groups.bzl' 2025-03-21T20:18:11.4469989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/link_groups_types.bzl' 2025-03-21T20:18:11.4470486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/link_types.bzl' 2025-03-21T20:18:11.4470977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/linker.bzl' 2025-03-21T20:18:11.4471481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/omnibus.bzl' 2025-03-21T20:18:11.4471955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/platform.bzl' 2025-03-21T20:18:11.4472525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/prebuilt_cxx_library_group.bzl' 2025-03-21T20:18:11.4473017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/preprocessor.bzl' 2025-03-21T20:18:11.4473588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/shared_library_interface.bzl' 2025-03-21T20:18:11.4474057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/symbols.bzl' 2025-03-21T20:18:11.4474581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/target_sdk_version.bzl' 2025-03-21T20:18:11.4475072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/BUCK.v2' 2025-03-21T20:18:11.4475645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/concatenate_diagnostics.py' 2025-03-21T20:18:11.4476140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/defs.bzl' 2025-03-21T20:18:11.4476715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/dep_file_processor.py' 2025-03-21T20:18:11.4477285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/dep_file_utils.py' 2025-03-21T20:18:11.4477807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/hmap_wrapper.py' 2025-03-21T20:18:11.4478349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/linker_wrapper.py' 2025-03-21T20:18:11.4478863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/make_comp_db.py' 2025-03-21T20:18:11.4479612Z 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:11.4480132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/remap_cwd.py' 2025-03-21T20:18:11.4480728Z 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:11.4481309Z 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:11.4481809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/simple_ar.py' 2025-03-21T20:18:11.4482348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/stderr_to_file.py' 2025-03-21T20:18:11.4482831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools' 2025-03-21T20:18:11.4483409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/user/cxx_toolchain_override.bzl' 2025-03-21T20:18:11.4483940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/user/link_group_map.bzl' 2025-03-21T20:18:11.4484496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/user' 2025-03-21T20:18:11.4485036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/windows_resource.bzl' 2025-03-21T20:18:11.4485509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/xcode.bzl' 2025-03-21T20:18:11.4485959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx' 2025-03-21T20:18:11.4486461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/common.bzl' 2025-03-21T20:18:11.4486970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/ensure_dwp.bzl' 2025-03-21T20:18:11.4487465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/fdb.bxl' 2025-03-21T20:18:11.4488009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/inspect_dbg_exec.bzl' 2025-03-21T20:18:11.4488546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/inspect_default.bzl' 2025-03-21T20:18:11.4489081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/inspect_java.bzl' 2025-03-21T20:18:11.4489634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/labels.bzl' 2025-03-21T20:18:11.4490131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/types.bzl' 2025-03-21T20:18:11.4490680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging' 2025-03-21T20:18:11.4491210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/android_common.bzl' 2025-03-21T20:18:11.4491715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/android_rules.bzl' 2025-03-21T20:18:11.4492217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/apple_rules.bzl' 2025-03-21T20:18:11.4492684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/common.bzl' 2025-03-21T20:18:11.4493179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/core_rules.bzl' 2025-03-21T20:18:11.4493664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/cxx_common.bzl' 2025-03-21T20:18:11.4494162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/cxx_rules.bzl' 2025-03-21T20:18:11.4494641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/d_common.bzl' 2025-03-21T20:18:11.4495112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/d_rules.bzl' 2025-03-21T20:18:11.4495619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/dotnet_rules.bzl' 2025-03-21T20:18:11.4496114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/erlang_rules.bzl' 2025-03-21T20:18:11.4496634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/genrule_common.bzl' 2025-03-21T20:18:11.4497115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/git_rules.bzl' 2025-03-21T20:18:11.4497634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/go_common.bzl' 2025-03-21T20:18:11.4498139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/go_rules.bzl' 2025-03-21T20:18:11.4498644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/groovy_rules.bzl' 2025-03-21T20:18:11.4499136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/halide_rules.bzl' 2025-03-21T20:18:11.4499658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/haskell_common.bzl' 2025-03-21T20:18:11.4500159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/haskell_rules.bzl' 2025-03-21T20:18:11.4500645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/java_rules.bzl' 2025-03-21T20:18:11.4501137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/js_rules.bzl' 2025-03-21T20:18:11.4501623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/jvm_common.bzl' 2025-03-21T20:18:11.4502134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/kotlin_rules.bzl' 2025-03-21T20:18:11.4502620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/lua_common.bzl' 2025-03-21T20:18:11.4503113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/lua_rules.bzl' 2025-03-21T20:18:11.4503669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/native_common.bzl' 2025-03-21T20:18:11.4504181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/ocaml_common.bzl' 2025-03-21T20:18:11.4504677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/ocaml_rules.bzl' 2025-03-21T20:18:11.4505188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/python_common.bzl' 2025-03-21T20:18:11.4505680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/python_rules.bzl' 2025-03-21T20:18:11.4506200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/re_test_common.bzl' 2025-03-21T20:18:11.4506702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/remote_common.bzl' 2025-03-21T20:18:11.4507192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/rust_common.bzl' 2025-03-21T20:18:11.4507691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/rust_rules.bzl' 2025-03-21T20:18:11.4508177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/scala_rules.bzl' 2025-03-21T20:18:11.4508679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/shell_rules.bzl' 2025-03-21T20:18:11.4509173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/test_common.bzl' 2025-03-21T20:18:11.4509714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/toolchains_common.bzl' 2025-03-21T20:18:11.4510251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/uncategorized_rules.bzl' 2025-03-21T20:18:11.4510752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls' 2025-03-21T20:18:11.4511256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/dist/dist_info.bzl' 2025-03-21T20:18:11.4511728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/dist' 2025-03-21T20:18:11.4512185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/docs/rules.bzl' 2025-03-21T20:18:11.4512653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/docs' 2025-03-21T20:18:11.4513186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/applications/BUCK.v2' 2025-03-21T20:18:11.4513717Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/applications' 2025-03-21T20:18:11.4514261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/.elp.toml' 2025-03-21T20:18:11.4514811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/BUCK.v2' 2025-03-21T20:18:11.4515504Z 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:11.4516152Z 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:11.4516848Z 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:11.4517445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/include' 2025-03-21T20:18:11.4518119Z 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:11.4518744Z 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:11.4519380Z 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:11.4520016Z 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:11.4520661Z 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:11.4521258Z 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:11.4521933Z 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:11.4522537Z 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:11.4523123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/src' 2025-03-21T20:18:11.4523679Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common' 2025-03-21T20:18:11.4524242Z 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:11.4524907Z 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:11.4525532Z 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:11.4526185Z 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:11.4526832Z 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:11.4527461Z 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:11.4528047Z 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:11.4528630Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/cth_hooks' 2025-03-21T20:18:11.4529206Z 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:11.4529938Z 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:11.4530642Z 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:11.4531310Z 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:11.4531985Z 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:11.4532632Z 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:11.4533260Z 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:11.4533913Z 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:11.4534518Z 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:11.4535102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_binary' 2025-03-21T20:18:11.4535702Z 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:11.4536307Z 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:11.4536922Z 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:11.4537600Z 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:11.4538370Z 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:11.4539143Z 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:11.4539760Z 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:11.4540345Z 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:11.4540920Z 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:11.4541538Z 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:11.4542187Z 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:11.4542835Z 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:11.4543489Z 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:11.4544131Z 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:11.4544822Z 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:11.4545494Z 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:11.4546134Z 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:11.4546745Z 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:11.4547374Z 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:11.4548023Z 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:11.4548639Z 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:11.4549288Z 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:11.4549876Z 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:11.4550549Z 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:11.4551143Z 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:11.4551725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec' 2025-03-21T20:18:11.4552249Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test' 2025-03-21T20:18:11.4552785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/elp.bxl' 2025-03-21T20:18:11.4553265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang.bzl' 2025-03-21T20:18:11.4553820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_application.bzl' 2025-03-21T20:18:11.4554400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_application_includes.bzl' 2025-03-21T20:18:11.4554914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_build.bzl' 2025-03-21T20:18:11.4555463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_dependencies.bzl' 2025-03-21T20:18:11.4555981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_escript.bzl' 2025-03-21T20:18:11.4556491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_info.bzl' 2025-03-21T20:18:11.4556995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_ls.config' 2025-03-21T20:18:11.4557559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_otp_application.bzl' 2025-03-21T20:18:11.4558073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_release.bzl' 2025-03-21T20:18:11.4558635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_shell.bzl' 2025-03-21T20:18:11.4559134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_tests.bzl' 2025-03-21T20:18:11.4559678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_toolchain.bzl' 2025-03-21T20:18:11.4560177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_utils.bzl' 2025-03-21T20:18:11.4560679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell/BUCK.v2' 2025-03-21T20:18:11.4561174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell/shell.bxl' 2025-03-21T20:18:11.4561809Z 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:11.4562389Z 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:11.4562942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell/src/user_default.erl' 2025-03-21T20:18:11.4563464Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell/src' 2025-03-21T20:18:11.4563971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell' 2025-03-21T20:18:11.4564492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/BUCK.v2' 2025-03-21T20:18:11.4565084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/app_src_builder.escript' 2025-03-21T20:18:11.4565718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/boot_script_builder.escript' 2025-03-21T20:18:11.4566385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/dependency_analyzer.escript' 2025-03-21T20:18:11.4567019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/dependency_finalizer.escript' 2025-03-21T20:18:11.4567575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/edoc_cli.escript' 2025-03-21T20:18:11.4568173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/edoc_doclet_chunks.erl' 2025-03-21T20:18:11.4568727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/edoc_report.erl' 2025-03-21T20:18:11.4569346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/epp_dodger.erl' 2025-03-21T20:18:11.4569908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/erlang_ls.config' 2025-03-21T20:18:11.4570485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/erlc_trampoline.sh' 2025-03-21T20:18:11.4571077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/escript_builder.escript' 2025-03-21T20:18:11.4571665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/escript_trampoline.sh' 2025-03-21T20:18:11.4572320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/include_erts.escript' 2025-03-21T20:18:11.4572840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/json.erl' 2025-03-21T20:18:11.4573506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/release_variables_builder.escript' 2025-03-21T20:18:11.4574114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/transform_project_root.erl' 2025-03-21T20:18:11.4574643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain' 2025-03-21T20:18:11.4575117Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang' 2025-03-21T20:18:11.4575595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/export_exe.bzl' 2025-03-21T20:18:11.4576064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/export_file.bzl' 2025-03-21T20:18:11.4576542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/filegroup.bzl' 2025-03-21T20:18:11.4576993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/genrule.bzl' 2025-03-21T20:18:11.4577520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/genrule_local_labels.bzl' 2025-03-21T20:18:11.4578066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/genrule_prefer_local_labels.bzl' 2025-03-21T20:18:11.4578563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/genrule_toolchain.bzl' 2025-03-21T20:18:11.4579061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/git/git_fetch.bzl' 2025-03-21T20:18:11.4579765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/git/tools/BUCK.v2' 2025-03-21T20:18:11.4580338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/git/tools/git_fetch.py' 2025-03-21T20:18:11.4580821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/git/tools' 2025-03-21T20:18:11.4581284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/git' 2025-03-21T20:18:11.4581761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/cgo_builder.bzl' 2025-03-21T20:18:11.4582235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/compile.bzl' 2025-03-21T20:18:11.4582733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/constraints/BUCK.v2' 2025-03-21T20:18:11.4583261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/constraints' 2025-03-21T20:18:11.4583729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/coverage.bzl' 2025-03-21T20:18:11.4584214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_binary.bzl' 2025-03-21T20:18:11.4584736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_exported_library.bzl' 2025-03-21T20:18:11.4585208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_library.bzl' 2025-03-21T20:18:11.4585754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_list.bzl' 2025-03-21T20:18:11.4586225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_stdlib.bzl' 2025-03-21T20:18:11.4586700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_test.bzl' 2025-03-21T20:18:11.4587144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/link.bzl' 2025-03-21T20:18:11.4587656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/package_builder.bzl' 2025-03-21T20:18:11.4588122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/packages.bzl' 2025-03-21T20:18:11.4588665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tags/constraints/BUCK.v2' 2025-03-21T20:18:11.4589196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tags/constraints/defs.bzl' 2025-03-21T20:18:11.4589734Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tags/constraints' 2025-03-21T20:18:11.4590202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tags' 2025-03-21T20:18:11.4590669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/toolchain.bzl' 2025-03-21T20:18:11.4591145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tools/BUCK.v2' 2025-03-21T20:18:11.4591653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tools/cgo_wrapper.py' 2025-03-21T20:18:11.4592219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tools/gen_stdlib_importcfg.py' 2025-03-21T20:18:11.4592718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tools/go_wrapper.py' 2025-03-21T20:18:11.4593261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tools' 2025-03-21T20:18:11.4593764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/transitions/defs.bzl' 2025-03-21T20:18:11.4594320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/transitions/tags_helper.bzl' 2025-03-21T20:18:11.4594825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/transitions' 2025-03-21T20:18:11.4595287Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go' 2025-03-21T20:18:11.4595824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/go_bootstrap.bzl' 2025-03-21T20:18:11.4596357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/BUCK.v2' 2025-03-21T20:18:11.4596885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/README.md' 2025-03-21T20:18:11.4597401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/go.mod' 2025-03-21T20:18:11.4597986Z 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:11.4598571Z 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:11.4599180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/go/testmaingen.go' 2025-03-21T20:18:11.4599720Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/go' 2025-03-21T20:18:11.4600259Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools' 2025-03-21T20:18:11.4600753Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap' 2025-03-21T20:18:11.4601250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/compile.bzl' 2025-03-21T20:18:11.4601735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/haskell.bzl' 2025-03-21T20:18:11.4602257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/haskell_ghci.bzl' 2025-03-21T20:18:11.4602784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/haskell_haddock.bzl' 2025-03-21T20:18:11.4603296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/haskell_ide.bzl' 2025-03-21T20:18:11.4603784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/ide/README.md' 2025-03-21T20:18:11.4604271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/ide/hie.yaml' 2025-03-21T20:18:11.4604766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/ide/ide.bxl' 2025-03-21T20:18:11.4605259Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/ide' 2025-03-21T20:18:11.4605779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/library_info.bzl' 2025-03-21T20:18:11.4606343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/link_info.bzl' 2025-03-21T20:18:11.4606846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/toolchain.bzl' 2025-03-21T20:18:11.4607336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/tools/BUCK.v2' 2025-03-21T20:18:11.4607950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/tools/script_template_processor.py' 2025-03-21T20:18:11.4608452Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/tools' 2025-03-21T20:18:11.4608932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/util.bzl' 2025-03-21T20:18:11.4609462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell' 2025-03-21T20:18:11.4610004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive/exec_deps.bzl' 2025-03-21T20:18:11.4610542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive/http_archive.bzl' 2025-03-21T20:18:11.4611068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive/tools/BUCK.v2' 2025-03-21T20:18:11.4611692Z 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:11.4612271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive/tools' 2025-03-21T20:18:11.4612784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive' 2025-03-21T20:18:11.4613245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_file.bzl' 2025-03-21T20:18:11.4613816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/BUCK' 2025-03-21T20:18:11.4614406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/README.md' 2025-03-21T20:18:11.4615032Z 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:11.4615692Z 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:11.4616322Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/assets' 2025-03-21T20:18:11.4616928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/constants.bxl' 2025-03-21T20:18:11.4617585Z 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:11.4618201Z 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:11.4618853Z 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:11.4619451Z 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:11.4620142Z 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:11.4620766Z 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:11.4621373Z 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:11.4622044Z 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:11.4622652Z 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:11.4623317Z 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:11.4623951Z 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:11.4624547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/main.bxl' 2025-03-21T20:18:11.4625202Z 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:11.4625892Z 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:11.4626519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/msvs' 2025-03-21T20:18:11.4627133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/ppflags.bxl' 2025-03-21T20:18:11.4627718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/utils.bxl' 2025-03-21T20:18:11.4628314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio' 2025-03-21T20:18:11.4628837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/xcode.bzl' 2025-03-21T20:18:11.4629361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations' 2025-03-21T20:18:11.4629813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/is_buck2.bzl' 2025-03-21T20:18:11.4630307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/is_buck2_internal.bzl' 2025-03-21T20:18:11.4630810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/is_full_meta_repo.bzl' 2025-03-21T20:18:11.4631307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/class_to_srcs.bzl' 2025-03-21T20:18:11.4631770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/dex.bzl' 2025-03-21T20:18:11.4632267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/dex_toolchain.bzl' 2025-03-21T20:18:11.4632771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/gwt_binary.bzl' 2025-03-21T20:18:11.4633253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/jar_genrule.bzl' 2025-03-21T20:18:11.4633794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java.bzl' 2025-03-21T20:18:11.4634279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_binary.bzl' 2025-03-21T20:18:11.4634784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_library.bzl' 2025-03-21T20:18:11.4635287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_providers.bzl' 2025-03-21T20:18:11.4635798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_resources.bzl' 2025-03-21T20:18:11.4636280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_test.bzl' 2025-03-21T20:18:11.4636784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_toolchain.bzl' 2025-03-21T20:18:11.4637324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/javacd_jar_creator.bzl' 2025-03-21T20:18:11.4637800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/keystore.bzl' 2025-03-21T20:18:11.4638415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/plugins/java_annotation_processor.bzl' 2025-03-21T20:18:11.4638943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/plugins/java_plugin.bzl' 2025-03-21T20:18:11.4639505Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/plugins' 2025-03-21T20:18:11.4639999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/prebuilt_jar.bzl' 2025-03-21T20:18:11.4640484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/BUCK.v2' 2025-03-21T20:18:11.4641035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/compile_and_package.py' 2025-03-21T20:18:11.4641537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/fat_jar.py' 2025-03-21T20:18:11.4642108Z 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:11.4642661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/list_class_names.py' 2025-03-21T20:18:11.4643250Z 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:11.4643803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/run_postprocessor.py' 2025-03-21T20:18:11.4644294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/utils.py' 2025-03-21T20:18:11.4644779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools' 2025-03-21T20:18:11.4645332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/utils/java_more_utils.bzl' 2025-03-21T20:18:11.4645852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/utils/java_utils.bzl' 2025-03-21T20:18:11.4646352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/utils' 2025-03-21T20:18:11.4646861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java' 2025-03-21T20:18:11.4647312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js.bzl' 2025-03-21T20:18:11.4647788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js_bundle.bzl' 2025-03-21T20:18:11.4648313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js_bundle_genrule.bzl' 2025-03-21T20:18:11.4648790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js_library.bzl' 2025-03-21T20:18:11.4649375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js_providers.bzl' 2025-03-21T20:18:11.4649861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js_utils.bzl' 2025-03-21T20:18:11.4650314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js' 2025-03-21T20:18:11.4650799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia.bzl' 2025-03-21T20:18:11.4651297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia_binary.bzl' 2025-03-21T20:18:11.4651799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia_info.bzl' 2025-03-21T20:18:11.4652336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia_library.bzl' 2025-03-21T20:18:11.4652865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia_test.bzl' 2025-03-21T20:18:11.4653390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia_toolchain.bzl' 2025-03-21T20:18:11.4653887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/tools/BUCK.v2' 2025-03-21T20:18:11.4654430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/tools/parse_julia_cmd.py' 2025-03-21T20:18:11.4654934Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/tools' 2025-03-21T20:18:11.4655394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia' 2025-03-21T20:18:11.4655917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/jvm/cd_jar_creator_util.bzl' 2025-03-21T20:18:11.4656405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/jvm/nullsafe.bzl' 2025-03-21T20:18:11.4656857Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/jvm' 2025-03-21T20:18:11.4657342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlin.bzl' 2025-03-21T20:18:11.4657855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlin_library.bzl' 2025-03-21T20:18:11.4658367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlin_test.bzl' 2025-03-21T20:18:11.4658895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlin_toolchain.bzl' 2025-03-21T20:18:11.4659414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlin_utils.bzl' 2025-03-21T20:18:11.4660010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlincd_jar_creator.bzl' 2025-03-21T20:18:11.4660586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/compile_kotlin/BUCK.v2' 2025-03-21T20:18:11.4661202Z 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:11.4661787Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/compile_kotlin' 2025-03-21T20:18:11.4662280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/defs.bzl' 2025-03-21T20:18:11.4662864Z 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:11.4663633Z 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:11.4664314Z 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:11.4664981Z 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:11.4665594Z 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:11.4666244Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/kapt_base64_encoder' 2025-03-21T20:18:11.4666746Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools' 2025-03-21T20:18:11.4667228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin' 2025-03-21T20:18:11.4667783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/execution_preference.bzl' 2025-03-21T20:18:11.4668303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/link_groups.bzl' 2025-03-21T20:18:11.4668798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/link_info.bzl' 2025-03-21T20:18:11.4669336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/linkable_graph.bzl' 2025-03-21T20:18:11.4669833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/linkables.bzl' 2025-03-21T20:18:11.4670318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/lto.bzl' 2025-03-21T20:18:11.4670851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/shared_libraries.bzl' 2025-03-21T20:18:11.4671381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/stamp_build_info.bzl' 2025-03-21T20:18:11.4671872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/strip.bzl' 2025-03-21T20:18:11.4672351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/types.bzl' 2025-03-21T20:18:11.4672838Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking' 2025-03-21T20:18:11.4673330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/local_only.bzl' 2025-03-21T20:18:11.4673887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/lua/cxx_lua_extension.bzl' 2025-03-21T20:18:11.4674364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/lua/lua_binary.bzl' 2025-03-21T20:18:11.4674861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/lua/lua_library.bzl' 2025-03-21T20:18:11.4675310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/lua' 2025-03-21T20:18:11.4675798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/matlab/matlab.bzl' 2025-03-21T20:18:11.4676297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/matlab/matlab_info.bzl' 2025-03-21T20:18:11.4676816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/matlab/matlab_program.bzl' 2025-03-21T20:18:11.4677356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/matlab/matlab_toolchain.bzl' 2025-03-21T20:18:11.4677823Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/matlab' 2025-03-21T20:18:11.4678276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/native.bzl' 2025-03-21T20:18:11.4678710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/none.bzl' 2025-03-21T20:18:11.4679329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ocaml/attrs.bzl' 2025-03-21T20:18:11.4679981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ocaml/makefile.bzl' 2025-03-21T20:18:11.4680470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ocaml/ocaml.bzl' 2025-03-21T20:18:11.4681013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ocaml/ocaml_toolchain_types.bzl' 2025-03-21T20:18:11.4681491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ocaml' 2025-03-21T20:18:11.4681931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os/BUCK.v2' 2025-03-21T20:18:11.4682443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os/constraints/BUCK.v2' 2025-03-21T20:18:11.4682959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os/constraints' 2025-03-21T20:18:11.4683444Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os' 2025-03-21T20:18:11.4683993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os_lookup/defs.bzl' 2025-03-21T20:18:11.4684528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os_lookup/targets/BUCK.v2' 2025-03-21T20:18:11.4685052Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os_lookup/targets' 2025-03-21T20:18:11.4685579Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os_lookup' 2025-03-21T20:18:11.4686032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/paths.bzl' 2025-03-21T20:18:11.4686521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/BUCK.v2' 2025-03-21T20:18:11.4687135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/arch.bzl' 2025-03-21T20:18:11.4687662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/base.bzl' 2025-03-21T20:18:11.4688200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/build_mode.bzl' 2025-03-21T20:18:11.4688737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/constants.bzl' 2025-03-21T20:18:11.4689347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/platforms.bzl' 2025-03-21T20:18:11.4689907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/platforms_map.bzl' 2025-03-21T20:18:11.4690429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/sdk.bzl' 2025-03-21T20:18:11.4690944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple' 2025-03-21T20:18:11.4691440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/defs.bzl' 2025-03-21T20:18:11.4691921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms' 2025-03-21T20:18:11.4692420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/playground/test.bxl' 2025-03-21T20:18:11.4692975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/playground' 2025-03-21T20:18:11.4693440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/prelude.bzl' 2025-03-21T20:18:11.4693949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/pull_request_template.md' 2025-03-21T20:18:11.4694441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/compile.bzl' 2025-03-21T20:18:11.4694985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/cxx_python_extension.bzl' 2025-03-21T20:18:11.4695478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/interface.bzl' 2025-03-21T20:18:11.4696017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/make_py_package.bzl' 2025-03-21T20:18:11.4696509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/manifest.bzl' 2025-03-21T20:18:11.4697059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/native_python_util.bzl' 2025-03-21T20:18:11.4697582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/needed_coverage.bzl' 2025-03-21T20:18:11.4698149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/prebuilt_python_library.bzl' 2025-03-21T20:18:11.4698623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python.bzl' 2025-03-21T20:18:11.4699145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python_binary.bzl' 2025-03-21T20:18:11.4699662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python_library.bzl' 2025-03-21T20:18:11.4700279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python_needed_coverage_test.bzl' 2025-03-21T20:18:11.4700798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python_test.bzl' 2025-03-21T20:18:11.4701313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python_wheel.bzl' 2025-03-21T20:18:11.4701811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/runtime/BUCK.v2' 2025-03-21T20:18:11.4702377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/runtime/__par__/bootstrap.py' 2025-03-21T20:18:11.4702932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/runtime/__par__' 2025-03-21T20:18:11.4703440Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/runtime' 2025-03-21T20:18:11.4703940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/source_db.bzl' 2025-03-21T20:18:11.4704453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/build.bxl' 2025-03-21T20:18:11.4704991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/classic.bxl' 2025-03-21T20:18:11.4705559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/code_navigation.bxl' 2025-03-21T20:18:11.4706143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/filter.bxl' 2025-03-21T20:18:11.4706642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/ide.bxl' 2025-03-21T20:18:11.4707175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/merge.bxl' 2025-03-21T20:18:11.4707694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/owners.bxl' 2025-03-21T20:18:11.4708221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/query.bxl' 2025-03-21T20:18:11.4708771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/typing_query.bxl' 2025-03-21T20:18:11.4709280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb' 2025-03-21T20:18:11.4709784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/toolchain.bzl' 2025-03-21T20:18:11.4710277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/BUCK.v2' 2025-03-21T20:18:11.4710824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/__test_main__.py' 2025-03-21T20:18:11.4711326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/compile.py' 2025-03-21T20:18:11.4711960Z 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:11.4712497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/embedded_main.cpp' 2025-03-21T20:18:11.4713011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/extract.py' 2025-03-21T20:18:11.4713610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/fail_with_message.py' 2025-03-21T20:18:11.4714244Z 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:11.4714764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_par/BUCK' 2025-03-21T20:18:11.4715367Z 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:11.4716007Z 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:11.4716605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_par/sitecustomize.py' 2025-03-21T20:18:11.4717143Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_par' 2025-03-21T20:18:11.4717729Z 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:11.4718364Z 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:11.4718947Z 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:11.4719615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_source_db.py' 2025-03-21T20:18:11.4720222Z 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:11.4720780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/run_inplace.py.in' 2025-03-21T20:18:11.4721342Z 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:11.4721919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/BUCK.v2' 2025-03-21T20:18:11.4722499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/inputs.py' 2025-03-21T20:18:11.4723128Z 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:11.4723751Z 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:11.4724343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/merge.py' 2025-03-21T20:18:11.4724928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/outputs.py' 2025-03-21T20:18:11.4725556Z 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:11.4726185Z 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:11.4726862Z 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:11.4727496Z 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:11.4728156Z 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:11.4728769Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/tests' 2025-03-21T20:18:11.4729403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger' 2025-03-21T20:18:11.4730010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/static_extension_finder.py' 2025-03-21T20:18:11.4730598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/static_extension_utils.cpp' 2025-03-21T20:18:11.4731109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/wheel.py' 2025-03-21T20:18:11.4731604Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools' 2025-03-21T20:18:11.4732137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/typecheck/batch.bxl' 2025-03-21T20:18:11.4732689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/typecheck/batch_files.bxl' 2025-03-21T20:18:11.4733225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/typecheck' 2025-03-21T20:18:11.4733774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/typing.bzl' 2025-03-21T20:18:11.4734259Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python' 2025-03-21T20:18:11.4734840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python_bootstrap/python_bootstrap.bzl' 2025-03-21T20:18:11.4735380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python_bootstrap/tools/BUCK.v2' 2025-03-21T20:18:11.4736015Z 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:11.4736556Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python_bootstrap/tools' 2025-03-21T20:18:11.4737088Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python_bootstrap' 2025-03-21T20:18:11.4737556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/remote_file.bzl' 2025-03-21T20:18:11.4738033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/resources.bzl' 2025-03-21T20:18:11.4738470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rules.bzl' 2025-03-21T20:18:11.4738949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rules_impl.bzl' 2025-03-21T20:18:11.4739414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/runtime/BUCK.v2' 2025-03-21T20:18:11.4739899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/runtime' 2025-03-21T20:18:11.4740362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/build.bzl' 2025-03-21T20:18:11.4740911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/build_params.bzl' 2025-03-21T20:18:11.4741461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/cargo_buildscript.bzl' 2025-03-21T20:18:11.4741960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/cargo_package.bzl' 2025-03-21T20:18:11.4742519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/clippy_configuration.bzl' 2025-03-21T20:18:11.4742998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/context.bzl' 2025-03-21T20:18:11.4743488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/extern.bzl' 2025-03-21T20:18:11.4743990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/failure_filter.bzl' 2025-03-21T20:18:11.4744488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/link_info.bzl' 2025-03-21T20:18:11.4744999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/linkable_symbol.bzl' 2025-03-21T20:18:11.4745493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/named_deps.bzl' 2025-03-21T20:18:11.4745970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/outputs.bzl' 2025-03-21T20:18:11.4746534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/proc_macro_alias.bzl' 2025-03-21T20:18:11.4747043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/resources.bzl' 2025-03-21T20:18:11.4747584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust-analyzer/check.bxl' 2025-03-21T20:18:11.4748144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust-analyzer/provider.bzl' 2025-03-21T20:18:11.4748718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust-analyzer/resolve_deps.bxl' 2025-03-21T20:18:11.4749265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust-analyzer' 2025-03-21T20:18:11.4749766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust_binary.bzl' 2025-03-21T20:18:11.4750278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust_common.bzl' 2025-03-21T20:18:11.4750774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust_library.bzl' 2025-03-21T20:18:11.4751296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust_toolchain.bzl' 2025-03-21T20:18:11.4751769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/targets.bzl' 2025-03-21T20:18:11.4752262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/BUCK.v2' 2025-03-21T20:18:11.4752759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/attrs.bzl' 2025-03-21T20:18:11.4753308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/buildscript_run.py' 2025-03-21T20:18:11.4753873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/deferred_link_action.py' 2025-03-21T20:18:11.4754492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/extract_link_action.py' 2025-03-21T20:18:11.4755066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/failure_filter_action.py' 2025-03-21T20:18:11.4755602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/linkable_symbol.rs' 2025-03-21T20:18:11.4756142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/rustc_action.py' 2025-03-21T20:18:11.4756682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/rustdoc_coverage.py' 2025-03-21T20:18:11.4757296Z 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:11.4757815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/tool_rules.bzl' 2025-03-21T20:18:11.4758451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/transitive_dependency_symlinks.py' 2025-03-21T20:18:11.4758940Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools' 2025-03-21T20:18:11.4759464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/with_workspace.bzl' 2025-03-21T20:18:11.4759956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust' 2025-03-21T20:18:11.4760526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/sabaton/sabaton_toolchain.bzl' 2025-03-21T20:18:11.4761002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/sabaton' 2025-03-21T20:18:11.4761465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/sh_binary.bzl' 2025-03-21T20:18:11.4761925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/sh_test.bzl' 2025-03-21T20:18:11.4762459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test/inject_test_run_info.bzl' 2025-03-21T20:18:11.4762949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test/tools/BUCK.v2' 2025-03-21T20:18:11.4763482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test/tools/inject_test_env.py' 2025-03-21T20:18:11.4763976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test/tools' 2025-03-21T20:18:11.4764441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test' 2025-03-21T20:18:11.4764910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test_suite.bzl' 2025-03-21T20:18:11.4765397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tests/re_utils.bzl' 2025-03-21T20:18:11.4766014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tests/remote_test_execution_toolchain.bzl' 2025-03-21T20:18:11.4766530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tests/test_toolchain.bzl' 2025-03-21T20:18:11.4767012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tests' 2025-03-21T20:18:11.4767542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/build.bzl' 2025-03-21T20:18:11.4768118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/hmaptool/BUCK.v2' 2025-03-21T20:18:11.4768689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/hmaptool/METADATA.bzl' 2025-03-21T20:18:11.4769288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/hmaptool/README.md' 2025-03-21T20:18:11.4769844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/hmaptool/hmaptool' 2025-03-21T20:18:11.4770388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/hmaptool' 2025-03-21T20:18:11.4770932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/pkgconfig.bzl' 2025-03-21T20:18:11.4771454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/providers.bzl' 2025-03-21T20:18:11.4771984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/tools/BUCK.v2' 2025-03-21T20:18:11.4772544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/tools/create_build.py' 2025-03-21T20:18:11.4773078Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/tools' 2025-03-21T20:18:11.4773609Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party' 2025-03-21T20:18:11.4774288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/.gitignore' 2025-03-21T20:18:11.4774915Z 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:11.4775545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/Makefile' 2025-03-21T20:18:11.4776177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/README' 2025-03-21T20:18:11.4776811Z 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:11.4777528Z 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:11.4778247Z 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:11.4778963Z 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:11.4779838Z 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:11.4780565Z 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:11.4781221Z 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:11.4782089Z 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:11.4782787Z 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:11.4783494Z 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:11.4784123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker' 2025-03-21T20:18:11.4784658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple' 2025-03-21T20:18:11.4785155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/BUCK' 2025-03-21T20:18:11.4785749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/buckler/conanfile.py' 2025-03-21T20:18:11.4786301Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/buckler' 2025-03-21T20:18:11.4786866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_common.py' 2025-03-21T20:18:11.4787428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_generate.py' 2025-03-21T20:18:11.4788003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_init.py' 2025-03-21T20:18:11.4788589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_lock.py' 2025-03-21T20:18:11.4789150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_package.py' 2025-03-21T20:18:11.4789759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_package_extract.py' 2025-03-21T20:18:11.4790308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_update.py' 2025-03-21T20:18:11.4790835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/defs.bzl' 2025-03-21T20:18:11.4791383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/lock_generate.py' 2025-03-21T20:18:11.4791909Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan' 2025-03-21T20:18:11.4792406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/csharp.bzl' 2025-03-21T20:18:11.4792901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx.bzl' 2025-03-21T20:18:11.4793418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/clang/BUCK' 2025-03-21T20:18:11.4793966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/clang/tools.bzl' 2025-03-21T20:18:11.4794499Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/clang' 2025-03-21T20:18:11.4795022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/zig/defs.bzl' 2025-03-21T20:18:11.4795606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/zig/releases.bzl' 2025-03-21T20:18:11.4796152Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/zig' 2025-03-21T20:18:11.4796672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx' 2025-03-21T20:18:11.4797155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/demo.bzl' 2025-03-21T20:18:11.4797702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/execution_host.bzl' 2025-03-21T20:18:11.4798207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/genrule.bzl' 2025-03-21T20:18:11.4798697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/go.bzl' 2025-03-21T20:18:11.4799205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/haskell.bzl' 2025-03-21T20:18:11.4799721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/msvc/BUCK.v2' 2025-03-21T20:18:11.4800271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/msvc/run_msvc_tool.py' 2025-03-21T20:18:11.4800799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/msvc/tools.bzl' 2025-03-21T20:18:11.4801346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/msvc/vswhere.py' 2025-03-21T20:18:11.4801880Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/msvc' 2025-03-21T20:18:11.4802382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/ocaml.bzl' 2025-03-21T20:18:11.4802877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/python.bzl' 2025-03-21T20:18:11.4803458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/remote_test_execution.bzl' 2025-03-21T20:18:11.4803941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/rust.bzl' 2025-03-21T20:18:11.4804441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains' 2025-03-21T20:18:11.4805005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tools/audit_providers_universe.bxl' 2025-03-21T20:18:11.4805487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tools' 2025-03-21T20:18:11.4806056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/transitions/constraint_overrides.bzl' 2025-03-21T20:18:11.4806565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/transitions/utils.bzl' 2025-03-21T20:18:11.4807054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/transitions' 2025-03-21T20:18:11.4807549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/unix/providers.bzl' 2025-03-21T20:18:11.4808008Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/unix' 2025-03-21T20:18:11.4808456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user/all.bzl' 2025-03-21T20:18:11.4809046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user/cxx_headers_bundle.bzl' 2025-03-21T20:18:11.4809615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user/extract_archive.bzl' 2025-03-21T20:18:11.4810114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user/rule_spec.bzl' 2025-03-21T20:18:11.4810596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user/write_file.bzl' 2025-03-21T20:18:11.4811067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user' 2025-03-21T20:18:11.4811543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/argfile.bzl' 2025-03-21T20:18:11.4812034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/arglike.bzl' 2025-03-21T20:18:11.4812524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/buckconfig.bzl' 2025-03-21T20:18:11.4813081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/build_target_pattern.bzl' 2025-03-21T20:18:11.4813593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/clear_platform.bzl' 2025-03-21T20:18:11.4814092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/cmd_script.bzl' 2025-03-21T20:18:11.4814618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/dicts.bzl' 2025-03-21T20:18:11.4815125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/directory_fold.bzl' 2025-03-21T20:18:11.4815612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/expect.bzl' 2025-03-21T20:18:11.4816101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/graph_utils.bzl' 2025-03-21T20:18:11.4816575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/host.bzl' 2025-03-21T20:18:11.4817034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/lazy.bzl' 2025-03-21T20:18:11.4817505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/pick.bzl' 2025-03-21T20:18:11.4818052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/platform_flavors_util.bzl' 2025-03-21T20:18:11.4818537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/selects.bzl' 2025-03-21T20:18:11.4818995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/set.bzl' 2025-03-21T20:18:11.4819511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/source_listing.bzl' 2025-03-21T20:18:11.4820044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/source_listing_impl.bzl' 2025-03-21T20:18:11.4820518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/strings.bzl' 2025-03-21T20:18:11.4821014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/type_defs.bzl' 2025-03-21T20:18:11.4821481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/utils.bzl' 2025-03-21T20:18:11.4822024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils' 2025-03-21T20:18:11.4822591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/validation/audit_results.bxl' 2025-03-21T20:18:11.4823101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/validation' 2025-03-21T20:18:11.4823589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/validation_deps.bzl' 2025-03-21T20:18:11.4824100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/windows/tools/BUCK.v2' 2025-03-21T20:18:11.4824672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/windows/tools/msvc_hermetic_exec.bat' 2025-03-21T20:18:11.4825189Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/windows/tools' 2025-03-21T20:18:11.4825661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/windows' 2025-03-21T20:18:11.4826143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/worker_tool.bzl' 2025-03-21T20:18:11.4826642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file/tools/BUCK.v2' 2025-03-21T20:18:11.4827158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file/tools/unzip.py' 2025-03-21T20:18:11.4827692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file/tools' 2025-03-21T20:18:11.4828221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file/zip_file.bzl' 2025-03-21T20:18:11.4828770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file/zip_file_toolchain.bzl' 2025-03-21T20:18:11.4829250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file' 2025-03-21T20:18:11.4829693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude' 2025-03-21T20:18:11.4830115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.git' 2025-03-21T20:18:11.4830595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.appveyor.yml' 2025-03-21T20:18:11.4831057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.clang-format' 2025-03-21T20:18:11.4839890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.clang-tidy' 2025-03-21T20:18:11.4840492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.cmake-format.yaml' 2025-03-21T20:18:11.4841028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.codespell-ignore-lines' 2025-03-21T20:18:11.4841500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.gitattributes' 2025-03-21T20:18:11.4841982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/CODEOWNERS' 2025-03-21T20:18:11.4842505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/CONTRIBUTING.md' 2025-03-21T20:18:11.4843088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml' 2025-03-21T20:18:11.4843809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/ISSUE_TEMPLATE/config.yml' 2025-03-21T20:18:11.4844358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/ISSUE_TEMPLATE' 2025-03-21T20:18:11.4844875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/dependabot.yml' 2025-03-21T20:18:11.4845361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/labeler.yml' 2025-03-21T20:18:11.4845898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/labeler_merged.yml' 2025-03-21T20:18:11.4846430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/matchers/pylint.json' 2025-03-21T20:18:11.4846964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/matchers' 2025-03-21T20:18:11.4847517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/pull_request_template.md' 2025-03-21T20:18:11.4848040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/ci.yml' 2025-03-21T20:18:11.4848583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/configure.yml' 2025-03-21T20:18:11.4849170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/emscripten.yaml' 2025-03-21T20:18:11.4849831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/format.yml' 2025-03-21T20:18:11.4850371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/labeler.yml' 2025-03-21T20:18:11.4850908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/pip.yml' 2025-03-21T20:18:11.4851452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/upstream.yml' 2025-03-21T20:18:11.4851987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows' 2025-03-21T20:18:11.4852460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github' 2025-03-21T20:18:11.4852927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.gitignore' 2025-03-21T20:18:11.4853440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.pre-commit-config.yaml' 2025-03-21T20:18:11.4853936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.readthedocs.yml' 2025-03-21T20:18:11.4854404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/CMakeLists.txt' 2025-03-21T20:18:11.4854852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/LICENSE' 2025-03-21T20:18:11.4855302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/MANIFEST.in' 2025-03-21T20:18:11.4855749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/README.rst' 2025-03-21T20:18:11.4856216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/SECURITY.md' 2025-03-21T20:18:11.4856704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/Doxyfile' 2025-03-21T20:18:11.4857210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/Makefile' 2025-03-21T20:18:11.4857735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/_static/css/custom.css' 2025-03-21T20:18:11.4858265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/_static/css' 2025-03-21T20:18:11.4858763Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/_static' 2025-03-21T20:18:11.4859314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/chrono.rst' 2025-03-21T20:18:11.4859853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/custom.rst' 2025-03-21T20:18:11.4860402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/eigen.rst' 2025-03-21T20:18:11.4860957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/functional.rst' 2025-03-21T20:18:11.4861500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/index.rst' 2025-03-21T20:18:11.4862043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/overview.rst' 2025-03-21T20:18:11.4862585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/stl.rst' 2025-03-21T20:18:11.4863159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/strings.rst' 2025-03-21T20:18:11.4863681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast' 2025-03-21T20:18:11.4864211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/classes.rst' 2025-03-21T20:18:11.4864734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/embedding.rst' 2025-03-21T20:18:11.4865281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/exceptions.rst' 2025-03-21T20:18:11.4865811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/functions.rst' 2025-03-21T20:18:11.4866325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/misc.rst' 2025-03-21T20:18:11.4866869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/pycpp/index.rst' 2025-03-21T20:18:11.4867422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/pycpp/numpy.rst' 2025-03-21T20:18:11.4867965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/pycpp/object.rst' 2025-03-21T20:18:11.4868534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/pycpp/utilities.rst' 2025-03-21T20:18:11.4869070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/pycpp' 2025-03-21T20:18:11.4869603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/smart_ptrs.rst' 2025-03-21T20:18:11.4870141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced' 2025-03-21T20:18:11.4870637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/basics.rst' 2025-03-21T20:18:11.4871124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/benchmark.py' 2025-03-21T20:18:11.4871603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/benchmark.rst' 2025-03-21T20:18:11.4872090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/changelog.rst' 2025-03-21T20:18:11.4872567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/classes.rst' 2025-03-21T20:18:11.4873063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/cmake/index.rst' 2025-03-21T20:18:11.4873555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/cmake' 2025-03-21T20:18:11.4874042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/compiling.rst' 2025-03-21T20:18:11.4874495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/conf.py' 2025-03-21T20:18:11.4874960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/faq.rst' 2025-03-21T20:18:11.4875426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/index.rst' 2025-03-21T20:18:11.4875964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/installing.rst' 2025-03-21T20:18:11.4876476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/limitations.rst' 2025-03-21T20:18:11.4876983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/pybind11-logo.png' 2025-03-21T20:18:11.4877555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/pybind11_vs_boost_python1.png' 2025-03-21T20:18:11.4878115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/pybind11_vs_boost_python1.svg' 2025-03-21T20:18:11.4878684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/pybind11_vs_boost_python2.png' 2025-03-21T20:18:11.4879247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/pybind11_vs_boost_python2.svg' 2025-03-21T20:18:11.4879918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/reference.rst' 2025-03-21T20:18:11.4880404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/release.rst' 2025-03-21T20:18:11.4880909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/requirements.in' 2025-03-21T20:18:11.4881408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/requirements.txt' 2025-03-21T20:18:11.4881880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/upgrade.rst' 2025-03-21T20:18:11.4882351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs' 2025-03-21T20:18:11.4882862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/attr.h' 2025-03-21T20:18:11.4883522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/buffer_info.h' 2025-03-21T20:18:11.4884035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/cast.h' 2025-03-21T20:18:11.4884564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/chrono.h' 2025-03-21T20:18:11.4885083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/common.h' 2025-03-21T20:18:11.4885615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/complex.h' 2025-03-21T20:18:11.4886167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/class.h' 2025-03-21T20:18:11.4886726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/common.h' 2025-03-21T20:18:11.4887308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/cpp_conduit.h' 2025-03-21T20:18:11.4887866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/descr.h' 2025-03-21T20:18:11.4888504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/exception_translation.h' 2025-03-21T20:18:11.4889055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/init.h' 2025-03-21T20:18:11.4889775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/internals.h' 2025-03-21T20:18:11.4890390Z 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:11.4890963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/typeid.h' 2025-03-21T20:18:11.4891570Z 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:11.4892135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail' 2025-03-21T20:18:11.4892660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eigen.h' 2025-03-21T20:18:11.4893223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eigen/common.h' 2025-03-21T20:18:11.4893778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eigen/matrix.h' 2025-03-21T20:18:11.4894339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eigen/tensor.h' 2025-03-21T20:18:11.4894887Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eigen' 2025-03-21T20:18:11.4895410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/embed.h' 2025-03-21T20:18:11.4895919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eval.h' 2025-03-21T20:18:11.4896474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/functional.h' 2025-03-21T20:18:11.4897005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/gil.h' 2025-03-21T20:18:11.4897667Z 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:11.4898209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/iostream.h' 2025-03-21T20:18:11.4898720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/numpy.h' 2025-03-21T20:18:11.4899270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/operators.h' 2025-03-21T20:18:11.4899798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/options.h' 2025-03-21T20:18:11.4900338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/pybind11.h' 2025-03-21T20:18:11.4900868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/pytypes.h' 2025-03-21T20:18:11.4901381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/stl.h' 2025-03-21T20:18:11.4901936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/stl/filesystem.h' 2025-03-21T20:18:11.4902482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/stl' 2025-03-21T20:18:11.4903032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/stl_bind.h' 2025-03-21T20:18:11.4903676Z 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:11.4904201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/typing.h' 2025-03-21T20:18:11.4904725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11' 2025-03-21T20:18:11.4905203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include' 2025-03-21T20:18:11.4905649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/noxfile.py' 2025-03-21T20:18:11.4906153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/__init__.py' 2025-03-21T20:18:11.4906640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/__main__.py' 2025-03-21T20:18:11.4907143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/_version.py' 2025-03-21T20:18:11.4907634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/commands.py' 2025-03-21T20:18:11.4908120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/py.typed' 2025-03-21T20:18:11.4908642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/setup_helpers.py' 2025-03-21T20:18:11.4909131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11' 2025-03-21T20:18:11.4909605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pyproject.toml' 2025-03-21T20:18:11.4910053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/setup.cfg' 2025-03-21T20:18:11.4910545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/setup.py' 2025-03-21T20:18:11.4911033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/CMakeLists.txt' 2025-03-21T20:18:11.4911526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/conftest.py' 2025-03-21T20:18:11.4912049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/constructor_stats.h' 2025-03-21T20:18:11.4912615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/cross_module_gil_utils.cpp' 2025-03-21T20:18:11.4913266Z 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:11.4913858Z 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:11.4914315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/env.py' 2025-03-21T20:18:11.4914849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/exo_planet_c_api.cpp' 2025-03-21T20:18:11.4915389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/exo_planet_pybind11.cpp' 2025-03-21T20:18:11.4916003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_python_package/pytest.ini' 2025-03-21T20:18:11.4916618Z 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:11.4917196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_python_package' 2025-03-21T20:18:11.4917753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_setuptools/pytest.ini' 2025-03-21T20:18:11.4918360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_setuptools/test_setuphelper.py' 2025-03-21T20:18:11.4918917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_setuptools' 2025-03-21T20:18:11.4919524Z 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:11.4920039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/local_bindings.h' 2025-03-21T20:18:11.4920507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/object.h' 2025-03-21T20:18:11.4921093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/pybind11_cross_module_tests.cpp' 2025-03-21T20:18:11.4921607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/pybind11_tests.cpp' 2025-03-21T20:18:11.4922121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/pybind11_tests.h' 2025-03-21T20:18:11.4922618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/pyproject.toml' 2025-03-21T20:18:11.4923101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/pytest.ini' 2025-03-21T20:18:11.4923626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/requirements.txt' 2025-03-21T20:18:11.4924144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_async.cpp' 2025-03-21T20:18:11.4924630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_async.py' 2025-03-21T20:18:11.4925128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_buffers.cpp' 2025-03-21T20:18:11.4925633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_buffers.py' 2025-03-21T20:18:11.4926178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_builtin_casters.cpp' 2025-03-21T20:18:11.4926727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_builtin_casters.py' 2025-03-21T20:18:11.4927262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_call_policies.cpp' 2025-03-21T20:18:11.4927802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_call_policies.py' 2025-03-21T20:18:11.4928316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_callbacks.cpp' 2025-03-21T20:18:11.4928830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_callbacks.py' 2025-03-21T20:18:11.4929413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_chrono.cpp' 2025-03-21T20:18:11.4929939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_chrono.py' 2025-03-21T20:18:11.4930432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_class.cpp' 2025-03-21T20:18:11.4930931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_class.py' 2025-03-21T20:18:11.4931512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/CMakeLists.txt' 2025-03-21T20:18:11.4932070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/embed.cpp' 2025-03-21T20:18:11.4932726Z 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:11.4933356Z 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:11.4934035Z 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:11.4934670Z 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:11.4935336Z 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:11.4935968Z 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:11.4936525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/main.cpp' 2025-03-21T20:18:11.4937220Z 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:11.4937890Z 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:11.4938570Z 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:11.4939235Z 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:11.4939909Z 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:11.4940562Z 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:11.4941113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/test.py' 2025-03-21T20:18:11.4941665Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build' 2025-03-21T20:18:11.4942181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_const_name.cpp' 2025-03-21T20:18:11.4942702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_const_name.py' 2025-03-21T20:18:11.4943325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_constants_and_functions.cpp' 2025-03-21T20:18:11.4943927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_constants_and_functions.py' 2025-03-21T20:18:11.4944456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_copy_move.cpp' 2025-03-21T20:18:11.4944966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_copy_move.py' 2025-03-21T20:18:11.4945495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cpp_conduit.cpp' 2025-03-21T20:18:11.4946014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cpp_conduit.py' 2025-03-21T20:18:11.4946624Z 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:11.4947214Z 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:11.4947787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_custom_type_casters.cpp' 2025-03-21T20:18:11.4948338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_custom_type_casters.py' 2025-03-21T20:18:11.4948898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_custom_type_setup.cpp' 2025-03-21T20:18:11.4949444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_custom_type_setup.py' 2025-03-21T20:18:11.4950014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_docstring_options.cpp' 2025-03-21T20:18:11.4950562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_docstring_options.py' 2025-03-21T20:18:11.4951140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eigen_matrix.cpp' 2025-03-21T20:18:11.4951672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eigen_matrix.py' 2025-03-21T20:18:11.4952193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eigen_tensor.cpp' 2025-03-21T20:18:11.4952728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eigen_tensor.inl' 2025-03-21T20:18:11.4953254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eigen_tensor.py' 2025-03-21T20:18:11.4953810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/CMakeLists.txt' 2025-03-21T20:18:11.4954331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/catch.cpp' 2025-03-21T20:18:11.4954920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/external_module.cpp' 2025-03-21T20:18:11.4955497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/test_interpreter.cpp' 2025-03-21T20:18:11.4956080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/test_interpreter.py' 2025-03-21T20:18:11.4956666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/test_trampoline.py' 2025-03-21T20:18:11.4957216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed' 2025-03-21T20:18:11.4957703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_enum.cpp' 2025-03-21T20:18:11.4958192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_enum.py' 2025-03-21T20:18:11.4958670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eval.cpp' 2025-03-21T20:18:11.4959152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eval.py' 2025-03-21T20:18:11.4959667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eval_call.py' 2025-03-21T20:18:11.4960192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_exceptions.cpp' 2025-03-21T20:18:11.4960712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_exceptions.h' 2025-03-21T20:18:11.4961225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_exceptions.py' 2025-03-21T20:18:11.4961805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_factory_constructors.cpp' 2025-03-21T20:18:11.4962358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_factory_constructors.py' 2025-03-21T20:18:11.4962885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_gil_scoped.cpp' 2025-03-21T20:18:11.4963398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_gil_scoped.py' 2025-03-21T20:18:11.4963920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_iostream.cpp' 2025-03-21T20:18:11.4964465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_iostream.py' 2025-03-21T20:18:11.4965040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_kwargs_and_defaults.cpp' 2025-03-21T20:18:11.4965597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_kwargs_and_defaults.py' 2025-03-21T20:18:11.4966131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_local_bindings.cpp' 2025-03-21T20:18:11.4966672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_local_bindings.py' 2025-03-21T20:18:11.4967249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_methods_and_attributes.cpp' 2025-03-21T20:18:11.4967834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_methods_and_attributes.py' 2025-03-21T20:18:11.4968333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_modules.cpp' 2025-03-21T20:18:11.4968836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_modules.py' 2025-03-21T20:18:11.4969478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_multiple_inheritance.cpp' 2025-03-21T20:18:11.4970092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_multiple_inheritance.py' 2025-03-21T20:18:11.4970637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_array.cpp' 2025-03-21T20:18:11.4971167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_array.py' 2025-03-21T20:18:11.4971691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_dtypes.cpp' 2025-03-21T20:18:11.4972226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_dtypes.py' 2025-03-21T20:18:11.4972766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_vectorize.cpp' 2025-03-21T20:18:11.4973301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_vectorize.py' 2025-03-21T20:18:11.4973841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_opaque_types.cpp' 2025-03-21T20:18:11.4974365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_opaque_types.py' 2025-03-21T20:18:11.4974940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_operator_overloading.cpp' 2025-03-21T20:18:11.4975501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_operator_overloading.py' 2025-03-21T20:18:11.4976019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_pickling.cpp' 2025-03-21T20:18:11.4976522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_pickling.py' 2025-03-21T20:18:11.4977143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_python_multiple_inheritance.cpp' 2025-03-21T20:18:11.4977757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_python_multiple_inheritance.py' 2025-03-21T20:18:11.4978296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_pytypes.cpp' 2025-03-21T20:18:11.4978795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_pytypes.py' 2025-03-21T20:18:11.4979556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_sequences_and_iterators.cpp' 2025-03-21T20:18:11.4980143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_sequences_and_iterators.py' 2025-03-21T20:18:11.4980674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_smart_ptr.cpp' 2025-03-21T20:18:11.4981180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_smart_ptr.py' 2025-03-21T20:18:11.4981664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_stl.cpp' 2025-03-21T20:18:11.4982151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_stl.py' 2025-03-21T20:18:11.4982676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_stl_binders.cpp' 2025-03-21T20:18:11.4983204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_stl_binders.py' 2025-03-21T20:18:11.4983829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_tagbased_polymorphic.cpp' 2025-03-21T20:18:11.4984436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_tagbased_polymorphic.py' 2025-03-21T20:18:11.4984935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_thread.cpp' 2025-03-21T20:18:11.4985442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_thread.py' 2025-03-21T20:18:11.4986030Z 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:11.4986628Z 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:11.4987294Z 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:11.4987979Z 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:11.4988468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_union.cpp' 2025-03-21T20:18:11.4988958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_union.py' 2025-03-21T20:18:11.4989532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_unnamed_namespace_a.cpp' 2025-03-21T20:18:11.4990087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_unnamed_namespace_a.py' 2025-03-21T20:18:11.4990661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_unnamed_namespace_b.cpp' 2025-03-21T20:18:11.4991217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_unnamed_namespace_b.py' 2025-03-21T20:18:11.4991899Z 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:11.4992481Z 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:11.4993051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_virtual_functions.cpp' 2025-03-21T20:18:11.4993600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_virtual_functions.py' 2025-03-21T20:18:11.4994172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/valgrind-numpy-scipy.supp' 2025-03-21T20:18:11.4994702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/valgrind-python.supp' 2025-03-21T20:18:11.4995190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests' 2025-03-21T20:18:11.4995686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/FindCatch.cmake' 2025-03-21T20:18:11.4996200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/FindEigen3.cmake' 2025-03-21T20:18:11.4996739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/FindPythonLibsNew.cmake' 2025-03-21T20:18:11.4997266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/JoinPaths.cmake' 2025-03-21T20:18:11.4997789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/check-style.sh' 2025-03-21T20:18:11.4998334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/cmake_uninstall.cmake.in' 2025-03-21T20:18:11.4998955Z 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:11.4999428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/libsize.py' 2025-03-21T20:18:11.4999942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/make_changelog.py' 2025-03-21T20:18:11.5000432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11.pc.in' 2025-03-21T20:18:11.5000970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11Common.cmake' 2025-03-21T20:18:11.5001517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11Config.cmake.in' 2025-03-21T20:18:11.5002137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11GuessPythonExtSuffix.cmake' 2025-03-21T20:18:11.5002675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11NewTools.cmake' 2025-03-21T20:18:11.5003210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11Tools.cmake' 2025-03-21T20:18:11.5003703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pyproject.toml' 2025-03-21T20:18:11.5004222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/setup_global.py.in' 2025-03-21T20:18:11.5004758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/setup_main.py.in' 2025-03-21T20:18:11.5005421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake' 2025-03-21T20:18:11.5005898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools' 2025-03-21T20:18:11.5006334Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11' 2025-03-21T20:18:11.5006734Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party' 2025-03-21T20:18:11.5007113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/__init__.py' 2025-03-21T20:18:11.5007562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/buck/constraints/TARGETS' 2025-03-21T20:18:11.5008006Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/buck/constraints' 2025-03-21T20:18:11.5008400Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/buck' 2025-03-21T20:18:11.5008822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/Codegen.cmake' 2025-03-21T20:18:11.5009219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/Test.cmake' 2025-03-21T20:18:11.5009701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/Utils.cmake' 2025-03-21T20:18:11.5010142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/__init__.py' 2025-03-21T20:18:11.5010591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/buck_util.py' 2025-03-21T20:18:11.5011024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/cmake_deps.toml' 2025-03-21T20:18:11.5011516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/executorch-config.cmake' 2025-03-21T20:18:11.5012026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/executorch-wheel-config.cmake' 2025-03-21T20:18:11.5012474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/extract_sources.py' 2025-03-21T20:18:11.5012903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/resolve_buck.py' 2025-03-21T20:18:11.5013302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake' 2025-03-21T20:18:11.5013774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/wheel/pip_data_bin_init.py.in' 2025-03-21T20:18:11.5014165Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/wheel' 2025-03-21T20:18:11.5014538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools' 2025-03-21T20:18:11.5014892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/TARGETS' 2025-03-21T20:18:11.5015364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/activation_memory_profiler.py' 2025-03-21T20:18:11.5015744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/collect_env.py' 2025-03-21T20:18:11.5016192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/cprofiler_flamegraph.md' 2025-03-21T20:18:11.5016601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/python_profiler.py' 2025-03-21T20:18:11.5016981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/targets.bzl' 2025-03-21T20:18:11.5017384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util' 2025-03-21T20:18:11.5017731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/version.txt' 2025-03-21T20:18:11.5018071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:11.5018355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:11.5018612Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:11.5019651Z ##[endgroup] 2025-03-21T20:18:11.5118210Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:11.5118326Z with: 2025-03-21T20:18:11.5118485Z repository: pytorch/test-infra 2025-03-21T20:18:11.5118587Z path: test-infra 2025-03-21T20:18:11.5118702Z submodules: recursive 2025-03-21T20:18:11.5118949Z token: *** 2025-03-21T20:18:11.5119059Z ssh-strict: true 2025-03-21T20:18:11.5119158Z ssh-user: git 2025-03-21T20:18:11.5119270Z persist-credentials: true 2025-03-21T20:18:11.5119373Z clean: true 2025-03-21T20:18:11.5119495Z sparse-checkout-cone-mode: true 2025-03-21T20:18:11.5119603Z fetch-depth: 1 2025-03-21T20:18:11.5119700Z fetch-tags: false 2025-03-21T20:18:11.5119804Z show-progress: true 2025-03-21T20:18:11.5119908Z lfs: false 2025-03-21T20:18:11.5120016Z set-safe-directory: true 2025-03-21T20:18:11.5120115Z env: 2025-03-21T20:18:11.5120263Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.5120379Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.5120485Z PR_NUMBER: 2025-03-21T20:18:11.5122758Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:11.5122942Z ##[endgroup] 2025-03-21T20:18:11.6230341Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:11.6231139Z ##[group]Getting Git version info 2025-03-21T20:18:11.6231694Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:11.6232477Z [command]/usr/bin/git version 2025-03-21T20:18:11.6232767Z git version 2.47.1 2025-03-21T20:18:11.6243754Z ##[endgroup] 2025-03-21T20:18:11.6252086Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/56853004-9ebb-4e9e-90b7-d460223f1a23/.gitconfig' 2025-03-21T20:18:11.6260974Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/56853004-9ebb-4e9e-90b7-d460223f1a23' before making global git config changes 2025-03-21T20:18:11.6261987Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:11.6265777Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:11.6298018Z ##[group]Initializing the repository 2025-03-21T20:18:11.6301611Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:11.6331129Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:11.6332055Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:11.6332674Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:11.6333121Z hint: 2025-03-21T20:18:11.6333446Z hint: git config --global init.defaultBranch 2025-03-21T20:18:11.6333853Z hint: 2025-03-21T20:18:11.6334641Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:11.6335236Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:11.6335709Z hint: 2025-03-21T20:18:11.6335950Z hint: git branch -m 2025-03-21T20:18:11.6336756Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:11.6341637Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:11.6366164Z ##[endgroup] 2025-03-21T20:18:11.6366641Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:11.6369596Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:11.6392470Z ##[endgroup] 2025-03-21T20:18:11.6392913Z ##[group]Setting up auth 2025-03-21T20:18:11.6398242Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:11.6423379Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:11.6671174Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:11.6695485Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:11.6937405Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:11.6971812Z ##[endgroup] 2025-03-21T20:18:11.6972362Z ##[group]Determining the default branch 2025-03-21T20:18:11.6974750Z Retrieving the default branch name 2025-03-21T20:18:11.9327004Z Default branch 'main' 2025-03-21T20:18:11.9328021Z ##[endgroup] 2025-03-21T20:18:11.9328799Z ##[group]Fetching the repository 2025-03-21T20:18:11.9333479Z [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:12.3308202Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:12.3308657Z * [new branch] main -> origin/main 2025-03-21T20:18:12.3329630Z ##[endgroup] 2025-03-21T20:18:12.3330076Z ##[group]Determining the checkout info 2025-03-21T20:18:12.3331026Z ##[endgroup] 2025-03-21T20:18:12.3335360Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:12.3365419Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:12.3387741Z ##[group]Checking out the ref 2025-03-21T20:18:12.3390953Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:12.4194842Z Switched to a new branch 'main' 2025-03-21T20:18:12.4195577Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:12.4203015Z ##[endgroup] 2025-03-21T20:18:12.4203472Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:12.4208381Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:12.4247356Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:12.4273857Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:12.4298340Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:12.4319283Z ##[endgroup] 2025-03-21T20:18:12.4319708Z ##[group]Fetching submodules 2025-03-21T20:18:12.4322492Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:12.4575149Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:12.4829927Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:12.5073407Z ##[endgroup] 2025-03-21T20:18:12.5073886Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:12.5079321Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:18:12.5332977Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:12.5584438Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:12.5834274Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:12.6075074Z ##[endgroup] 2025-03-21T20:18:12.6105938Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:12.6125416Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:12.6310747Z Prepare all required actions 2025-03-21T20:18:12.6311368Z Getting action download info 2025-03-21T20:18:12.7193361Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:14.0831963Z Getting action download info 2025-03-21T20:18:14.1737316Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:14.3221129Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:14.3221503Z env: 2025-03-21T20:18:14.3221786Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:14.3222161Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.3222463Z PR_NUMBER: 2025-03-21T20:18:14.3224998Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:14.3227442Z ##[endgroup] 2025-03-21T20:18:14.3312741Z ##[group]Run set -euo pipefail 2025-03-21T20:18:14.3313114Z set -euo pipefail 2025-03-21T20:18:14.3313429Z function get_ec2_metadata() { 2025-03-21T20:18:14.3313808Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:14.3314468Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:14.3315046Z  category=$1 2025-03-21T20:18:14.3315946Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-21T20:18:14.3316867Z } 2025-03-21T20:18:14.3317146Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:14.3317587Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:14.3318068Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:14.3318502Z echo "system info $(uname -a)" 2025-03-21T20:18:14.3324244Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.3324634Z env: 2025-03-21T20:18:14.3324915Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:14.3325296Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.3325582Z PR_NUMBER: 2025-03-21T20:18:14.3327957Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:14.3330597Z ##[endgroup] 2025-03-21T20:18:14.3454225Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:18:14.3663206Z instance-id: i-03bc73cfd1a2cc6dd 2025-03-21T20:18:14.3753595Z instance-type: c5.2xlarge 2025-03-21T20:18:14.3763213Z system info Linux ip-10-0-33-253.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:14.3799632Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:14.3800609Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:14.3806572Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.3806951Z env: 2025-03-21T20:18:14.3807236Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:14.3807623Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.3807920Z PR_NUMBER: 2025-03-21T20:18:14.3810391Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:14.3812912Z ##[endgroup] 2025-03-21T20:18:14.3886415Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:14.3886892Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:14.3887298Z  echo "Docker daemon is running..."; 2025-03-21T20:18:14.3887652Z else 2025-03-21T20:18:14.3888028Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:14.3888462Z fi 2025-03-21T20:18:14.3893986Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.3894396Z env: 2025-03-21T20:18:14.3894684Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:14.3895069Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.3895377Z PR_NUMBER: 2025-03-21T20:18:14.3897751Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:14.3900165Z ##[endgroup] 2025-03-21T20:18:14.3966612Z Docker daemon is running... 2025-03-21T20:18:14.3995268Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:14.3995928Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:14.3996557Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:14.3997171Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:14.3997906Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:14.4003340Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.4003732Z env: 2025-03-21T20:18:14.4004019Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:14.4004396Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.4004684Z PR_NUMBER: 2025-03-21T20:18:14.4007192Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:14.4009757Z AWS_RETRY_MODE: standard 2025-03-21T20:18:14.4010054Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:14.4010331Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:14.4010616Z ##[endgroup] 2025-03-21T20:18:15.4099113Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:15.4099870Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:15.4101222Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:15.4101945Z 2025-03-21T20:18:15.4102087Z Login Succeeded 2025-03-21T20:18:15.4142186Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:15.4142812Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:15.4143338Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:15.4149202Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:15.4149599Z env: 2025-03-21T20:18:15.4149882Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:15.4150270Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.4150572Z PR_NUMBER: 2025-03-21T20:18:15.4152952Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:15.4155384Z ##[endgroup] 2025-03-21T20:18:15.4235760Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:15.4236273Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:15.4236694Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:15.4237076Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:15.4237545Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:15.4237996Z  2025-03-21T20:18:15.4238308Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:15.4238770Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:15.4239161Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:15.4239673Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:15.4240232Z  2025-03-21T20:18:15.4240490Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:15.4240857Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:15.4241204Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:15.4241627Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:15.4247248Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:15.4247647Z env: 2025-03-21T20:18:15.4247914Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:15.4248293Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.4248594Z PR_NUMBER: 2025-03-21T20:18:15.4251230Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:15.4253675Z ##[endgroup] 2025-03-21T20:18:15.9788335Z ##[group]Run needs=0 2025-03-21T20:18:15.9788645Z needs=0 2025-03-21T20:18:15.9789032Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:15.9789494Z  needs=1 2025-03-21T20:18:15.9789750Z fi 2025-03-21T20:18:15.9790126Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:15.9796960Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:15.9797363Z env: 2025-03-21T20:18:15.9797656Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:15.9798043Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.9798351Z PR_NUMBER: 2025-03-21T20:18:15.9800718Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:15.9803286Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:15.9803891Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:15.9804471Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:15.9804879Z ##[endgroup] 2025-03-21T20:18:16.0062143Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:16.0062766Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:16.0063217Z # shellcheck disable=SC2046 2025-03-21T20:18:16.0063557Z docker stop $(docker ps -q) || true 2025-03-21T20:18:16.0063920Z # Prune all of the docker images 2025-03-21T20:18:16.0064265Z docker system prune -af 2025-03-21T20:18:16.0070563Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:16.0070962Z env: 2025-03-21T20:18:16.0071243Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:16.0071625Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.0071932Z PR_NUMBER: 2025-03-21T20:18:16.0074322Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:16.0076974Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:16.0077583Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:16.0078155Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:16.0078564Z ##[endgroup] 2025-03-21T20:18:16.0294100Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:16.0295094Z See 'docker stop --help'. 2025-03-21T20:18:16.0295436Z 2025-03-21T20:18:16.0295699Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:16.0296161Z 2025-03-21T20:18:16.0296358Z Stop one or more running containers 2025-03-21T20:18:16.0500625Z Total reclaimed space: 0B 2025-03-21T20:18:16.0594629Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:16.0595034Z with: 2025-03-21T20:18:16.0595529Z github-secret: *** 2025-03-21T20:18:16.0596246Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-03-21T20:18:16.0597012Z activate-with-label: false 2025-03-21T20:18:16.0597413Z label: with-ssh 2025-03-21T20:18:16.0597682Z remove-existing-keys: true 2025-03-21T20:18:16.0597985Z fail-silently: true 2025-03-21T20:18:16.0598243Z env: 2025-03-21T20:18:16.0598508Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:16.0598893Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.0599227Z PR_NUMBER: 2025-03-21T20:18:16.0601731Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:16.0604306Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:16.0604914Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:16.0605482Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:16.0605873Z ##[endgroup] 2025-03-21T20:18:16.1673130Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:16.1674465Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:16.1792763Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:16.1793099Z with: 2025-03-21T20:18:16.1793335Z repository: pytorch/executorch 2025-03-21T20:18:16.1793676Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:16.1794045Z path: pytorch/executorch 2025-03-21T20:18:16.1794328Z fetch-depth: 1 2025-03-21T20:18:16.1794580Z submodules: true 2025-03-21T20:18:16.1794970Z token: *** 2025-03-21T20:18:16.1795208Z ssh-strict: true 2025-03-21T20:18:16.1795459Z ssh-user: git 2025-03-21T20:18:16.1795743Z persist-credentials: true 2025-03-21T20:18:16.1796029Z clean: true 2025-03-21T20:18:16.1796368Z sparse-checkout-cone-mode: true 2025-03-21T20:18:16.1796686Z fetch-tags: false 2025-03-21T20:18:16.1796946Z show-progress: true 2025-03-21T20:18:16.1797205Z lfs: false 2025-03-21T20:18:16.1797455Z set-safe-directory: true 2025-03-21T20:18:16.1797723Z env: 2025-03-21T20:18:16.1797998Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:16.1798437Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.1798729Z PR_NUMBER: 2025-03-21T20:18:16.1801125Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:16.1803711Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:16.1804316Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:16.1804877Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:16.1805291Z ##[endgroup] 2025-03-21T20:18:16.2747875Z Syncing repository: pytorch/executorch 2025-03-21T20:18:16.2756231Z ##[group]Getting Git version info 2025-03-21T20:18:16.2756887Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:16.2783669Z [command]/usr/bin/git version 2025-03-21T20:18:16.2817858Z git version 2.47.1 2025-03-21T20:18:16.2841249Z ##[endgroup] 2025-03-21T20:18:16.2848965Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/68000cf9-7a19-43a5-babb-7c5dc0df03eb/.gitconfig' 2025-03-21T20:18:16.2857589Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/68000cf9-7a19-43a5-babb-7c5dc0df03eb' before making global git config changes 2025-03-21T20:18:16.2858534Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:16.2871739Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:16.2902954Z ##[group]Initializing the repository 2025-03-21T20:18:16.2906750Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:16.2935457Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:16.2936117Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:16.2936712Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:16.2937149Z hint: 2025-03-21T20:18:16.2937467Z hint: git config --global init.defaultBranch 2025-03-21T20:18:16.2937907Z hint: 2025-03-21T20:18:16.2938262Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:16.2938846Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:16.2939298Z hint: 2025-03-21T20:18:16.2939761Z hint: git branch -m 2025-03-21T20:18:16.2940403Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:16.2945799Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:16.2970442Z ##[endgroup] 2025-03-21T20:18:16.2970909Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:16.2974583Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:16.2998598Z ##[endgroup] 2025-03-21T20:18:16.2999063Z ##[group]Setting up auth 2025-03-21T20:18:16.3004765Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:16.3030751Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:16.3284828Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:16.3308256Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:16.3576979Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:16.3618704Z ##[endgroup] 2025-03-21T20:18:16.3619190Z ##[group]Fetching the repository 2025-03-21T20:18:16.3625877Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:17.7495152Z From https://github.com/pytorch/executorch 2025-03-21T20:18:17.7495691Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:17.7514601Z ##[endgroup] 2025-03-21T20:18:17.7515123Z ##[group]Determining the checkout info 2025-03-21T20:18:17.7517113Z ##[endgroup] 2025-03-21T20:18:17.7521583Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:17.7551792Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:17.7575160Z ##[group]Checking out the ref 2025-03-21T20:18:17.7579131Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:18.2159729Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:18.2160355Z 2025-03-21T20:18:18.2160591Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:18.2161166Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:18.2161745Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:18.2162071Z 2025-03-21T20:18:18.2162301Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:18.2162819Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:18.2163142Z 2025-03-21T20:18:18.2163278Z git switch -c 2025-03-21T20:18:18.2163487Z 2025-03-21T20:18:18.2163617Z Or undo this operation with: 2025-03-21T20:18:18.2163805Z 2025-03-21T20:18:18.2163918Z git switch - 2025-03-21T20:18:18.2164059Z 2025-03-21T20:18:18.2164303Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:18.2164670Z 2025-03-21T20:18:18.2164839Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:18.2203850Z ##[endgroup] 2025-03-21T20:18:18.2204544Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:18.2211789Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:18.2247835Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:18.2271605Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:18.2298234Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:18.2319219Z ##[endgroup] 2025-03-21T20:18:18.2319906Z ##[group]Fetching submodules 2025-03-21T20:18:18.2323258Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:18.2575533Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:18.2819234Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://github.com/pytorch-labs/ethos-u-core-driver-mirror) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:18.2821196Z Submodule 'backends/arm/third-party/serialization_lib' (https://github.com/pytorch-labs/tosa_serialization_lib-mirror) registered for path 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:18.2823937Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:18.2827260Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:18.2830028Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:18.2832510Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:18.2835633Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:18.2839236Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:18.2842225Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:18.2845423Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:18.2848903Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:18.2852532Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:18.2856117Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:18.2859679Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:18.2863411Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:18.2867421Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:18.2872829Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:18.2876977Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:18.2881663Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:18.2885724Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:18.2890172Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:18.2894619Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:18.2899341Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:18.2926808Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:18.5349059Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:18.5351211Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:18.5353426Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:18.5374302Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:18.7359666Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:18.7360960Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:18.7362243Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:18.7363501Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:18.7389837Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:19.3472035Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:19.3473307Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:19.3474576Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:19.3475630Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:19.3476571Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:19.3477675Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:19.3478649Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:19.3479832Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:19.3480837Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:19.3481838Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:19.3482906Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:19.3483967Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:19.3802158Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:19.8343954Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:19.8344590Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:19.8456897Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:20.2816414Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:20.2817262Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:20.2923552Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:20.3013832Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:20.9761072Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:20.9761658Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:21.0268221Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:21.6428937Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:21.6429584Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:21.6743597Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:22.1410552Z From https://github.com/zeux/volk 2025-03-21T20:18:22.1411108Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:22.1483454Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:22.5461044Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:22.5461597Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:22.5547092Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:22.8817480Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:22.8818019Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:22.8873787Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:24.3004759Z From https://github.com/google/XNNPACK 2025-03-21T20:18:24.3005286Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:24.8917975Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:25.5793262Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:25.5793791Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:25.6627490Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:26.0304006Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:26.0304592Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:26.0387247Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:26.4916017Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:26.4916949Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:26.5157997Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:28.2146960Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:28.2147504Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:28.3382704Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:28.3551506Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:28.8233384Z From https://github.com/pytorch/ao 2025-03-21T20:18:28.8233920Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:28.8899427Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:29.4682585Z From https://github.com/google/flatbuffers 2025-03-21T20:18:29.4683838Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:29.5706042Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:29.9954699Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:29.9955244Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:30.0203679Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:30.4611905Z From https://github.com/gflags/gflags 2025-03-21T20:18:30.4612448Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:30.4699502Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:31.0937756Z From https://github.com/google/googletest 2025-03-21T20:18:31.0938307Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:31.1281261Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:31.5255630Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:31.5256160Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:31.5330665Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:31.5400021Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:32.1143806Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:32.1144352Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:32.1896530Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:32.7890052Z From https://github.com/pybind/pybind11 2025-03-21T20:18:32.7890578Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:32.8157164Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:32.8171688Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:32.8422099Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:32.8445828Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:32.8471259Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:32.8496513Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:32.8521240Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:32.8545056Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:32.8568876Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:32.8592938Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:32.8617408Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:32.8640954Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:32.8664746Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:32.8689368Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:32.8712859Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:32.8736474Z Entering 'shim' 2025-03-21T20:18:32.8759940Z Entering 'third-party/ao' 2025-03-21T20:18:32.8783892Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:32.8807799Z Entering 'third-party/flatcc' 2025-03-21T20:18:32.8831484Z Entering 'third-party/gflags' 2025-03-21T20:18:32.8854879Z Entering 'third-party/googletest' 2025-03-21T20:18:32.8878475Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:32.8904961Z Entering 'third-party/pocketfft' 2025-03-21T20:18:32.8928766Z Entering 'third-party/prelude' 2025-03-21T20:18:32.8953563Z Entering 'third-party/pybind11' 2025-03-21T20:18:32.8985448Z ##[endgroup] 2025-03-21T20:18:32.8985919Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:32.8992419Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:18:32.9242003Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:32.9293591Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:32.9342811Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:32.9392446Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:32.9441800Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:32.9491543Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:32.9541432Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:32.9591723Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:32.9641336Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:32.9708813Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:32.9761062Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:32.9816546Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:32.9869933Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:32.9924112Z Entering 'shim' 2025-03-21T20:18:32.9973796Z Entering 'third-party/ao' 2025-03-21T20:18:33.0025722Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:33.0077781Z Entering 'third-party/flatcc' 2025-03-21T20:18:33.0128137Z Entering 'third-party/gflags' 2025-03-21T20:18:33.0177591Z Entering 'third-party/googletest' 2025-03-21T20:18:33.0228001Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:33.0276827Z Entering 'third-party/pocketfft' 2025-03-21T20:18:33.0326740Z Entering 'third-party/prelude' 2025-03-21T20:18:33.0378668Z Entering 'third-party/pybind11' 2025-03-21T20:18:33.0441876Z [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:33.0696258Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:33.0743729Z 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:33.0745237Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:33.0793806Z 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:33.0794868Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:33.0842782Z 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:33.0843736Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:33.0892242Z 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:33.0893268Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:33.0941292Z 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:33.0942283Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:33.0988865Z 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:33.0990105Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:33.1036655Z 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:33.1037685Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:33.1084375Z 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:33.1085529Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:33.1132614Z 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:33.1133837Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:33.1180705Z 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:33.1182652Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:33.1228203Z 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:33.1229484Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:33.1274329Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:33.1275428Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:33.1321462Z 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:33.1322563Z Entering 'shim' 2025-03-21T20:18:33.1367799Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:33.1368921Z Entering 'third-party/ao' 2025-03-21T20:18:33.1414963Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:33.1415942Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:33.1460781Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:33.1461806Z Entering 'third-party/flatcc' 2025-03-21T20:18:33.1507038Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:33.1507977Z Entering 'third-party/gflags' 2025-03-21T20:18:33.1553059Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:33.1553999Z Entering 'third-party/googletest' 2025-03-21T20:18:33.1599372Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:33.1600420Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:33.1646191Z 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:33.1647358Z Entering 'third-party/pocketfft' 2025-03-21T20:18:33.1693773Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:33.1694684Z Entering 'third-party/prelude' 2025-03-21T20:18:33.1740403Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:33.1741396Z Entering 'third-party/pybind11' 2025-03-21T20:18:33.1788396Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:33.2072361Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:33.2327512Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:33.2351705Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:33.2378000Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:33.2402810Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:33.2428367Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:33.2452754Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:33.2476771Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:33.2501069Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:33.2525110Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:33.2549143Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:33.2573310Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:33.2597406Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:33.2621582Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:33.2645402Z Entering 'shim' 2025-03-21T20:18:33.2669315Z Entering 'third-party/ao' 2025-03-21T20:18:33.2694287Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:33.2717847Z Entering 'third-party/flatcc' 2025-03-21T20:18:33.2742133Z Entering 'third-party/gflags' 2025-03-21T20:18:33.2765868Z Entering 'third-party/googletest' 2025-03-21T20:18:33.2789904Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:33.2813617Z Entering 'third-party/pocketfft' 2025-03-21T20:18:33.2837554Z Entering 'third-party/prelude' 2025-03-21T20:18:33.2861308Z Entering 'third-party/pybind11' 2025-03-21T20:18:33.2899855Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:33.3148345Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:33.3172131Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:33.3198157Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:33.3223087Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:33.3247605Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:33.3272043Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:33.3296266Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:33.3321038Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:33.3345653Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:33.3369643Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:33.3394450Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:33.3418221Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:33.3441736Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:33.3465339Z Entering 'shim' 2025-03-21T20:18:33.3489329Z Entering 'third-party/ao' 2025-03-21T20:18:33.3512847Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:33.3536275Z Entering 'third-party/flatcc' 2025-03-21T20:18:33.3559860Z Entering 'third-party/gflags' 2025-03-21T20:18:33.3584066Z Entering 'third-party/googletest' 2025-03-21T20:18:33.3609446Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:33.3633396Z Entering 'third-party/pocketfft' 2025-03-21T20:18:33.3657594Z Entering 'third-party/prelude' 2025-03-21T20:18:33.3682040Z Entering 'third-party/pybind11' 2025-03-21T20:18:33.3714074Z ##[endgroup] 2025-03-21T20:18:33.3747695Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:33.3766293Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:33.3958602Z Prepare all required actions 2025-03-21T20:18:33.3959229Z Getting action download info 2025-03-21T20:18:33.5062511Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:33.6565870Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:33.6566300Z with: 2025-03-21T20:18:33.6566600Z docker-image-name: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:33.6566992Z docker-build-dir: .ci/docker 2025-03-21T20:18:33.6567316Z working-directory: pytorch/executorch 2025-03-21T20:18:33.6567744Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:33.6568165Z force-push: false 2025-03-21T20:18:33.6568397Z env: 2025-03-21T20:18:33.6568670Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:33.6569043Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:33.6569440Z PR_NUMBER: 2025-03-21T20:18:33.6571862Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:33.6574423Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:33.6575136Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:33.6575707Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:33.6576103Z ##[endgroup] 2025-03-21T20:18:33.6605930Z ##[group]Run set -ex 2025-03-21T20:18:33.6606303Z set -ex 2025-03-21T20:18:33.6606543Z  2025-03-21T20:18:33.6606966Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:33.6607655Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:33.6608246Z # job could then download the pre-built image as usual 2025-03-21T20:18:33.6608795Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:33.6609384Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.6609854Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.6610287Z  2025-03-21T20:18:33.6610666Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:33.6611136Z  exit 0 2025-03-21T20:18:33.6611382Z else 2025-03-21T20:18:33.6611663Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.6612013Z fi 2025-03-21T20:18:33.6612247Z  2025-03-21T20:18:33.6612605Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:33.6613224Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:33.6613781Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:33.6614356Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:33.6614885Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.6615400Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.6615830Z else 2025-03-21T20:18:33.6616166Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:33.6616650Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.6617412Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.6617995Z fi 2025-03-21T20:18:33.6623742Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:33.6624141Z env: 2025-03-21T20:18:33.6624423Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:33.6624816Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:33.6625109Z PR_NUMBER: 2025-03-21T20:18:33.6627465Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:33.6630060Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:33.6630659Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:33.6631234Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:33.6631654Z REPO_NAME: executorch 2025-03-21T20:18:33.6631987Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:33.6632372Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:33.6632831Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:33.6633229Z ##[endgroup] 2025-03-21T20:18:33.6658719Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:33.6659035Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:33.6659344Z + echo skip=false 2025-03-21T20:18:33.6660088Z + [[ executorch-ubuntu-22.04-clang12 == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\e\x\e\c\u\t\o\r\c\h* ]] 2025-03-21T20:18:33.6666009Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:33.6680329Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:33.6680846Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:33.6681736Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:33.6718273Z ##[group]Run set +e 2025-03-21T20:18:33.6718617Z set +e 2025-03-21T20:18:33.6718876Z set -x 2025-03-21T20:18:33.6719115Z  2025-03-21T20:18:33.6719327Z login() { 2025-03-21T20:18:33.6719823Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:33.6720360Z } 2025-03-21T20:18:33.6720585Z  2025-03-21T20:18:33.6720820Z retry () { 2025-03-21T20:18:33.6721109Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:33.6721432Z } 2025-03-21T20:18:33.6721667Z  2025-03-21T20:18:33.6721916Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:33.6722244Z  2025-03-21T20:18:33.6722466Z START_TIME=$(date +%s) 2025-03-21T20:18:33.6722774Z # Wait up to 120 minutes 2025-03-21T20:18:33.6723231Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:33.6723746Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:33.6724253Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:33.6724642Z  exit 0 2025-03-21T20:18:33.6724882Z  fi 2025-03-21T20:18:33.6725121Z  2025-03-21T20:18:33.6725527Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:33.6726304Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:33.6726989Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:33.6727528Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:33.6727939Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:33.6728317Z  break 2025-03-21T20:18:33.6728575Z  else 2025-03-21T20:18:33.6728938Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:33.6729487Z  sleep 300 2025-03-21T20:18:33.6729742Z  fi 2025-03-21T20:18:33.6729979Z done 2025-03-21T20:18:33.6730217Z  2025-03-21T20:18:33.6730586Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:33.6731172Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:33.6731709Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:33.6732167Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:33.6732584Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:33.6732919Z else 2025-03-21T20:18:33.6733261Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:33.6733754Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:33.6734122Z fi 2025-03-21T20:18:33.6734350Z  2025-03-21T20:18:33.6734601Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:33.6735033Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.6735396Z  2025-03-21T20:18:33.6735878Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:33.6736447Z  exit 0 2025-03-21T20:18:33.6736678Z fi 2025-03-21T20:18:33.6736913Z  2025-03-21T20:18:33.6737241Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:33.6737941Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:33.6738552Z  exit 1 2025-03-21T20:18:33.6738796Z fi 2025-03-21T20:18:33.6739014Z  2025-03-21T20:18:33.6739399Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:33.6740073Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:33.6740683Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:33.6741383Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:33.6742168Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:33.6742632Z fi 2025-03-21T20:18:33.6742861Z  2025-03-21T20:18:33.6743142Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.6748591Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:33.6748989Z env: 2025-03-21T20:18:33.6749661Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:33.6750460Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:33.6750763Z PR_NUMBER: 2025-03-21T20:18:33.6753217Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:33.6755793Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:33.6756401Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:33.6756953Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:33.6757373Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:33.6757734Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:33.6758173Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:33.6758643Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:33.6759055Z DOCKER_PUSH: 2025-03-21T20:18:33.6759287Z ##[endgroup] 2025-03-21T20:18:33.6781683Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:33.6782149Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:33.6784219Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:33.6785298Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:34.2091195Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:34.2091844Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:34.2092424Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:34.2093220Z 2025-03-21T20:18:34.2093403Z Login Succeeded 2025-03-21T20:18:34.2107413Z ++ date +%s 2025-03-21T20:18:34.2116029Z + START_TIME=1742588314 2025-03-21T20:18:34.2119227Z ++ date +%s 2025-03-21T20:18:34.2127559Z + [[ 1742581114 -lt 1742588314 ]] 2025-03-21T20:18:34.2128420Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:34.4151987Z { 2025-03-21T20:18:34.4152408Z "schemaVersion": 2, 2025-03-21T20:18:34.4153265Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:34.4153821Z "config": { 2025-03-21T20:18:34.4154174Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:34.4154615Z "size": 15113, 2025-03-21T20:18:34.4155053Z "digest": "sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40" 2025-03-21T20:18:34.4155544Z }, 2025-03-21T20:18:34.4155746Z "layers": [ 2025-03-21T20:18:34.4155985Z { 2025-03-21T20:18:34.4156331Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4156765Z "size": 30440118, 2025-03-21T20:18:34.4157201Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:34.4157680Z }, 2025-03-21T20:18:34.4157891Z { 2025-03-21T20:18:34.4158251Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4158683Z "size": 632, 2025-03-21T20:18:34.4159103Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:18:34.4159573Z }, 2025-03-21T20:18:34.4159780Z { 2025-03-21T20:18:34.4160121Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4160739Z "size": 157526119, 2025-03-21T20:18:34.4161175Z "digest": "sha256:b5c6df654772b230433280324cb8ae166f055fe81ed7337aa4711d5c456604c4" 2025-03-21T20:18:34.4161645Z }, 2025-03-21T20:18:34.4161856Z { 2025-03-21T20:18:34.4162205Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4162642Z "size": 623, 2025-03-21T20:18:34.4163059Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:18:34.4163530Z }, 2025-03-21T20:18:34.4163738Z { 2025-03-21T20:18:34.4164196Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4164633Z "size": 19308773, 2025-03-21T20:18:34.4165112Z "digest": "sha256:60efa3734e02f033c86ecaee3fac91efdcbc7b301321e531fc0a1060847a2bb4" 2025-03-21T20:18:34.4165601Z }, 2025-03-21T20:18:34.4165813Z { 2025-03-21T20:18:34.4166151Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4166580Z "size": 737, 2025-03-21T20:18:34.4167015Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:18:34.4167498Z }, 2025-03-21T20:18:34.4167706Z { 2025-03-21T20:18:34.4168043Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4168476Z "size": 131418197, 2025-03-21T20:18:34.4168917Z "digest": "sha256:e9ab3604d5b29a9484bc1305a366981c1ca67f751032b9c37fe8fef0f85688cc" 2025-03-21T20:18:34.4169487Z }, 2025-03-21T20:18:34.4169693Z { 2025-03-21T20:18:34.4170035Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4170474Z "size": 447, 2025-03-21T20:18:34.4170895Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:18:34.4171363Z }, 2025-03-21T20:18:34.4171574Z { 2025-03-21T20:18:34.4171917Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4172351Z "size": 104, 2025-03-21T20:18:34.4172773Z "digest": "sha256:49b7cb3e3363a5f3dac8175af32fe4816b39e161a46bf969e6912750f5f9bec9" 2025-03-21T20:18:34.4173248Z }, 2025-03-21T20:18:34.4173456Z { 2025-03-21T20:18:34.4173793Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4174292Z "size": 637, 2025-03-21T20:18:34.4174706Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:18:34.4175175Z }, 2025-03-21T20:18:34.4175388Z { 2025-03-21T20:18:34.4175733Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4176170Z "size": 33695133, 2025-03-21T20:18:34.4176630Z "digest": "sha256:b19aec4cf4ca427d523290baed9608620faa6e00dbed219e8730c6a88434be03" 2025-03-21T20:18:34.4177108Z }, 2025-03-21T20:18:34.4177314Z { 2025-03-21T20:18:34.4177656Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4178083Z "size": 319, 2025-03-21T20:18:34.4178480Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:18:34.4178959Z }, 2025-03-21T20:18:34.4179166Z { 2025-03-21T20:18:34.4179730Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4180168Z "size": 249991053, 2025-03-21T20:18:34.4180604Z "digest": "sha256:b51a5e8daac542be7f81d2c6b3436f5905a06e0eb777f324cd0883498381ba09" 2025-03-21T20:18:34.4181095Z }, 2025-03-21T20:18:34.4181302Z { 2025-03-21T20:18:34.4181639Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4182139Z "size": 475, 2025-03-21T20:18:34.4182565Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:18:34.4183056Z }, 2025-03-21T20:18:34.4183265Z { 2025-03-21T20:18:34.4183607Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4184047Z "size": 1043, 2025-03-21T20:18:34.4184452Z "digest": "sha256:75aba5c9e2312ec799574e1d38f907f9736434eee23f570b5165147b0919b34f" 2025-03-21T20:18:34.4185006Z }, 2025-03-21T20:18:34.4185214Z { 2025-03-21T20:18:34.4185555Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4185984Z "size": 613, 2025-03-21T20:18:34.4186406Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:18:34.4186907Z }, 2025-03-21T20:18:34.4187130Z { 2025-03-21T20:18:34.4187471Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4187890Z "size": 77562865, 2025-03-21T20:18:34.4188435Z "digest": "sha256:179cbc4b76fca152d2a31c3ff7dd52eaf3b1de654f3313a4490a632c458326cf" 2025-03-21T20:18:34.4188932Z }, 2025-03-21T20:18:34.4189143Z { 2025-03-21T20:18:34.4189487Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4189909Z "size": 564, 2025-03-21T20:18:34.4190336Z "digest": "sha256:059fda558e3457d89b46bfd98c3c33bf9b2628206601e8057a547d57ae8364fd" 2025-03-21T20:18:34.4190819Z }, 2025-03-21T20:18:34.4191037Z { 2025-03-21T20:18:34.4191382Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4191801Z "size": 209, 2025-03-21T20:18:34.4192230Z "digest": "sha256:b672a09ba2d258cd72c307293f636c1fe2de926c75f4eaf148de947b8e1c2800" 2025-03-21T20:18:34.4192721Z }, 2025-03-21T20:18:34.4192930Z { 2025-03-21T20:18:34.4193279Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4193701Z "size": 1189, 2025-03-21T20:18:34.4194143Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:18:34.4194644Z }, 2025-03-21T20:18:34.4194853Z { 2025-03-21T20:18:34.4195194Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4195609Z "size": 679, 2025-03-21T20:18:34.4196020Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:34.4196493Z }, 2025-03-21T20:18:34.4196697Z { 2025-03-21T20:18:34.4197035Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4197459Z "size": 6839264776, 2025-03-21T20:18:34.4197906Z "digest": "sha256:6fb17717e5cb5df37eeeeed9cdc5ca6d3578514eacc5508ae42977ea638dd3d9" 2025-03-21T20:18:34.4198449Z }, 2025-03-21T20:18:34.4198655Z { 2025-03-21T20:18:34.4198992Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4199407Z "size": 1383, 2025-03-21T20:18:34.4199836Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:18:34.4200323Z }, 2025-03-21T20:18:34.4200540Z { 2025-03-21T20:18:34.4200884Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4201303Z "size": 679, 2025-03-21T20:18:34.4201712Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:34.4202183Z }, 2025-03-21T20:18:34.4202389Z { 2025-03-21T20:18:34.4202729Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4203149Z "size": 230829972, 2025-03-21T20:18:34.4203587Z "digest": "sha256:af6bbc70248fcf502c90f6f808c9d19a86069d8565fbb3d7bd611f61e6eeefce" 2025-03-21T20:18:34.4204074Z }, 2025-03-21T20:18:34.4204283Z { 2025-03-21T20:18:34.4204628Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4205051Z "size": 828, 2025-03-21T20:18:34.4205489Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:18:34.4205985Z }, 2025-03-21T20:18:34.4206200Z { 2025-03-21T20:18:34.4206548Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4206965Z "size": 679, 2025-03-21T20:18:34.4207385Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:34.4207858Z }, 2025-03-21T20:18:34.4208065Z { 2025-03-21T20:18:34.4208406Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4208864Z "size": 178599440, 2025-03-21T20:18:34.4209384Z "digest": "sha256:55acbcc98871c512cd63e082093f5afdfc10f4cfe2ee8ea37d59775faf7a4f51" 2025-03-21T20:18:34.4209884Z }, 2025-03-21T20:18:34.4210092Z { 2025-03-21T20:18:34.4210437Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4210854Z "size": 530, 2025-03-21T20:18:34.4211278Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:18:34.4211766Z }, 2025-03-21T20:18:34.4211972Z { 2025-03-21T20:18:34.4212382Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4212805Z "size": 679, 2025-03-21T20:18:34.4213217Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:34.4213693Z }, 2025-03-21T20:18:34.4213904Z { 2025-03-21T20:18:34.4214245Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4214661Z "size": 356, 2025-03-21T20:18:34.4215083Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:18:34.4215562Z }, 2025-03-21T20:18:34.4215770Z { 2025-03-21T20:18:34.4216109Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4216526Z "size": 32, 2025-03-21T20:18:34.4216950Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:34.4217441Z }, 2025-03-21T20:18:34.4217647Z { 2025-03-21T20:18:34.4217993Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4218411Z "size": 164, 2025-03-21T20:18:34.4218823Z "digest": "sha256:b0d8f2437162c2fa84368a404e452cf303901a690b8ff52361ed4c0a3293299c" 2025-03-21T20:18:34.4219301Z }, 2025-03-21T20:18:34.4219508Z { 2025-03-21T20:18:34.4219845Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4220261Z "size": 1111, 2025-03-21T20:18:34.4220685Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:18:34.4221167Z }, 2025-03-21T20:18:34.4221374Z { 2025-03-21T20:18:34.4221716Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4222170Z "size": 32, 2025-03-21T20:18:34.4222601Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:34.4223093Z }, 2025-03-21T20:18:34.4223307Z { 2025-03-21T20:18:34.4223653Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.4224071Z "size": 108, 2025-03-21T20:18:34.4224500Z "digest": "sha256:3c734af619a22c548a6b56d2c4706f0292ebcf37d23d6cc593f19f38b89f9356" 2025-03-21T20:18:34.4224992Z } 2025-03-21T20:18:34.4225206Z ] 2025-03-21T20:18:34.4225407Z } 2025-03-21T20:18:34.4225639Z + exit 0 2025-03-21T20:18:34.4251423Z ##[group]Run set -eux 2025-03-21T20:18:34.4251721Z set -eux 2025-03-21T20:18:34.4252602Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-03-21T20:18:34.4259047Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:34.4259437Z env: 2025-03-21T20:18:34.4259728Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:34.4260106Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:34.4260406Z PR_NUMBER: 2025-03-21T20:18:34.4262768Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:34.4265403Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:34.4266010Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:34.4266571Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:34.4266976Z ##[endgroup] 2025-03-21T20:18:34.4293375Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:34.4294353Z + jq --raw-output .SecretString 2025-03-21T20:18:34.4295246Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:34.4296878Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:35.0051988Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:35.0052635Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:35.0053255Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:35.0053847Z 2025-03-21T20:18:35.0054242Z Login Succeeded 2025-03-21T20:18:35.0150413Z Prepare all required actions 2025-03-21T20:18:35.0188661Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:35.0189068Z with: 2025-03-21T20:18:35.0189745Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:35.0190595Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:35.0190993Z env: 2025-03-21T20:18:35.0191249Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:35.0191626Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:35.0191928Z PR_NUMBER: 2025-03-21T20:18:35.0194330Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:35.0196990Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:35.0197594Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:35.0198162Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:35.0198568Z ##[endgroup] 2025-03-21T20:18:35.0225265Z ##[group]Run set -x 2025-03-21T20:18:35.0225554Z set -x 2025-03-21T20:18:35.0225800Z set +e 2025-03-21T20:18:35.0226053Z  2025-03-21T20:18:35.0226265Z login() { 2025-03-21T20:18:35.0226771Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:35.0227307Z } 2025-03-21T20:18:35.0227537Z  2025-03-21T20:18:35.0227761Z retry () { 2025-03-21T20:18:35.0228034Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:35.0228368Z } 2025-03-21T20:18:35.0228592Z  2025-03-21T20:18:35.0228842Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:35.0229162Z  2025-03-21T20:18:35.0229376Z set -e 2025-03-21T20:18:35.0229732Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:35.0230241Z # only pull docker image if it's not available locally 2025-03-21T20:18:35.0230805Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:35.0231320Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:35.0231740Z fi 2025-03-21T20:18:35.0237459Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:35.0237860Z env: 2025-03-21T20:18:35.0238520Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:35.0239293Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:35.0239596Z PR_NUMBER: 2025-03-21T20:18:35.0241959Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:35.0244666Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:35.0245280Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:35.0245850Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:35.0246343Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:35.0246754Z ##[endgroup] 2025-03-21T20:18:35.0271082Z + set +e 2025-03-21T20:18:35.0271638Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:35.0272318Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:35.0274608Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:35.0276076Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:35.5580463Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:35.5581140Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:35.5581901Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:35.5582523Z 2025-03-21T20:18:35.5582646Z Login Succeeded 2025-03-21T20:18:35.5595082Z + set -e 2025-03-21T20:18:35.5596227Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:35.5716804Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:35.5718038Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:35.7073880Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-clang12 2025-03-21T20:18:35.7086079Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:35.7086704Z 86e413e13063: Pulling fs layer 2025-03-21T20:18:35.7087248Z b5c6df654772: Pulling fs layer 2025-03-21T20:18:35.7087731Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:18:35.7088243Z 60efa3734e02: Pulling fs layer 2025-03-21T20:18:35.7088732Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:18:35.7089323Z e9ab3604d5b2: Pulling fs layer 2025-03-21T20:18:35.7089733Z 5a102502de33: Pulling fs layer 2025-03-21T20:18:35.7090036Z 49b7cb3e3363: Pulling fs layer 2025-03-21T20:18:35.7090417Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:18:35.7090839Z b19aec4cf4ca: Pulling fs layer 2025-03-21T20:18:35.7091161Z 5120711d46e3: Pulling fs layer 2025-03-21T20:18:35.7091444Z b51a5e8daac5: Pulling fs layer 2025-03-21T20:18:35.7091749Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:18:35.7092044Z 75aba5c9e231: Pulling fs layer 2025-03-21T20:18:35.7092346Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:18:35.7092817Z 179cbc4b76fc: Pulling fs layer 2025-03-21T20:18:35.7093109Z 059fda558e34: Pulling fs layer 2025-03-21T20:18:35.7093411Z b672a09ba2d2: Pulling fs layer 2025-03-21T20:18:35.7093716Z 261c0f487ad0: Waiting 2025-03-21T20:18:35.7093989Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:18:35.7094292Z 59fe3e940463: Pulling fs layer 2025-03-21T20:18:35.7094565Z a0c2fdb93dec: Waiting 2025-03-21T20:18:35.7094831Z 6fb17717e5cb: Pulling fs layer 2025-03-21T20:18:35.7095115Z e9ab3604d5b2: Waiting 2025-03-21T20:18:35.7095369Z b19aec4cf4ca: Waiting 2025-03-21T20:18:35.7095621Z 5a102502de33: Waiting 2025-03-21T20:18:35.7095859Z 49b7cb3e3363: Waiting 2025-03-21T20:18:35.7096141Z db5c552aa08b: Pulling fs layer 2025-03-21T20:18:35.7096428Z 60efa3734e02: Waiting 2025-03-21T20:18:35.7096680Z 85f4a172d5b6: Waiting 2025-03-21T20:18:35.7096941Z af6bbc70248f: Pulling fs layer 2025-03-21T20:18:35.7097214Z b51a5e8daac5: Waiting 2025-03-21T20:18:35.7097478Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:18:35.7097766Z 6ff1ffcc6d84: Waiting 2025-03-21T20:18:35.7098017Z 5120711d46e3: Waiting 2025-03-21T20:18:35.7098298Z e1fd02ccae09: Waiting 2025-03-21T20:18:35.7098540Z 179cbc4b76fc: Waiting 2025-03-21T20:18:35.7098953Z 059fda558e34: Waiting 2025-03-21T20:18:35.7099211Z 6fb17717e5cb: Waiting 2025-03-21T20:18:35.7099466Z b672a09ba2d2: Waiting 2025-03-21T20:18:35.7099730Z 55acbcc98871: Pulling fs layer 2025-03-21T20:18:35.7100009Z db5c552aa08b: Waiting 2025-03-21T20:18:35.7100268Z 3cfbc5ff2ac0: Waiting 2025-03-21T20:18:35.7100538Z 77ba92adb139: Pulling fs layer 2025-03-21T20:18:35.7100840Z af6bbc70248f: Waiting 2025-03-21T20:18:35.7101094Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:18:35.7101454Z 75aba5c9e231: Waiting 2025-03-21T20:18:35.7101713Z 32a4dbb2ef2f: Waiting 2025-03-21T20:18:35.7101978Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:35.7102276Z b0d8f2437162: Pulling fs layer 2025-03-21T20:18:35.7102547Z 3c65b9b0c077: Waiting 2025-03-21T20:18:35.7102810Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:18:35.7103095Z 4f4fb700ef54: Waiting 2025-03-21T20:18:35.7103361Z 3c734af619a2: Pulling fs layer 2025-03-21T20:18:35.7103643Z 040f4b25fe47: Waiting 2025-03-21T20:18:35.7103885Z 3c734af619a2: Waiting 2025-03-21T20:18:35.7104141Z 77ba92adb139: Waiting 2025-03-21T20:18:35.7104393Z 55acbcc98871: Waiting 2025-03-21T20:18:35.7104724Z 59fe3e940463: Waiting 2025-03-21T20:18:35.7797607Z 86e413e13063: Verifying Checksum 2025-03-21T20:18:35.7798002Z 86e413e13063: Download complete 2025-03-21T20:18:35.8729671Z 261c0f487ad0: Verifying Checksum 2025-03-21T20:18:35.8730083Z 261c0f487ad0: Download complete 2025-03-21T20:18:36.0614965Z 8f84a9f2102e: Verifying Checksum 2025-03-21T20:18:36.0615371Z 8f84a9f2102e: Download complete 2025-03-21T20:18:36.1140146Z 60efa3734e02: Verifying Checksum 2025-03-21T20:18:36.1140708Z 60efa3734e02: Download complete 2025-03-21T20:18:36.1246562Z a0c2fdb93dec: Download complete 2025-03-21T20:18:36.1900930Z 5a102502de33: Verifying Checksum 2025-03-21T20:18:36.1901615Z 5a102502de33: Download complete 2025-03-21T20:18:36.2524224Z 49b7cb3e3363: Download complete 2025-03-21T20:18:36.3210123Z 85f4a172d5b6: Verifying Checksum 2025-03-21T20:18:36.3210665Z 85f4a172d5b6: Download complete 2025-03-21T20:18:36.7035162Z b19aec4cf4ca: Verifying Checksum 2025-03-21T20:18:36.7035810Z b19aec4cf4ca: Download complete 2025-03-21T20:18:36.7799100Z 5120711d46e3: Verifying Checksum 2025-03-21T20:18:36.7799693Z 5120711d46e3: Download complete 2025-03-21T20:18:37.0117936Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:37.0343426Z 86e413e13063: Pull complete 2025-03-21T20:18:37.3321785Z b5c6df654772: Verifying Checksum 2025-03-21T20:18:37.3322193Z b5c6df654772: Download complete 2025-03-21T20:18:37.4196457Z e1fd02ccae09: Verifying Checksum 2025-03-21T20:18:37.4757665Z e1fd02ccae09: Download complete 2025-03-21T20:18:37.4758210Z e9ab3604d5b2: Verifying Checksum 2025-03-21T20:18:37.4758694Z e9ab3604d5b2: Download complete 2025-03-21T20:18:37.4952744Z 75aba5c9e231: Download complete 2025-03-21T20:18:37.5396805Z 6ff1ffcc6d84: Verifying Checksum 2025-03-21T20:18:37.6009194Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:37.6009862Z 059fda558e34: Verifying Checksum 2025-03-21T20:18:37.6010400Z 059fda558e34: Download complete 2025-03-21T20:18:37.6717896Z b672a09ba2d2: Verifying Checksum 2025-03-21T20:18:37.6718478Z b672a09ba2d2: Download complete 2025-03-21T20:18:37.7383853Z 3cfbc5ff2ac0: Verifying Checksum 2025-03-21T20:18:37.7384306Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:37.8034511Z 59fe3e940463: Verifying Checksum 2025-03-21T20:18:37.8034969Z 59fe3e940463: Download complete 2025-03-21T20:18:38.3133025Z 179cbc4b76fc: Verifying Checksum 2025-03-21T20:18:38.3133609Z 179cbc4b76fc: Download complete 2025-03-21T20:18:38.3941297Z db5c552aa08b: Download complete 2025-03-21T20:18:39.3291945Z b51a5e8daac5: Verifying Checksum 2025-03-21T20:18:39.3292582Z b51a5e8daac5: Download complete 2025-03-21T20:18:39.3924865Z 32a4dbb2ef2f: Download complete 2025-03-21T20:18:40.7534596Z af6bbc70248f: Verifying Checksum 2025-03-21T20:18:40.7535281Z af6bbc70248f: Download complete 2025-03-21T20:18:40.8256004Z 77ba92adb139: Verifying Checksum 2025-03-21T20:18:40.8256520Z 77ba92adb139: Download complete 2025-03-21T20:18:40.8878298Z 3c65b9b0c077: Verifying Checksum 2025-03-21T20:18:40.8878940Z 3c65b9b0c077: Download complete 2025-03-21T20:18:40.8947720Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:40.8948341Z 4f4fb700ef54: Download complete 2025-03-21T20:18:40.9727251Z b0d8f2437162: Verifying Checksum 2025-03-21T20:18:40.9727826Z b0d8f2437162: Download complete 2025-03-21T20:18:41.0569103Z 040f4b25fe47: Verifying Checksum 2025-03-21T20:18:41.0569633Z 040f4b25fe47: Download complete 2025-03-21T20:18:41.1244557Z 3c734af619a2: Download complete 2025-03-21T20:18:41.2173946Z 55acbcc98871: Verifying Checksum 2025-03-21T20:18:41.2174364Z 55acbcc98871: Download complete 2025-03-21T20:18:41.5489933Z b5c6df654772: Pull complete 2025-03-21T20:18:41.6626307Z 261c0f487ad0: Pull complete 2025-03-21T20:18:41.9447407Z 60efa3734e02: Pull complete 2025-03-21T20:18:42.1158658Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:44.7515416Z e9ab3604d5b2: Pull complete 2025-03-21T20:18:44.9430774Z 5a102502de33: Pull complete 2025-03-21T20:18:45.0094849Z 49b7cb3e3363: Pull complete 2025-03-21T20:18:45.0699391Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:45.7593672Z b19aec4cf4ca: Pull complete 2025-03-21T20:18:45.8769560Z 5120711d46e3: Pull complete 2025-03-21T20:18:52.9497170Z b51a5e8daac5: Pull complete 2025-03-21T20:18:53.0760851Z e1fd02ccae09: Pull complete 2025-03-21T20:18:53.1466030Z 75aba5c9e231: Pull complete 2025-03-21T20:18:53.2030563Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:18:56.2458602Z 179cbc4b76fc: Pull complete 2025-03-21T20:18:56.3963414Z 059fda558e34: Pull complete 2025-03-21T20:18:56.4774278Z b672a09ba2d2: Pull complete 2025-03-21T20:18:56.5130350Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:18:56.5840060Z 59fe3e940463: Pull complete 2025-03-21T20:19:46.2385246Z 6fb17717e5cb: Verifying Checksum 2025-03-21T20:19:46.2385665Z 6fb17717e5cb: Download complete 2025-03-21T20:21:31.6249934Z 6fb17717e5cb: Pull complete 2025-03-21T20:21:31.6491427Z db5c552aa08b: Pull complete 2025-03-21T20:21:38.3787818Z af6bbc70248f: Pull complete 2025-03-21T20:21:38.5571160Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:21:46.0312698Z 55acbcc98871: Pull complete 2025-03-21T20:21:46.2159447Z 77ba92adb139: Pull complete 2025-03-21T20:21:46.3983890Z 3c65b9b0c077: Pull complete 2025-03-21T20:21:46.4492663Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:46.4732860Z b0d8f2437162: Pull complete 2025-03-21T20:21:46.4954642Z 040f4b25fe47: Pull complete 2025-03-21T20:21:46.5395700Z 3c734af619a2: Pull complete 2025-03-21T20:21:46.5505886Z Digest: sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T20:21:46.5546838Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:46.5573896Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:46.5616348Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:46.5617320Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:46.5624340Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:46.5624740Z env: 2025-03-21T20:21:46.5625029Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:21:46.5625408Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:46.5625712Z PR_NUMBER: 2025-03-21T20:21:46.5628131Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:21:46.5630710Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:46.5631312Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:46.5631863Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:46.5632267Z ##[endgroup] 2025-03-21T20:21:46.5739346Z ##[group]Run set -ex 2025-03-21T20:21:46.5739668Z set -ex 2025-03-21T20:21:46.5739921Z { 2025-03-21T20:21:46.5740182Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:46.5740521Z  echo "set -eou pipefail"; 2025-03-21T20:21:46.5740867Z  # shellcheck disable=SC2016 2025-03-21T20:21:46.5741250Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:46.5741614Z  echo "set -x"; 2025-03-21T20:21:46.5741911Z  echo "${SCRIPT}"; 2025-03-21T20:21:46.5742216Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:46.5742678Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:46.5743424Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:46.5749122Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:46.5749419Z env: 2025-03-21T20:21:46.5750131Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:46.5750907Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:46.5751205Z PR_NUMBER: 2025-03-21T20:21:46.5753593Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:21:46.5756169Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:46.5756786Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:46.5757361Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:46.5758051Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:46.5758378Z ##[endgroup] 2025-03-21T20:21:46.5782696Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:46.5783131Z + echo 'set -eou pipefail' 2025-03-21T20:21:46.5783553Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:46.5783884Z + echo 'set -x' 2025-03-21T20:21:46.5784316Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:21:46.5784889Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:21:46.5785296Z conda activate "${CONDA_ENV}" 2025-03-21T20:21:46.5785488Z 2025-03-21T20:21:46.5785667Z ./install_requirements.sh --use-pt-pinned-commit 2025-03-21T20:21:46.5785930Z 2025-03-21T20:21:46.5786169Z # build module for executorch.extension.pybindings.portable_lib 2025-03-21T20:21:46.5786619Z bash test/build_size_test.sh 2025-03-21T20:21:46.5786918Z strip cmake-out/test/size_test 2025-03-21T20:21:46.5787245Z output=$(ls -la cmake-out/test/size_test) 2025-03-21T20:21:46.5787584Z arr=($output) 2025-03-21T20:21:46.5787834Z size=${arr[4]} 2025-03-21T20:21:46.5788100Z # threshold=48120 on devserver with gcc11.4 2025-03-21T20:21:46.5788490Z # todo(lfq): update once binary size is below 50kb. 2025-03-21T20:21:46.5788853Z threshold="51784" 2025-03-21T20:21:46.5789130Z if [[ "$size" -le "$threshold" ]]; then 2025-03-21T20:21:46.5789478Z echo "Success $size <= $threshold" 2025-03-21T20:21:46.5789777Z else 2025-03-21T20:21:46.5790018Z echo "Fail $size > $threshold" 2025-03-21T20:21:46.5790315Z exit 1 2025-03-21T20:21:46.5790543Z fi 2025-03-21T20:21:46.5790756Z ' 2025-03-21T20:21:46.5791065Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:46.5793390Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:21:58.6503685Z Running command: 2025-03-21T20:21:58.6510072Z 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_b5fb8f17-5b28-4089-8db6-9babef048c99":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_b5fb8f17-5b28-4089-8db6-9babef048c99" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:21:58.6516159Z 2025-03-21T20:21:58.6516519Z cb70ee34b4565bd90c51de29e3878e2349a13d47486eee9a390e07fc45a9edca 2025-03-21T20:21:58.6517238Z Running command: docker exec -t cb70ee34b4565bd90c51de29e3878e2349a13d47486eee9a390e07fc45a9edca /exec 2025-03-21T20:21:58.6517845Z ++ conda env list --json 2025-03-21T20:21:58.6518170Z ++ local cmd=env 2025-03-21T20:21:58.6518423Z ++ case "$cmd" in 2025-03-21T20:21:58.6518677Z ++ __conda_exe env list --json 2025-03-21T20:21:58.6518984Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:21:58.6519286Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:21:58.6519634Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:21:58.6520068Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:21:58.6520406Z + local cmd=activate 2025-03-21T20:21:58.6520671Z + case "$cmd" in 2025-03-21T20:21:58.6520972Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:21:58.6521338Z + '[' -n '' ']' 2025-03-21T20:21:58.6521572Z + local ask_conda 2025-03-21T20:21:58.6521826Z ++ PS1='(base) ' 2025-03-21T20:21:58.6522148Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:58.6522658Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:58.6523109Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:21:58.6523990Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:21:58.6524907Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:58.6525292Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:58.6525612Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:58.6525989Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:58.6526378Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:58.6526734Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:58.6527129Z export _CE_M='\'''\'' 2025-03-21T20:21:58.6527408Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:58.6527756Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:58.6528151Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:21:58.6529280Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:21:58.6530221Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:58.6530638Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:58.6530981Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:58.6531474Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:58.6531861Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:58.6532228Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:58.6532567Z export _CE_M='\'''\'' 2025-03-21T20:21:58.6532848Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:58.6533253Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:58.6533643Z ++ PS1='(py_3.10) ' 2025-03-21T20:21:58.6534456Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:21:58.6535838Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:21:58.6536691Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:58.6537067Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:58.6537401Z ++ export CONDA_SHLVL=2 2025-03-21T20:21:58.6537671Z ++ CONDA_SHLVL=2 2025-03-21T20:21:58.6537943Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:58.6538260Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:58.6538584Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:21:58.6538942Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:21:58.6539281Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:58.6539603Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:58.6539901Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:58.6540242Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:58.6540548Z ++ export _CE_M= 2025-03-21T20:21:58.6540795Z ++ _CE_M= 2025-03-21T20:21:58.6541028Z ++ export _CE_CONDA= 2025-03-21T20:21:58.6541280Z ++ _CE_CONDA= 2025-03-21T20:21:58.6541565Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:58.6541946Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:58.6542277Z + __conda_hashr 2025-03-21T20:21:58.6542515Z + '[' -n '' ']' 2025-03-21T20:21:58.6542759Z + '[' -n '' ']' 2025-03-21T20:21:58.6543039Z + hash -r 2025-03-21T20:21:58.6543333Z + ./install_requirements.sh --use-pt-pinned-commit 2025-03-21T20:21:58.6543933Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:21:58.6544759Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:21:58.6545691Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:21:58.6546629Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:21:58.6547378Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:21:58.6548027Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:21:58.6549112Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-03-21T20:21:58.6550438Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 5)) (4.47.1) 2025-03-21T20:21:58.6551497Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:21:58.6552289Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:21:58.6565201Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.0) 2025-03-21T20:21:58.6567243Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-03-21T20:21:58.6568852Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (75.8.0) 2025-03-21T20:21:58.6570124Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-03-21T20:21:58.6571273Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-03-21T20:21:58.6572470Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-03-21T20:21:58.6573730Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.29.3) 2025-03-21T20:21:58.6575065Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-03-21T20:21:58.6576404Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.18.0) 2025-03-21T20:21:58.6577772Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.2.4) 2025-03-21T20:21:58.6579139Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (24.2) 2025-03-21T20:21:58.6580739Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2024.11.6) 2025-03-21T20:21:58.6582143Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.32.3) 2025-03-21T20:21:58.6583558Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (0.21.1) 2025-03-21T20:21:58.6585029Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (4.67.1) 2025-03-21T20:21:58.6586242Z 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:27.4000872Z 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:27.4002248Z 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:27.4003582Z 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:27.4005053Z 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:27.4006089Z 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:27.4007145Z 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:27.4008213Z 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:27.4009605Z 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:27.4011416Z 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:27.4012878Z 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:27.4014350Z 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:27.4015385Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:22:27.4017805Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:22:27.4018621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 92.8 MB/s eta 0:00:00 2025-03-21T20:22:27.4019453Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:22:27.4020251Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:22:27.4020976Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 194.2 MB/s eta 0:00:00 2025-03-21T20:22:27.4021537Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:22:27.4021921Z Attempting uninstall: timm 2025-03-21T20:22:27.4022263Z Found existing installation: timm 0.6.13 2025-03-21T20:22:27.4022637Z Uninstalling timm-0.6.13: 2025-03-21T20:22:27.4022975Z Successfully uninstalled timm-0.6.13 2025-03-21T20:22:27.4023349Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:22:27.4023729Z Processing ./third-party/ao 2025-03-21T20:22:27.4024231Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:22:27.4024764Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:22:27.4025446Z Building wheel for torchao (setup.py) ... [?25l- \ | done 2025-03-21T20:22:27.4026541Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=1ca25588db26a653cf37ca5d7977aa9a42a3c898a8120dca710317117ad4dc6c 2025-03-21T20:22:27.4027767Z Stored in directory: /tmp/pip-ephem-wheel-cache-t3ama9wl/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:22:27.4028623Z Successfully built torchao 2025-03-21T20:22:27.4028950Z Installing collected packages: torchao 2025-03-21T20:22:27.4029351Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:22:27.4029737Z + bash test/build_size_test.sh 2025-03-21T20:22:27.4030038Z Installing libexecutorch.a 2025-03-21T20:22:27.4030345Z Cleaning build artifacts... 2025-03-21T20:22:27.4030647Z Cleaning pip-out/... 2025-03-21T20:22:27.4030935Z Done cleaning build artifacts. 2025-03-21T20:22:27.4031262Z Updating tokenizers git submodule... 2025-03-21T20:22:27.4031710Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch 2025-03-21T20:22:27.4032529Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'third-party/abseil-cpp' 2025-03-21T20:22:27.4033481Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-03-21T20:22:27.4034336Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'third-party/re2' 2025-03-21T20:22:27.4035328Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'third-party/sentencepiece' 2025-03-21T20:22:27.4036272Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-03-21T20:22:27.4036973Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-03-21T20:22:27.4037643Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-03-21T20:22:27.4038441Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-03-21T20:22:27.4039214Z Submodule path 'third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-03-21T20:22:27.4039961Z Submodule path 'third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-03-21T20:22:27.4040669Z Submodule path 'third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-03-21T20:22:27.4041403Z Submodule path 'third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-03-21T20:22:27.4042012Z /pytorch/executorch 2025-03-21T20:22:27.4042329Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:22:27.4042749Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:27.4043143Z -- Detecting C compiler ABI info 2025-03-21T20:22:27.4043472Z -- Detecting C compiler ABI info - done 2025-03-21T20:22:27.4043895Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:22:27.4044315Z -- Detecting C compile features 2025-03-21T20:22:27.4044647Z -- Detecting C compile features - done 2025-03-21T20:22:27.4045005Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:27.4045339Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:27.4045769Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:27.4046200Z -- Detecting CXX compile features 2025-03-21T20:22:27.4046555Z -- Detecting CXX compile features - done 2025-03-21T20:22:27.4047320Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:27.4048061Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:27.4048504Z CMake. 2025-03-21T20:22:27.4048643Z 2025-03-21T20:22:27.4048886Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:27.4049643Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:27.4050164Z to work with policies introduced by or earlier. 2025-03-21T20:22:27.4050432Z 2025-03-21T20:22:27.4050571Z  2025-03-21T20:22:27.4051202Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:27.4051963Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:27.4052453Z CMake. 2025-03-21T20:22:27.4052580Z 2025-03-21T20:22:27.4052826Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:27.4053412Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:27.4053916Z to work with policies introduced by or earlier. 2025-03-21T20:22:27.4054197Z 2025-03-21T20:22:27.4054312Z  2025-03-21T20:22:27.4054576Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:22:27.4055000Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:22:27.4055383Z -- Found Threads: TRUE 2025-03-21T20:22:27.4056096Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:27.4056870Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:27.4057322Z CMake. 2025-03-21T20:22:27.4057463Z 2025-03-21T20:22:27.4057698Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:27.4058286Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:27.4058797Z to work with policies introduced by or earlier. 2025-03-21T20:22:27.4059064Z 2025-03-21T20:22:27.4059190Z  2025-03-21T20:22:27.4059426Z -- Using python executable 'python3' 2025-03-21T20:22:27.4059761Z -- Resolved buck2 as buck2. 2025-03-21T20:22:27.4060058Z -- Killing buck2 daemon 2025-03-21T20:22:27.4060329Z 'buck2 killall' 2025-03-21T20:22:27.4060593Z -- executorch: Generating source lists 2025-03-21T20:22:27.4061210Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:27.4061927Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:27.4062460Z -- executorch: Using PAL default 'posix' 2025-03-21T20:22:27.4062815Z -- Generating operator lib: 2025-03-21T20:22:27.4063125Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:27.4063548Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:27.4063997Z -- ROOT_OPS: 2025-03-21T20:22:27.4064254Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:27.4065702Z Command - python3;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:22:27.4066928Z -- Generating kernel bindings: 2025-03-21T20:22:27.4067235Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:27.4067667Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:27.4068128Z -- CUSTOM_OPS_YAML: 2025-03-21T20:22:27.4068420Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:22:27.4070154Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:22:27.4071750Z -- Generating operator lib: 2025-03-21T20:22:27.4072048Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:27.4072369Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:22:27.4072695Z -- DEPS: executorch 2025-03-21T20:22:29.6117922Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:22:29.6119274Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:29.6120094Z CMake. 2025-03-21T20:22:29.6120309Z 2025-03-21T20:22:29.6120953Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:29.6122025Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:29.6122959Z to work with policies introduced by or earlier. 2025-03-21T20:22:29.6123461Z 2025-03-21T20:22:29.6123668Z  2025-03-21T20:22:29.6124079Z -- Looking for C++ include unistd.h 2025-03-21T20:22:29.6124883Z -- Looking for C++ include unistd.h - found 2025-03-21T20:22:29.6125439Z -- Looking for C++ include stdint.h 2025-03-21T20:22:29.6125769Z -- Looking for C++ include stdint.h - found 2025-03-21T20:22:29.6126194Z -- Looking for C++ include inttypes.h 2025-03-21T20:22:29.6126647Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:22:29.6127090Z -- Looking for C++ include sys/types.h 2025-03-21T20:22:29.6127497Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:22:29.6127841Z -- Looking for C++ include sys/stat.h 2025-03-21T20:22:29.6128295Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:22:29.6128645Z -- Looking for C++ include fnmatch.h 2025-03-21T20:22:29.6129094Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:22:29.6129540Z -- Looking for C++ include stddef.h 2025-03-21T20:22:29.6129877Z -- Looking for C++ include stddef.h - found 2025-03-21T20:22:29.6130300Z -- Check size of uint32_t 2025-03-21T20:22:29.6130746Z -- Check size of uint32_t - done 2025-03-21T20:22:29.6131215Z -- Looking for strtoll 2025-03-21T20:22:29.6131682Z -- Looking for strtoll - found 2025-03-21T20:22:29.6132139Z -- 2025-03-21T20:22:29.6132492Z -- ******** Summary ******** 2025-03-21T20:22:29.6132985Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:22:29.6133568Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:22:29.6134161Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:22:29.6134750Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:22:29.6135306Z -- BUCK2 : buck2 2025-03-21T20:22:29.6135909Z -- PYTHON_EXECUTABLE : python3 2025-03-21T20:22:29.6137151Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:22:29.6138138Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:22:29.6138813Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:22:29.6139495Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:22:29.6140293Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:22:29.6141006Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:22:29.6141667Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:22:29.6142468Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:22:29.6143102Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:22:29.6143715Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:22:29.6144355Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-03-21T20:22:29.6145027Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:22:29.6145702Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:22:29.6146335Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:22:29.6146975Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:22:29.6147635Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:22:29.6148308Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:22:29.6148987Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:22:29.6149631Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:22:29.6150272Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:22:29.6150917Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:22:29.6151585Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:22:29.6152284Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:22:29.6152926Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:22:29.6153574Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:22:29.6154221Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:22:29.6154841Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:22:29.6155511Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:22:29.6156161Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:22:29.6156808Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:22:29.6157479Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:22:29.6157962Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:22:29.6158392Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:22:29.6158774Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:22:29.6159130Z -- Configuring done (6.8s) 2025-03-21T20:22:29.6159411Z -- Generating done (0.1s) 2025-03-21T20:22:29.6160085Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:22:29.6161219Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:29.6162601Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:22:29.6164495Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:22:29.6166383Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:29.6167461Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:29.6168416Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:22:29.6169554Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:29.6170628Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:22:29.6171714Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:29.6172392Z [ 2%] No download step for 'flatbuffers' 2025-03-21T20:22:29.6172854Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:22:29.6173496Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:22:29.6174238Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:29.6174921Z CMake Warning: 2025-03-21T20:22:29.6175460Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:29.6175899Z 2025-03-21T20:22:29.6176202Z  2025-03-21T20:22:29.6176600Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:29.6177657Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:29.6178447Z git describe failed with exit code: 128 2025-03-21T20:22:29.6178893Z 2025-03-21T20:22:29.6179257Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:29.6183143Z Call Stack (most recent call first): 2025-03-21T20:22:29.6183727Z CMakeLists.txt:5 (include) 2025-03-21T20:22:29.6183966Z 2025-03-21T20:22:29.6184179Z  2025-03-21T20:22:29.6184466Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:29.6185340Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:22:29.6186565Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:22:29.6187707Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:29.6188945Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:22:29.6189927Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:29.6190918Z [ 5%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:22:29.6191914Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:29.6192938Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:22:29.6194138Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:22:29.6195206Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:22:29.6196203Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:29.6197240Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:22:29.6198324Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:22:29.6199011Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:29.6199394Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:29.6200080Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:29.6201056Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:29.6202062Z [ 6%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:29.6203529Z [ 6%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:29.6205180Z [ 6%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:29.6206429Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:22:29.6207539Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:22:29.6208686Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:29.6209994Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:29.6211068Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:29.6212111Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:29.6213089Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:29.6213814Z [ 8%] Linking C static library libpthreadpool.a 2025-03-21T20:22:29.6214660Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:22:29.6215716Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:32.5621229Z [ 9%] Built target pthreadpool 2025-03-21T20:22:32.5622874Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:32.5625706Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:22:32.5627934Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:32.5630165Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:32.5631555Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:32.5632474Z [ 10%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:22:32.5633873Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:32.5635124Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:32.5636034Z -- Detecting CXX compile features 2025-03-21T20:22:32.5636607Z -- Detecting CXX compile features - done 2025-03-21T20:22:32.5638042Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:32.5639122Z [ 10%] Built target gflags_nothreads_static 2025-03-21T20:22:32.5640499Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:22:32.5642525Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:22:32.5643763Z -- Looking for strtof_l 2025-03-21T20:22:32.5645126Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:22:32.5647020Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:32.5648853Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:32.5650793Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:32.5652689Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:32.5654099Z [ 12%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:22:32.5654823Z [ 12%] Built target cpuinfo_internals 2025-03-21T20:22:32.5655759Z [ 12%] Linking C static library libcpuinfo.a 2025-03-21T20:22:32.5656375Z -- Looking for strtof_l - found 2025-03-21T20:22:32.5656889Z -- Looking for strtoull_l 2025-03-21T20:22:32.5657329Z [ 12%] Built target cpuinfo 2025-03-21T20:22:32.5657804Z -- Looking for strtoull_l - found 2025-03-21T20:22:32.5658316Z -- Looking for realpath 2025-03-21T20:22:32.5658801Z -- Looking for realpath - found 2025-03-21T20:22:32.5659432Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:32.5660082Z -- Configuring done (1.0s) 2025-03-21T20:22:32.5660581Z -- Generating done (0.0s) 2025-03-21T20:22:32.5661550Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:22:32.5662783Z [ 12%] Performing build step for 'flatbuffers' 2025-03-21T20:22:32.5663822Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:32.5664985Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:32.5666160Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:32.5667277Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:32.5668325Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:32.5669538Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:32.5670709Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:32.5671767Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:32.5672993Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:32.5674208Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:32.5675480Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:32.5676698Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:32.5677911Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:32.5679104Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:32.5680561Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:32.5681894Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:32.5683078Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:32.5684233Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:32.5685425Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:32.5686653Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:32.5687901Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:32.5689185Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:32.5690545Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:32.5691745Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:32.5692863Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:32.5693948Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:32.5695102Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:32.5696490Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:32.5697833Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:32.5699262Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:32.5700500Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:32.5701792Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:32.5703158Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:32.5704531Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:32.5705912Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:32.5707428Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:32.5708853Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:32.5709882Z [100%] Linking CXX executable flatc 2025-03-21T20:22:32.5710476Z [100%] Built target flatc 2025-03-21T20:22:32.5711148Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:22:32.5711858Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:22:32.5712420Z [ 13%] Built target flatbuffers 2025-03-21T20:22:32.5713099Z [ 13%] Generating common_schema headers 2025-03-21T20:22:32.5713725Z [ 13%] Built target common_schema 2025-03-21T20:22:32.5714393Z [ 13%] Generating program_schema headers 2025-03-21T20:22:32.5714980Z [ 13%] Built target program_schema 2025-03-21T20:22:32.5716012Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:32.5717426Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:32.5719032Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:32.5720976Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:32.5722756Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:32.5723777Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:32.5725132Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:32.5726707Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:32.5728284Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:32.5729980Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:32.5731529Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:32.5733126Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:32.5734835Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:32.5736467Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:32.5737976Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:32.5739357Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:32.5740855Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:32.5742395Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:32.5743931Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:32.5745693Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:32.5746926Z [ 17%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:32.5747603Z [ 17%] Built target executorch_core 2025-03-21T20:22:34.4502811Z [ 17%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:34.4504407Z [ 17%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:34.4506157Z [ 17%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:34.4508096Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:34.4509909Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:34.4511807Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:34.4513716Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:34.4515213Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:34.4516014Z [ 20%] Built target extension_threadpool 2025-03-21T20:22:34.4516859Z [ 20%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:34.4517572Z [ 20%] Built target executorch 2025-03-21T20:22:34.4518859Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:34.4520831Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:34.4522602Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:34.4524239Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:34.4526173Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:34.4528072Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:34.4530061Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:34.4532592Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:34.4534539Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:34.4536535Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:34.4538384Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:34.4540292Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:34.4542254Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:34.4544202Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:34.4546075Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:34.4547888Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:34.4549774Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:34.4551801Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:34.4553839Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:34.4555581Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:34.4557472Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:34.4559478Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:34.4561353Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:34.4563153Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:34.4564990Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:34.4566885Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:34.4568693Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:34.4570609Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:34.4572297Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:34.4573993Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:34.4575721Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:34.4578172Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:34.4580183Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:34.4581935Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:34.4583736Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:34.4585655Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:34.4587684Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:34.4589572Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:34.4591509Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:34.4593356Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:34.4595192Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:34.4597091Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:34.4599001Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:34.4600935Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:34.4602770Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:34.4604653Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:34.4606675Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:34.4609571Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:34.4611509Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:34.4613433Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:34.4615473Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:34.4617404Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:34.4619335Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:34.4621279Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:34.4623226Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:34.4625055Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:34.4626841Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:34.4628592Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:34.4630438Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:34.4632370Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:34.4634392Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:34.4636211Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:34.4637984Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:34.4640052Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:36.3688308Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:36.3692785Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:36.3694352Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:36.3696031Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:36.3697807Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:36.3699468Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:36.3701079Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:36.3702628Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:36.3704476Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:36.3706448Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:36.3708407Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:36.3710380Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:36.3712551Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:36.3714450Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:36.3716317Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:36.3718188Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:36.3720201Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:36.3722157Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:36.3723971Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:36.3725698Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:36.3727352Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:36.3729125Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:36.3731181Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:36.3733179Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:36.3735061Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:36.3736858Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:36.3738698Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:36.3740481Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:36.3742258Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:36.3744037Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:36.3745944Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:36.3747777Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:36.3749731Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:36.3751565Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:36.3753241Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:36.3755010Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:36.3756791Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:36.3758606Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:36.3760575Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:36.3762447Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:36.3764207Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:36.3765998Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:36.3767960Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:36.3769851Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:36.3771635Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:36.3773445Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:36.3775273Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:36.3777256Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:36.3779138Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:36.3782031Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:36.3783845Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:36.3785769Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:36.3787535Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:36.3789325Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:36.3791118Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:36.3792887Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:36.3794674Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:36.3796537Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:36.3798379Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:36.3800285Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:36.3802421Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:36.3804213Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:36.3805896Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:36.3807693Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:36.3809679Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:36.3811402Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:36.3813153Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:36.3815008Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:36.3816957Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:36.3818920Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:36.3820928Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:36.3823237Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:36.3825200Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:36.3826961Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:38.3620187Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:38.3621969Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:38.3624014Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:38.3625898Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:38.3627697Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:38.3629631Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:38.3631541Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:38.3633519Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:38.3635580Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:38.3637446Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:38.3639182Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:38.3641093Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:38.3642990Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:38.3644736Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:38.3646646Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:38.3648753Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:38.3650612Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:38.3652471Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:38.3654233Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:38.3656158Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:38.3658196Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:38.3660087Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:38.3662231Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:38.3663968Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:38.3665712Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:38.3667602Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:38.3669629Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:38.3671504Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:38.3673288Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:38.3675167Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:38.3677075Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:38.3679216Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:38.3681165Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:38.3682707Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:38.3684396Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:38.3686274Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:38.3688174Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:38.3689994Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:38.3691856Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:38.3693728Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:38.3695538Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:38.3697404Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:38.3699269Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:38.3701120Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:38.3703208Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:38.3705312Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:38.3707419Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:38.3709151Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:38.3711275Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:38.3713315Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:38.3715053Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:38.3716879Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:38.3718632Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:38.3720399Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:38.3722747Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:38.3724870Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:38.3727167Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:38.3729558Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:38.3731976Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:38.3734597Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:38.3736518Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:38.3738332Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:38.3740145Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:38.3741973Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:38.3743870Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:38.3745838Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:38.3747855Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:38.3749834Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:38.3751814Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:38.3753696Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:38.3755470Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:38.3757252Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:38.3759190Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:40.2404706Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:40.2406752Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:40.2408875Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:40.2410954Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:40.2412908Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:40.2414836Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:40.2416772Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:40.2418705Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:40.2420537Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:40.2422419Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:40.2424265Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:40.2426261Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:40.2428105Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:40.2429918Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:40.2431685Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:40.2433692Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:40.2435754Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:40.2437532Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:40.2439527Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:40.2441603Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:40.2443699Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:40.2445714Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:40.2447597Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:40.2449600Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:40.2451567Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:40.2453548Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:40.2455400Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:40.2457381Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:40.2459523Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:40.2461817Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:40.2463692Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:40.2465497Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:40.2467478Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:40.2469441Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:40.2471250Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:40.2472961Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:40.2474928Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:40.2477100Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:40.2479242Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:40.2484134Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:40.2486180Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:40.2487952Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:40.2489904Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:40.2491795Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:40.2493799Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:40.2495685Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:40.2497687Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:40.2499713Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:40.2501669Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:40.2503573Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:40.2505481Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:40.2507413Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:40.2509353Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:40.2511405Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:40.2513265Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:40.2515076Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:40.2517023Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:40.2519075Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:40.2520972Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:40.2522770Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:40.2524482Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:40.2526295Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:40.2528082Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:40.2529914Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:40.2531580Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:40.2533442Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:40.2535461Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:40.2537479Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:40.2539469Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:40.2541365Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:40.2543253Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:40.2544991Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:42.0097458Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:42.0099815Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:42.0101616Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:42.0103357Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:42.0105225Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:42.0107233Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:42.0109180Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:42.0111091Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:42.0112995Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:42.0114902Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:42.0116790Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:42.0118699Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:42.0120576Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:42.0122364Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:42.0124401Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:42.0126343Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:42.0128363Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:42.0130432Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:42.0132921Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:42.0134978Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:42.0136958Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:42.0138824Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:42.0140759Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:42.0143430Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:42.0145507Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:42.0147660Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:42.0149415Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:42.0151466Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:42.0153426Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:42.0155584Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:42.0157710Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:42.0159606Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:42.0161600Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:42.0163559Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:42.0165392Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:42.0167314Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:42.0169575Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:42.0171960Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:42.0174453Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:42.0176863Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:42.0179132Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:42.0181908Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:42.0184396Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:42.0186566Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:42.0188671Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:42.0190813Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:42.0192996Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:42.0195163Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:42.0197255Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:42.0199232Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:42.0201189Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:42.0203094Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:42.0205333Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:42.0207437Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:42.0209664Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:42.0211854Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:42.0213858Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:42.0215950Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:42.0218027Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:42.0220002Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:42.0222042Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:42.0224076Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:42.0226150Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:42.0228134Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:42.0229928Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:42.0231746Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:42.0233653Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:42.0235608Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:44.4843466Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:44.4845833Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:44.4847078Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:44.4848071Z [ 98%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:22:44.4849098Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:44.4850354Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:44.4851536Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:44.4852811Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:44.4853636Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:22:44.4854241Z [ 99%] Linking CXX static library libportable_kernels.a 2025-03-21T20:22:44.4854692Z [ 99%] Built target portable_kernels 2025-03-21T20:22:44.4855329Z [100%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:22:44.4855999Z [100%] Generating code for kernel registration 2025-03-21T20:22:44.4857285Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:44.4858795Z [100%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:22:44.4859542Z [100%] Built target portable_ops_lib 2025-03-21T20:22:44.4860366Z Install the project... 2025-03-21T20:22:44.4860858Z -- Install configuration: "Release" 2025-03-21T20:22:44.4861545Z -- Installing: /pytorch/executorch/cmake-out/include/fxdiv.h 2025-03-21T20:22:44.4862538Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-config.cmake 2025-03-21T20:22:44.4863379Z -- Installing: /pytorch/executorch/cmake-out/lib/libcpuinfo.a 2025-03-21T20:22:44.4864081Z -- Installing: /pytorch/executorch/cmake-out/include/cpuinfo.h 2025-03-21T20:22:44.4864963Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets.cmake 2025-03-21T20:22:44.4865881Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets-release.cmake 2025-03-21T20:22:44.4866921Z -- Installing: /pytorch/executorch/cmake-out/lib/pkgconfig/libcpuinfo.pc 2025-03-21T20:22:44.4879608Z -- Installing: /pytorch/executorch/cmake-out/include/pthreadpool.h 2025-03-21T20:22:44.4880349Z -- Installing: /pytorch/executorch/cmake-out/lib/libpthreadpool.a 2025-03-21T20:22:44.4881156Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_portable_kernels.a 2025-03-21T20:22:44.4881977Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_kernels.a 2025-03-21T20:22:44.4882733Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_ops_lib.a 2025-03-21T20:22:44.4883615Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/Functions.h 2025-03-21T20:22:44.4884593Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-03-21T20:22:44.4885410Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core 2025-03-21T20:22:44.4886131Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/array_ref.h 2025-03-21T20:22:44.4887101Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/data_loader.h 2025-03-21T20:22:44.4887933Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/defines.h 2025-03-21T20:22:44.4888739Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/error.h 2025-03-21T20:22:44.4889529Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/evalue.h 2025-03-21T20:22:44.4890615Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-03-21T20:22:44.4891557Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-03-21T20:22:44.4892565Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-03-21T20:22:44.4893410Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:44.4894343Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-03-21T20:22:44.4895234Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:44.4896237Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-03-21T20:22:44.4897266Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-03-21T20:22:44.4898194Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-03-21T20:22:44.4899035Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:44.4899958Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-03-21T20:22:44.4900879Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-03-21T20:22:44.4901841Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-03-21T20:22:44.4902985Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-03-21T20:22:44.4903937Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-03-21T20:22:44.4904774Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-03-21T20:22:44.4905566Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-03-21T20:22:44.4906379Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-03-21T20:22:44.4907252Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-03-21T20:22:44.4908032Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-03-21T20:22:44.4908795Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type 2025-03-21T20:22:44.4909599Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-03-21T20:22:44.4910485Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-03-21T20:22:44.4911370Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-03-21T20:22:44.4912189Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:22:44.4912993Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:22:44.4913854Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:44.4914790Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-03-21T20:22:44.4915774Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-03-21T20:22:44.4916697Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:44.4917629Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-03-21T20:22:44.4918686Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-03-21T20:22:44.4919686Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-03-21T20:22:44.4920664Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-03-21T20:22:44.4921619Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-03-21T20:22:44.4922625Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-03-21T20:22:44.4923644Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-03-21T20:22:44.4924664Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-03-21T20:22:44.4925689Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-03-21T20:22:44.4926602Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-03-21T20:22:44.4927446Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-03-21T20:22:44.4928277Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-03-21T20:22:44.4929216Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-03-21T20:22:44.4930270Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-03-21T20:22:44.4931115Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-03-21T20:22:44.4931975Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-03-21T20:22:44.4932860Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-03-21T20:22:44.4933722Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-03-21T20:22:45.1680516Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-03-21T20:22:45.1681691Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-03-21T20:22:45.1682634Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/test 2025-03-21T20:22:45.1683481Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/result.h 2025-03-21T20:22:45.1684176Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/span.h 2025-03-21T20:22:45.1684840Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tag.h 2025-03-21T20:22:45.1685562Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-03-21T20:22:45.1686532Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-03-21T20:22:45.1687302Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/test 2025-03-21T20:22:45.1687956Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel 2025-03-21T20:22:45.1688679Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-03-21T20:22:45.1689673Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-03-21T20:22:45.1690627Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-03-21T20:22:45.1691384Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test 2025-03-21T20:22:45.1692117Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-03-21T20:22:45.1693138Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-03-21T20:22:45.1694089Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform 2025-03-21T20:22:45.1694776Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/abort.h 2025-03-21T20:22:45.1695505Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/assert.h 2025-03-21T20:22:45.1696242Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/clock.h 2025-03-21T20:22:45.1697040Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-03-21T20:22:45.1697910Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compiler.h 2025-03-21T20:22:45.1698648Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/default 2025-03-21T20:22:45.1699350Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/log.h 2025-03-21T20:22:45.1700082Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/platform.h 2025-03-21T20:22:45.1700984Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/profiler.h 2025-03-21T20:22:45.1701739Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/runtime.h 2025-03-21T20:22:45.1702622Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/system.h 2025-03-21T20:22:45.1703469Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test 2025-03-21T20:22:45.1704258Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-03-21T20:22:45.1705055Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/types.h 2025-03-21T20:22:45.1705771Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util 2025-03-21T20:22:45.1706643Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-03-21T20:22:45.1707639Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-03-21T20:22:45.1708480Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/test 2025-03-21T20:22:45.1709610Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-03-21T20:22:45.1710805Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor 2025-03-21T20:22:45.1711892Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor.h 2025-03-21T20:22:45.1712810Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-03-21T20:22:45.1713783Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-03-21T20:22:45.1714604Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-03-21T20:22:45.1715376Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/test 2025-03-21T20:22:45.1716072Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool 2025-03-21T20:22:45.1716851Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-03-21T20:22:45.1717649Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/test 2025-03-21T20:22:45.1718441Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-03-21T20:22:45.1719295Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-03-21T20:22:45.1719998Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch.a 2025-03-21T20:22:45.1720617Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch_core.a 2025-03-21T20:22:45.1721269Z -- Installing: /pytorch/executorch/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-03-21T20:22:45.1721944Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_threadpool.a 2025-03-21T20:22:45.1722458Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:22:45.1722850Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:45.1723226Z -- Detecting C compiler ABI info 2025-03-21T20:22:45.1723556Z -- Detecting C compiler ABI info - done 2025-03-21T20:22:45.1723972Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:22:45.1724377Z -- Detecting C compile features 2025-03-21T20:22:45.1724689Z -- Detecting C compile features - done 2025-03-21T20:22:45.1725030Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:45.1725364Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:45.1725787Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:45.1726207Z -- Detecting CXX compile features 2025-03-21T20:22:45.1726526Z -- Detecting CXX compile features - done 2025-03-21T20:22:45.1727182Z CMake Warning (dev) at CMakeLists.txt:29 (find_package): 2025-03-21T20:22:45.1727731Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-03-21T20:22:45.1728323Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-03-21T20:22:45.1728885Z cmake_policy command to set the policy and suppress this warning. 2025-03-21T20:22:45.1729206Z 2025-03-21T20:22:45.1729416Z CMake variable EXECUTORCH_ROOT is set to: 2025-03-21T20:22:45.1729735Z 2025-03-21T20:22:45.1729852Z /pytorch/executorch/test/.. 2025-03-21T20:22:45.1730058Z 2025-03-21T20:22:45.1730293Z For compatibility, find_package is ignoring the variable, but code in a 2025-03-21T20:22:45.1730755Z .cmake module might still use it. 2025-03-21T20:22:45.1731187Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:22:45.1731646Z  2025-03-21T20:22:45.1731920Z etdump library is not found. 2025-03-21T20:22:45.1732405Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1732937Z bundled_program library is not found. 2025-03-21T20:22:45.1733442Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1733962Z extension_data_loader library is not found. 2025-03-21T20:22:45.1734476Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1734959Z flatccrt library is not found. 2025-03-21T20:22:45.1735452Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1735942Z coremldelegate library is not found. 2025-03-21T20:22:45.1736447Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1736929Z mpsdelegate library is not found. 2025-03-21T20:22:45.1737412Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1737900Z neuron_backend library is not found. 2025-03-21T20:22:45.1738399Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1738911Z qnn_executorch_backend library is not found. 2025-03-21T20:22:45.1739440Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1739906Z custom_ops library is not found. 2025-03-21T20:22:45.1740390Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1740890Z extension_module library is not found. 2025-03-21T20:22:45.1741404Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1741922Z extension_module_static library is not found. 2025-03-21T20:22:45.1742461Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1742959Z extension_runner_util library is not found. 2025-03-21T20:22:45.1743519Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1744013Z extension_tensor library is not found. 2025-03-21T20:22:45.1744518Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1745021Z extension_training library is not found. 2025-03-21T20:22:45.1745522Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1746014Z xnnpack_backend library is not found. 2025-03-21T20:22:45.1746517Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1746997Z XNNPACK library is not found. 2025-03-21T20:22:45.1747479Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1747971Z microkernels-prod library is not found. 2025-03-21T20:22:45.1748488Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1748976Z kleidiai library is not found. 2025-03-21T20:22:45.1749466Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1749960Z vulkan_backend library is not found. 2025-03-21T20:22:45.1750468Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1750956Z optimized_kernels library is not found. 2025-03-21T20:22:45.1751467Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.1751950Z cpublas library is not found. 2025-03-21T20:22:45.7082029Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.7082830Z eigen_blas library is not found. 2025-03-21T20:22:45.7083343Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.7083849Z optimized_ops_lib library is not found. 2025-03-21T20:22:45.7084363Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.7084913Z optimized_native_cpu_ops_lib library is not found. 2025-03-21T20:22:45.7085467Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.7085966Z quantized_kernels library is not found. 2025-03-21T20:22:45.7086546Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.7087029Z quantized_ops_lib library is not found. 2025-03-21T20:22:45.7087536Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.7088052Z quantized_ops_aot_lib library is not found. 2025-03-21T20:22:45.7088583Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:45.7089236Z -- executorch: Using source file list /pytorch/executorch/cmake-out/test/../executorch_srcs.cmake 2025-03-21T20:22:45.7089868Z -- 2025-03-21T20:22:45.7090104Z -- ******** Summary ******** 2025-03-21T20:22:45.7090412Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:22:45.7090761Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:22:45.7091100Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:22:45.7091425Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:22:45.7091744Z -- BUCK2 : 2025-03-21T20:22:45.7092060Z -- PYTHON_EXECUTABLE : 2025-03-21T20:22:45.7092380Z -- FLATC_EXECUTABLE : 2025-03-21T20:22:45.7092718Z -- EXECUTORCH_ENABLE_LOGGING : 2025-03-21T20:22:45.7093078Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : 2025-03-21T20:22:45.7093447Z -- EXECUTORCH_LOG_LEVEL : 2025-03-21T20:22:45.7093812Z -- EXECUTORCH_BUILD_ANDROID_JNI : 2025-03-21T20:22:45.7094179Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : 2025-03-21T20:22:45.7094544Z -- EXECUTORCH_BUILD_CADENCE : 2025-03-21T20:22:45.7094909Z -- EXECUTORCH_BUILD_COREML : 2025-03-21T20:22:45.7095254Z -- EXECUTORCH_BUILD_CPUINFO : 2025-03-21T20:22:45.7095679Z -- EXECUTORCH_BUILD_DEVTOOLS : 2025-03-21T20:22:45.7096041Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : 2025-03-21T20:22:45.7096412Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : 2025-03-21T20:22:45.7096788Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : 2025-03-21T20:22:45.7097141Z -- EXECUTORCH_BUILD_EXTENSION_LLM : 2025-03-21T20:22:45.7097491Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : 2025-03-21T20:22:45.7097860Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : 2025-03-21T20:22:45.7098228Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : 2025-03-21T20:22:45.7098597Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : 2025-03-21T20:22:45.7098956Z -- EXECUTORCH_BUILD_FLATC : 2025-03-21T20:22:45.7099311Z -- EXECUTORCH_BUILD_GFLAGS : 2025-03-21T20:22:45.7099671Z -- EXECUTORCH_BUILD_HOST_TARGETS : 2025-03-21T20:22:45.7100034Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : 2025-03-21T20:22:45.7100401Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : 2025-03-21T20:22:45.7100763Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : 2025-03-21T20:22:45.7101136Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : 2025-03-21T20:22:45.7101499Z -- EXECUTORCH_BUILD_MPS : 2025-03-21T20:22:45.7101854Z -- EXECUTORCH_BUILD_NEURON : 2025-03-21T20:22:45.7102215Z -- EXECUTORCH_BUILD_PTHREADPOOL : 2025-03-21T20:22:45.7102564Z -- EXECUTORCH_BUILD_PYBIND : 2025-03-21T20:22:45.7102946Z -- EXECUTORCH_BUILD_QNN : 2025-03-21T20:22:45.7103299Z -- EXECUTORCH_BUILD_SIZE_TEST : 2025-03-21T20:22:45.7103728Z -- EXECUTORCH_BUILD_TESTS : 2025-03-21T20:22:45.7104089Z -- EXECUTORCH_BUILD_VULKAN : 2025-03-21T20:22:45.7104448Z -- EXECUTORCH_BUILD_XNNPACK : 2025-03-21T20:22:45.7104783Z -- Configuring done (0.6s) 2025-03-21T20:22:45.7105080Z -- Generating done (0.0s) 2025-03-21T20:22:45.7105483Z -- Build files have been written to: /pytorch/executorch/cmake-out/test 2025-03-21T20:22:45.7105922Z Build size test 2025-03-21T20:22:45.7106667Z [ 16%] Building CXX object CMakeFiles/size_test.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:22:45.7107558Z [ 50%] Building CXX object CMakeFiles/size_test.dir/size_test.cpp.o 2025-03-21T20:22:45.7108482Z [ 50%] Building CXX object CMakeFiles/size_test_all_ops.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:22:45.7109417Z [ 66%] Building CXX object CMakeFiles/size_test_all_ops.dir/size_test.cpp.o 2025-03-21T20:22:45.7109995Z [100%] Linking CXX executable size_test 2025-03-21T20:22:45.7110477Z [100%] Linking CXX executable size_test_all_ops 2025-03-21T20:22:45.7110866Z [100%] Built target size_test 2025-03-21T20:22:45.7111158Z [100%] Built target size_test_all_ops 2025-03-21T20:22:45.7111520Z ExecuTorch with no ops binary size, unstripped: 2025-03-21T20:22:45.7111995Z -rwxr-xr-x. 1 ci-user ci-user 65912 Mar 21 20:22 cmake-out/test/size_test 2025-03-21T20:22:45.7112488Z ExecuTorch with portable ops binary size, unstripped: 2025-03-21T20:22:45.7113010Z -rwxr-xr-x. 1 ci-user ci-user 1771048 Mar 21 20:22 cmake-out/test/size_test_all_ops 2025-03-21T20:22:45.7113479Z + strip cmake-out/test/size_test 2025-03-21T20:22:45.7113795Z ++ ls -la cmake-out/test/size_test 2025-03-21T20:22:45.7114243Z + output='-rwxr-xr-x. 1 ci-user ci-user 47536 Mar 21 20:22 cmake-out/test/size_test' 2025-03-21T20:22:45.7114701Z + arr=($output) 2025-03-21T20:22:45.7114940Z + size=47536 2025-03-21T20:22:45.7115172Z + threshold=51784 2025-03-21T20:22:45.7115416Z + [[ 47536 -le 51784 ]] 2025-03-21T20:22:45.7115805Z + echo 'Success 47536 <= 51784' 2025-03-21T20:22:45.7116096Z Success 47536 <= 51784 2025-03-21T20:22:45.7177851Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:22:45.7178246Z with: 2025-03-21T20:22:45.7178563Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:45.7179044Z fail-on-empty: false 2025-03-21T20:22:45.7179305Z env: 2025-03-21T20:22:45.7179857Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:22:45.7180238Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:45.7180532Z PR_NUMBER: 2025-03-21T20:22:45.7182950Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:45.7185520Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:45.7186133Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:45.7186741Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:45.7187153Z ##[endgroup] 2025-03-21T20:22:45.7788994Z Prepare all required actions 2025-03-21T20:22:45.7827867Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:22:45.7828276Z with: 2025-03-21T20:22:45.7828651Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:22:45.7829243Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:22:45.7829692Z env: 2025-03-21T20:22:45.7829961Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:22:45.7830345Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:45.7830657Z PR_NUMBER: 2025-03-21T20:22:45.7833070Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:45.7835752Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:45.7836367Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:45.7836950Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:45.7837364Z ##[endgroup] 2025-03-21T20:22:45.7861447Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:22:45.7862184Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:22:45.7870932Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:22:45.7871345Z env: 2025-03-21T20:22:45.7871641Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:22:45.7872028Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:45.7872329Z PR_NUMBER: 2025-03-21T20:22:45.7874689Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:45.7877377Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:45.7877989Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:45.7878555Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:45.7879084Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:22:45.7880426Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:22:45.7880870Z ##[endgroup] 2025-03-21T20:22:45.8063954Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-21T20:22:46.0464480Z latest: Pulling from tool/alpine 2025-03-21T20:22:46.0469529Z 540db60ca938: Pulling fs layer 2025-03-21T20:22:46.1609987Z 540db60ca938: Verifying Checksum 2025-03-21T20:22:46.1610429Z 540db60ca938: Download complete 2025-03-21T20:22:46.2486616Z 540db60ca938: Pull complete 2025-03-21T20:22:46.2603236Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:22:46.2643074Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:22:47.9690472Z Prepare all required actions 2025-03-21T20:22:47.9716843Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:22:47.9717231Z with: 2025-03-21T20:22:47.9717530Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:22:47.9718025Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:22:47.9718472Z env: 2025-03-21T20:22:47.9718749Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:22:47.9719124Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:47.9719422Z PR_NUMBER: 2025-03-21T20:22:47.9721832Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:47.9724494Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:47.9725108Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:47.9725678Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:47.9726071Z ##[endgroup] 2025-03-21T20:22:47.9771344Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:22:47.9772083Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:22:47.9779156Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:22:47.9779798Z env: 2025-03-21T20:22:47.9780101Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:22:47.9780489Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:47.9780795Z PR_NUMBER: 2025-03-21T20:22:47.9783164Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:47.9785819Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:47.9786435Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:47.9787008Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:47.9787538Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:22:47.9788048Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:22:47.9788424Z ##[endgroup] 2025-03-21T20:22:48.9601910Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:22:48.9602551Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:22:48.9603033Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:22:48.9603601Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:22:48.9604247Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:22:48.9604762Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:22:48.9605219Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:22:48.9605565Z  fi 2025-03-21T20:22:48.9605867Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:22:48.9606380Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:22:48.9606800Z  fi 2025-03-21T20:22:48.9607077Z fi 2025-03-21T20:22:48.9607306Z  2025-03-21T20:22:48.9607527Z upload_docs=0 2025-03-21T20:22:48.9607952Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:22:48.9608432Z # empty folders do not count 2025-03-21T20:22:48.9608905Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:22:48.9609636Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:22:48.9610146Z  # upload will probably not work correctly 2025-03-21T20:22:48.9610601Z  upload_docs=1 2025-03-21T20:22:48.9610877Z fi 2025-03-21T20:22:48.9611214Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:22:48.9617180Z shell: /usr/bin/bash -e {0} 2025-03-21T20:22:48.9617488Z env: 2025-03-21T20:22:48.9617772Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:22:48.9618172Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:48.9618476Z PR_NUMBER: 2025-03-21T20:22:48.9620850Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:48.9623422Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:48.9624034Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:48.9624610Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:48.9625023Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:22:48.9625302Z ##[endgroup] 2025-03-21T20:22:48.9739680Z Prepare all required actions 2025-03-21T20:22:48.9774684Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:22:48.9775075Z with: 2025-03-21T20:22:48.9775378Z env: 2025-03-21T20:22:48.9775652Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:22:48.9776016Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:48.9776316Z PR_NUMBER: 2025-03-21T20:22:48.9778720Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:48.9781572Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:48.9782182Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:48.9782753Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:48.9783156Z ##[endgroup] 2025-03-21T20:22:48.9808199Z ##[group]Run set -eou pipefail 2025-03-21T20:22:48.9808546Z set -eou pipefail 2025-03-21T20:22:48.9808836Z  2025-03-21T20:22:48.9809223Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:22:48.9809775Z for _ in $(seq 1440); do 2025-03-21T20:22:48.9810125Z  # Break if no ssh session exists anymore 2025-03-21T20:22:48.9810498Z  if [ "$(who)" = "" ]; then 2025-03-21T20:22:48.9810817Z  break 2025-03-21T20:22:48.9811071Z  fi 2025-03-21T20:22:48.9811336Z  echo "." 2025-03-21T20:22:48.9811582Z  sleep 5 2025-03-21T20:22:48.9811837Z done 2025-03-21T20:22:48.9817437Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:22:48.9817833Z env: 2025-03-21T20:22:48.9818115Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:22:48.9818490Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:48.9818787Z PR_NUMBER: 2025-03-21T20:22:48.9821244Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:48.9823802Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:48.9824407Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:48.9824977Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:48.9825371Z ##[endgroup] 2025-03-21T20:22:48.9848105Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:22:48.9918587Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:22:48.9919513Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:22:48.9920265Z # shellcheck disable=SC2046 2025-03-21T20:22:48.9920849Z docker stop $(docker ps -q) || true 2025-03-21T20:22:48.9921484Z # Prune all of the docker images 2025-03-21T20:22:48.9922330Z docker system prune -af 2025-03-21T20:22:48.9930190Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:22:48.9930833Z env: 2025-03-21T20:22:48.9931288Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:22:48.9932046Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:48.9932539Z PR_NUMBER: 2025-03-21T20:22:48.9934969Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:48.9937548Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:48.9938155Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:48.9938723Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:48.9939130Z ##[endgroup] 2025-03-21T20:22:59.6094491Z cb70ee34b456 2025-03-21T20:22:59.7346883Z Deleted Containers: 2025-03-21T20:22:59.7347437Z cb70ee34b4565bd90c51de29e3878e2349a13d47486eee9a390e07fc45a9edca 2025-03-21T20:22:59.7347780Z 2025-03-21T20:23:02.5891338Z Deleted Images: 2025-03-21T20:23:02.5892510Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:23:02.5894415Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12@sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T20:23:02.5895930Z deleted: sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40 2025-03-21T20:23:02.5896657Z deleted: sha256:b11d8a9063ac7e7b0703e638943ffa462ed1ff43d115e018d93ecc7ef6e99965 2025-03-21T20:23:02.5897340Z deleted: sha256:f2e384828b3a50df4cb10fd073e8fda945b2ada554510f03523a3c4dc908db86 2025-03-21T20:23:02.5898017Z deleted: sha256:3d66cafd465938620b471b97f41fd22d2ee350e62cd61744eb8ffd3f5666ed69 2025-03-21T20:23:02.5898692Z deleted: sha256:9cbae670a85a8aac0f6f6a6d9d2be2a00e1b27d562ab526384c182731cb3b819 2025-03-21T20:23:02.5899604Z deleted: sha256:8769f3c5eaf750fd73aac99ced4b5f8d230639519bf3f533bde7bddd4152a68a 2025-03-21T20:23:02.5900266Z deleted: sha256:a92b7a5a56625b189c9a16d27929ef3e208ada463d2518a394126d879cbc6651 2025-03-21T20:23:02.5900908Z deleted: sha256:a7dc0b43530c70df0fe69e04d53ad44e20672853e2ae15a86b3e19227241fbf1 2025-03-21T20:23:02.5901577Z deleted: sha256:4ba4af853c4df05e8fec2f1ef4d32a7f5615239356518e4a1a61d83de2f8d447 2025-03-21T20:23:02.5902252Z deleted: sha256:8116950fa55671f60dfd11973d8af1b7ddd05c1ed3966f40f71b3200689a3302 2025-03-21T20:23:02.5903013Z deleted: sha256:1da6384ca2410930fb158b71e5416e459893564013572f2b06986a7b575ad554 2025-03-21T20:23:02.5903666Z deleted: sha256:6191ac6bba2cfc86332d198762e494a43ff17d7e8a3dc65164a1678e07231262 2025-03-21T20:23:02.5904339Z deleted: sha256:db6553fcc04eb14caf0ab3819fc12f02b61eb8a4059c37c40e5f0138c2f63a66 2025-03-21T20:23:02.5904995Z deleted: sha256:51bae04fe683ef523a2570cd4d7556045258f9b6d229355d7bd1ea34b24250d3 2025-03-21T20:23:02.5905668Z deleted: sha256:20ad2f7003b52ddd9cb6c6d2cc46f8ce1a8a0ae83fc9210c579998240c08e5c6 2025-03-21T20:23:02.5906406Z deleted: sha256:3b2613f9318c52d4987e4ff73716e74e324f519e8f8f3ab83c51d7423199e8c5 2025-03-21T20:23:02.5907051Z deleted: sha256:3439299846f50a2e5a17366d604c7463f7fea8f945321d3819d1e8f38c0923fd 2025-03-21T20:23:02.5907697Z deleted: sha256:90761e54ea09b317e6c383ab94c74de01997a9925eb9c75208d581723e846e7a 2025-03-21T20:23:02.5908357Z deleted: sha256:fc995bdfdcb41e16f3ff4a779c6050c9d8cebb78050ccc0732d74d1d2839de14 2025-03-21T20:23:02.5909177Z deleted: sha256:5830807088a9f913105242bc72edeb24e0babf7b2db02c0e9375e3d2e42d7f98 2025-03-21T20:23:02.5909836Z deleted: sha256:c38e887df1d80d989c4a51622f9544aecf9881961dbde3ba7c2c605944246529 2025-03-21T20:23:02.5910548Z deleted: sha256:53a65f12bff4f5a541b7785f677e4b5335b1756e6cf196221d0cc59ad72e1dca 2025-03-21T20:23:02.5911270Z deleted: sha256:d6a19dca26c5a6294eb23b704612f758b1c3105818b8f75b59f4837090bd797f 2025-03-21T20:23:02.5911929Z deleted: sha256:db021aea433581c328a76f331a19695f1861f3b802b1708ad0a4dd9facfd902d 2025-03-21T20:23:02.5912570Z deleted: sha256:3a89a0477136937051104e767851ff8ef6595c687fe69ed321da5cbd6f8aac2c 2025-03-21T20:23:02.5913206Z deleted: sha256:c32d4480be2c0090f39371c3f1c8d0e75e54bb223261e99f887cde0ae3d8f69c 2025-03-21T20:23:02.5913867Z deleted: sha256:58e5f9b5d9dfa43945e48a2be23b322ddb4b26013b163b29f9e1b3f55ee731a4 2025-03-21T20:23:02.5914588Z deleted: sha256:74a2beb320466e21285a2d86c125b6b49d7b1a2e6c2713215bbcab34cab29f02 2025-03-21T20:23:02.5915248Z deleted: sha256:153a1bdd1d99254cfe26222b6c9e56c156ee6a7c35c274527985ed2925216199 2025-03-21T20:23:02.5915919Z deleted: sha256:246fa63ef0ffeeb8c245ab1fe510666c50c302f27659cd8fff58aa04cb5f620c 2025-03-21T20:23:02.5916572Z deleted: sha256:2c67b522026b7c66db0ea01e6d27c99e307b970c9dfbb71584a7893c5a2167b4 2025-03-21T20:23:02.5917239Z deleted: sha256:5de1d2b20d0b3514787b7edfecace6a8f2d87c4a4c2c35c72895663ec1f3574f 2025-03-21T20:23:02.5917949Z deleted: sha256:26b1377e85176a642c5b782619b486a09b5789b8d68502d8232eff37ced8fed6 2025-03-21T20:23:02.5918681Z deleted: sha256:04cb88971fc3d98a975ee72868e8be5734315e3f7418011da460c608949606fa 2025-03-21T20:23:02.5919331Z deleted: sha256:ddc216d24d802bf215875832d612a86ca694511842ad2ac797bcdc8ff9eb081a 2025-03-21T20:23:02.5919986Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T20:23:02.5920627Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T20:23:02.5921325Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:23:02.5922198Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:23:02.5923110Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T20:23:02.5923784Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T20:23:02.5924288Z 2025-03-21T20:23:02.5946627Z Total reclaimed space: 13.78GB 2025-03-21T20:23:02.5987915Z ##[group]Run set +e 2025-03-21T20:23:02.5988212Z set +e 2025-03-21T20:23:02.5988489Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:23:02.5988918Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:23:02.5989305Z else 2025-03-21T20:23:02.5989603Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:23:02.5989951Z fi 2025-03-21T20:23:02.5990186Z set -e 2025-03-21T20:23:02.5995740Z shell: /usr/bin/bash -e {0} 2025-03-21T20:23:02.5996034Z env: 2025-03-21T20:23:02.5996315Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:23:02.5996696Z REPOSITORY: pytorch/executorch 2025-03-21T20:23:02.5996993Z PR_NUMBER: 2025-03-21T20:23:02.5999401Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51784" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:23:02.6001961Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:23:02.6002564Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:23:02.6003132Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:23:02.6003608Z NO_SUDO: false 2025-03-21T20:23:02.6003849Z ##[endgroup] 2025-03-21T20:23:03.6473413Z Post job cleanup. 2025-03-21T20:23:03.7506110Z Post job cleanup. 2025-03-21T20:23:03.8456845Z [command]/usr/bin/git version 2025-03-21T20:23:03.8519313Z git version 2.47.1 2025-03-21T20:23:03.8556539Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/3fc2ca07-f7b5-4b31-998f-fb648685d820/.gitconfig' 2025-03-21T20:23:03.8565607Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/3fc2ca07-f7b5-4b31-998f-fb648685d820' before making global git config changes 2025-03-21T20:23:03.8566576Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:23:03.8571425Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:23:03.8606202Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:23:03.8643971Z [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:23:03.8905300Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:23:03.8922960Z http.https://github.com/.extraheader 2025-03-21T20:23:03.8934150Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:23:03.8960780Z [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:23:03.9265206Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:23:03.9291760Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:23:03.9298087Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:23:03.9298670Z ##[endgroup] 2025-03-21T20:23:03.9398817Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T20:23:22.0085986Z Cleaning up orphan processes